org.apache.maven.plugin.registry
Class TrackableBase
java.lang.Object
org.apache.maven.plugin.registry.TrackableBase
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- Plugin, PluginRegistry
public class TrackableBase
- extends java.lang.Object
- implements java.io.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 java.lang.String USER_LEVEL
- See Also:
- Constant Field Values
GLOBAL_LEVEL
public static final java.lang.String GLOBAL_LEVEL
- See Also:
- Constant Field Values
TrackableBase
public TrackableBase()
setSourceLevel
public void setSourceLevel(java.lang.String sourceLevel)
getSourceLevel
public java.lang.String getSourceLevel()
setModelEncoding
public void setModelEncoding(java.lang.String modelEncoding)
getModelEncoding
public java.lang.String getModelEncoding()
Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.