| Modifier and Type | Field and Description |
|---|---|
protected File |
warFile |
protected File |
webappRunnerJar |
| Constructor and Description |
|---|
WarApp(String name) |
WarApp(String name,
List<String> buildpacks) |
WarApp(String client,
String name,
File warFile,
File webappRunnerJar,
File rootDir,
File targetDir,
List<String> buildpacks) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
defaultProcTypes() |
void |
deploy(List<File> includedFiles,
Map<String,String> configVars,
String jdkVersion,
Map<String,String> userDefinedProcessTypes,
String buildFilename) |
createTempDir, getAppDir, getName, getRootDir, getTargetDir, isUploadProgressEnabled, logDebug, logError, logInfo, logUploadProgress, logWarn, prepare, relativizepublic WarApp(String name) throws IOException
IOExceptionpublic WarApp(String name, List<String> buildpacks) throws IOException
IOExceptionpublic void deploy(List<File> includedFiles, Map<String,String> configVars, String jdkVersion, Map<String,String> userDefinedProcessTypes, String buildFilename) throws Exception
protected Map<String,String> defaultProcTypes()
defaultProcTypes in class AppCopyright © 2019. All rights reserved.