|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.runtime.model.Runtime
public class Runtime
top level container tag for the runtime descriptors
Constructor Summary | |
---|---|
Runtime()
|
Method Summary | |
---|---|
JarRuntime |
getJar()
Get this runtime descriptor will provide for java -jar artifact.jar |
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 |
void |
setModelEncoding(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 |
---|
public Runtime()
Method Detail |
---|
public JarRuntime getJar()
public ShellRuntime getShell()
public void setJar(JarRuntime jar)
jar
- public void setShell(ShellRuntime shell)
shell
- public void setModelEncoding(String modelEncoding)
public String getModelEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |