org.codehaus.mojo.runtime.model
Class RuntimeBase

java.lang.Object
  extended by org.codehaus.mojo.runtime.model.RuntimeBase
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JarRuntime, ShellRuntime

public class RuntimeBase
extends java.lang.Object
implements java.io.Serializable

empty base class for the moment

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
RuntimeBase()
           
 
Method Summary
 java.lang.String getId()
          Get The id associated with the runtime descriptor.
 java.lang.String getModelEncoding()
           
 void setId(java.lang.String id)
          Set The id associated with the runtime descriptor.
 void setModelEncoding(java.lang.String modelEncoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeBase

public RuntimeBase()
Method Detail

getId

public java.lang.String getId()
Get The id associated with the runtime descriptor.


setId

public void setId(java.lang.String id)
Set The id associated with the runtime descriptor.

Parameters:
id -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2010. All Rights Reserved.