org.codehaus.mojo.runtime.model
Class RuntimeBase
java.lang.Object
org.codehaus.mojo.runtime.model.RuntimeBase
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- JarRuntime, ShellRuntime
public class RuntimeBase
- extends Object
- implements Serializable
empty base class for the moment
- 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 |
RuntimeBase
public RuntimeBase()
getId
public String getId()
- Get
The id associated with the runtime
descriptor.
setId
public void setId(String id)
- Set
The id associated with the runtime
descriptor.
- Parameters:
id
-
setModelEncoding
public void setModelEncoding(String modelEncoding)
getModelEncoding
public String getModelEncoding()
Copyright © 2011 Codehaus. All Rights Reserved.