|
terp - the Codemesh Modular Template Interpreter v1.3.304 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.codemesh.terp.api.Executor.AbstractExecutor<ProcessExecutor.Result>
com.codemesh.terp.eval.executors.ProcessExecutor
com.codemesh.terp.eval.executors.ShellExecutor
com.codemesh.terp.eval.executors.BatchExecutor
com.codemesh.terp.eval.executors.JavaToolExecutor<JarExecutor>
com.codemesh.terp.eval.executors.JarExecutor
public class JarExecutor
An executor for the jar tool.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.codemesh.terp.eval.executors.ProcessExecutor |
|---|
ProcessExecutor.Result |
| Nested classes/interfaces inherited from interface com.codemesh.terp.api.Executor |
|---|
Executor.AbstractExecutor<T>, Executor.ForMethod |
| Field Summary |
|---|
| Fields inherited from class com.codemesh.terp.eval.executors.JavaToolExecutor |
|---|
bIsWindows, COMPILER, EXECUTABLE, JAR_EXE_NAME, JAVA_EXE_NAME, JAVAC_EXE_NAME, JAVADOC_EXE_NAME, JDK, JRE, logger, MAKER, theJdk, theOS, TO_FILE, TO_JDK, TO_JRE, TO_VERSION, VERSION |
| Fields inherited from class com.codemesh.terp.eval.executors.ShellExecutor |
|---|
theExecFlag, theShell, TO_STRING |
| Fields inherited from class com.codemesh.terp.eval.executors.ProcessExecutor |
|---|
EOL, IS_WINDOWS, theEnvironment, theExecutable, theWorkingDir, TO_LIST |
| Constructor Summary | |
|---|---|
JarExecutor()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
getExeName()
Returns the tool's executable name. |
java.lang.String |
getName()
Always returns "jar". |
protected JarExecutor |
getTool()
Returns the JDK's getJar() value. |
| Methods inherited from class com.codemesh.terp.eval.executors.JavaToolExecutor |
|---|
batchExecute, execute, fromMap, getJdk, getMaker, getVersion, setJdk |
| Methods inherited from class com.codemesh.terp.eval.executors.BatchExecutor |
|---|
batchFromFile, batchFromMap, batchFromMap, batchFromString, writeCommandsFile |
| Methods inherited from class com.codemesh.terp.eval.executors.ShellExecutor |
|---|
createEnvironment, getExecFlag, getShell, marshallArguments, setExecFlag, setShell, shellFromFile, shellFromMap, shellFromMap, shellFromString |
| Methods inherited from class com.codemesh.terp.eval.executors.ProcessExecutor |
|---|
execute, fromFile, fromMap, fromMap, fromString, getEnvironment, getExecutable, getWorkingDir, matches, setEnvironment, setExecutable, setWorkingDir |
| Methods inherited from class com.codemesh.terp.api.Executor.AbstractExecutor |
|---|
execute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JarExecutor()
| Method Detail |
|---|
protected java.lang.String getExeName()
getExeName in class JavaToolExecutor<JarExecutor>public java.lang.String getName()
getName in interface NamedgetName in class JavaToolExecutor<JarExecutor>protected JarExecutor getTool()
getTool in class JavaToolExecutor<JarExecutor>
|
terp - the Codemesh Modular Template Interpreter v1.3.304 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||