|
||||||||||
| 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(java.lang.String string)
Method addDependency |
void |
addExecutable(Executable executable)
Method addExecutable |
java.util.List |
getDependencies()
Method getDependencies |
java.util.Map |
getExecutableMap()
|
java.util.List |
getExecutables()
Method getExecutables |
java.lang.String |
getModelEncoding()
|
void |
removeDependency(java.lang.String string)
Method removeDependency |
void |
removeExecutable(Executable executable)
Method removeExecutable |
void |
setDependencies(java.util.List dependencies)
Set This will be a list of the main methods that are to be serviced by the executorClass |
void |
setExecutables(java.util.List executables)
Set This will be a list of the main methods that are to be serviced by the executorClass |
void |
setModelEncoding(java.lang.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(java.lang.String string)
string - public void addExecutable(Executable executable)
executable - public java.util.List getDependencies()
public java.util.List getExecutables()
public void removeDependency(java.lang.String string)
string - public void removeExecutable(Executable executable)
executable - public void setDependencies(java.util.List dependencies)
dependencies - public void setExecutables(java.util.List executables)
executables - public java.util.Map getExecutableMap()
public void setModelEncoding(java.lang.String modelEncoding)
setModelEncoding in class RuntimeBasepublic java.lang.String getModelEncoding()
getModelEncoding in class RuntimeBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||