Package org.apache.maven.settings
Class TrackableBase
- java.lang.Object
-
- org.apache.maven.settings.TrackableBase
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IdentifiableBase,Settings
public class TrackableBase extends Object implements Serializable
common base class that contains code to track the source for this instance (USER|GLOBAL) .- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringGLOBAL_LEVELstatic StringUSER_LEVEL
-
Constructor Summary
Constructors Constructor Description TrackableBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSourceLevel()voidsetSourceLevel(String sourceLevel)
-
-
-
Field Detail
-
USER_LEVEL
public static final String USER_LEVEL
- See Also:
- Constant Field Values
-
GLOBAL_LEVEL
public static final String GLOBAL_LEVEL
- See Also:
- Constant Field Values
-
-