|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.runtime.model.RuntimeBase
org.codehaus.mojo.runtime.model.JarRuntime
public class JarRuntime
This runtime will be the uberjar++ arrangement with a gateway class that will build out the classpath and offer up the options to X number of main methods.
Constructor Summary | |
---|---|
JarRuntime()
|
Method Summary | |
---|---|
void |
addDependency(String string)
Method addDependency |
void |
addExecutable(Executable executable)
Method addExecutable |
List |
getDependencies()
Method getDependencies |
Map |
getExecutableMap()
|
List |
getExecutables()
Method getExecutables |
String |
getModelEncoding()
|
void |
removeDependency(String string)
Method removeDependency |
void |
removeExecutable(Executable executable)
Method removeExecutable |
void |
setDependencies(List dependencies)
Set This will be a list of the main methods that are to be serviced by the executorClass |
void |
setExecutables(List executables)
Set This will be a list of the main methods that are to be serviced by the executorClass |
void |
setModelEncoding(String modelEncoding)
|
Methods inherited from class org.codehaus.mojo.runtime.model.RuntimeBase |
---|
getId, setId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JarRuntime()
Method Detail |
---|
public void addDependency(String string)
string
- public void addExecutable(Executable executable)
executable
- public List getDependencies()
public List getExecutables()
public void removeDependency(String string)
string
- public void removeExecutable(Executable executable)
executable
- public void setDependencies(List dependencies)
dependencies
- public void setExecutables(List executables)
executables
- public Map getExecutableMap()
public void setModelEncoding(String modelEncoding)
setModelEncoding
in class RuntimeBase
public String getModelEncoding()
getModelEncoding
in class RuntimeBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |