public class DefaultPlayRunSpec extends Object implements PlayRunSpec, Serializable
| Constructor and Description |
|---|
DefaultPlayRunSpec(Iterable<File> classpath,
Iterable<File> changingClasspath,
File applicationJar,
File assetsJar,
Iterable<File> assetsDirs,
File projectPath,
org.gradle.api.tasks.compile.BaseForkOptions forkOptions,
int httpPort) |
| Modifier and Type | Method and Description |
|---|---|
File |
getApplicationJar() |
Iterable<File> |
getAssetsDirs() |
File |
getAssetsJar() |
Iterable<File> |
getChangingClasspath() |
Iterable<File> |
getClasspath() |
org.gradle.api.tasks.compile.BaseForkOptions |
getForkOptions() |
int |
getHttpPort() |
File |
getProjectPath() |
public org.gradle.api.tasks.compile.BaseForkOptions getForkOptions()
getForkOptions in interface PlayRunSpecpublic Iterable<File> getClasspath()
getClasspath in interface PlayRunSpecpublic Iterable<File> getChangingClasspath()
getChangingClasspath in interface PlayRunSpecpublic File getProjectPath()
getProjectPath in interface PlayRunSpecpublic int getHttpPort()
getHttpPort in interface PlayRunSpecpublic File getApplicationJar()
getApplicationJar in interface PlayRunSpecpublic File getAssetsJar()
getAssetsJar in interface PlayRunSpecpublic Iterable<File> getAssetsDirs()
getAssetsDirs in interface PlayRunSpec