org.codehaus.mojo.runtime.model
Class Runtime

java.lang.Object
  extended by org.codehaus.mojo.runtime.model.Runtime
All Implemented Interfaces:
java.io.Serializable

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

top level container tag for the runtime descriptors

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

Constructor Summary
Runtime()
           
 
Method Summary
 JarRuntime getJar()
          Get this runtime descriptor will provide for java -jar artifact.jar < arg1> < arg2>
 java.lang.String getModelEncoding()
           
 ShellRuntime getShell()
          Get the most basic of the runtime environment descriptors, generates a shell script
 void setJar(JarRuntime jar)
          Set this runtime descriptor will provide for java -jar artifact.jar < arg1> < arg2>
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setShell(ShellRuntime shell)
          Set the most basic of the runtime environment descriptors, generates a shell script
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Runtime

public Runtime()
Method Detail

getJar

public JarRuntime getJar()
Get this runtime descriptor will provide for java -jar artifact.jar < arg1> < arg2>


getShell

public ShellRuntime getShell()
Get the most basic of the runtime environment descriptors, generates a shell script


setJar

public void setJar(JarRuntime jar)
Set this runtime descriptor will provide for java -jar artifact.jar < arg1> < arg2>

Parameters:
jar -

setShell

public void setShell(ShellRuntime shell)
Set the most basic of the runtime environment descriptors, generates a shell script

Parameters:
shell -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2009. All Rights Reserved.