org.apache.maven.plugin.registry
Class TrackableBase
java.lang.Object
org.apache.maven.plugin.registry.TrackableBase
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Plugin, PluginRegistry
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
TrackableBase
public TrackableBase()
setSourceLevel
public void setSourceLevel(String sourceLevel)
getSourceLevel
public String getSourceLevel()
Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.