|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JavaExecSpec
Specifies the options for executing a Java application.
| Method Summary | |
|---|---|
JavaExecSpec |
args(Iterable<?> args)
Adds args for the main class to be executed. |
JavaExecSpec |
args(Object... args)
Adds args for the main class to be executed. |
JavaExecSpec |
classpath(Object... paths)
Adds elements to the classpath for executing the main class. |
List<String> |
getArgs()
Returns the arguments passed to the main class to be executed. |
FileCollection |
getClasspath()
Returns the classpath for executing the main class. |
String |
getMain()
Returns the fully qualified name of the Main class to be executed. |
JavaExecSpec |
setArgs(Iterable<?> args)
Sets the args for the main class to be executed. |
JavaExecSpec |
setClasspath(FileCollection classpath)
Sets the classpath for executing the main class. |
JavaExecSpec |
setMain(String main)
Sets the fully qualified name of the main class to be executed. |
| Methods inherited from interface org.gradle.process.JavaForkOptions |
|---|
bootstrapClasspath, copyTo, getAllJvmArgs, getBootstrapClasspath, getDebug, getEnableAssertions, getJvmArgs, getMaxHeapSize, getSystemProperties, jvmArgs, jvmArgs, setAllJvmArgs, setBootstrapClasspath, setDebug, setEnableAssertions, setJvmArgs, setMaxHeapSize, setSystemProperties, systemProperties, systemProperty |
| Methods inherited from interface org.gradle.process.BaseExecSpec |
|---|
getCommandLine, getErrorOutput, getStandardInput, getStandardOutput, isIgnoreExitValue, setErrorOutput, setIgnoreExitValue, setStandardInput, setStandardOutput |
| Methods inherited from interface org.gradle.process.ProcessForkOptions |
|---|
copyTo, environment, environment, executable, getEnvironment, getExecutable, getWorkingDir, setEnvironment, setExecutable, setWorkingDir, workingDir |
| Method Detail |
|---|
String getMain()
JavaExecSpec setMain(String main)
main - the fully qualified name of the main class to be executed.
List<String> getArgs()
JavaExecSpec args(Object... args)
args - Args for the main class.
JavaExecSpec args(Iterable<?> args)
args - Args for the main class.
JavaExecSpec setArgs(Iterable<?> args)
args - Args for the main class.
JavaExecSpec classpath(Object... paths)
paths - classpath elements
FileCollection getClasspath()
JavaExecSpec setClasspath(FileCollection classpath)
classpath - the classpath
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||