| Modifier and Type | Field and Description |
|---|---|
protected Deployer |
deployer |
protected String |
name |
| Constructor and Description |
|---|
App(String name) |
App(String buildPackDesc,
String name,
File rootDir,
File targetDir,
List<String> buildpacks) |
| Modifier and Type | Method and Description |
|---|---|
void |
createSlug(String slugFilename,
List<File> includedFiles,
String jdkVersion,
String stack) |
protected void |
createSlug(String slugFilename,
List<File> includedFiles,
String jdkVersion,
URL jdkUrl,
String stack) |
void |
createSlug(String slugFilename,
List<File> includedFiles,
URL jdkUrl,
String stack) |
protected static File |
createTempDir() |
void |
deploy(List<File> includedFiles,
Map<String,String> configVars,
String jdkVersion,
String stack,
Map<String,String> processTypes,
String tarFilename) |
protected void |
deploy(List<File> includedFiles,
Map<String,String> configVars,
String jdkVersion,
URL jdkUrl,
String stack,
Map<String,String> processTypes,
String tarFilename) |
void |
deploy(List<File> includedFiles,
Map<String,String> configVars,
URL jdkUrl,
String stack,
Map<String,String> processTypes,
String tarFilename) |
void |
deploySlug(List<File> includedFiles,
Map<String,String> configVars,
String jdkVersion,
String stack,
Map<String,String> processTypes,
String tarFilename) |
protected void |
deploySlug(List<File> includedFiles,
Map<String,String> configVars,
String jdkVersion,
URL jdkUrl,
String stack,
Map<String,String> processTypes,
String tarFilename) |
void |
deploySlug(List<File> includedFiles,
Map<String,String> configVars,
URL jdkUrl,
String stack,
Map<String,String> processTypes,
String tarFilename) |
protected File |
getAppDir() |
String |
getName() |
protected File |
getRootDir() |
protected File |
getTargetDir() |
Boolean |
isUploadProgressEnabled() |
void |
logDebug(String message) |
void |
logInfo(String message) |
void |
logUploadProgress(Long uploaded,
Long contentLength) |
void |
logWarn(String message) |
protected void |
prepare(List<File> includedFiles,
Map<String,String> processTypes) |
protected String |
relativize(File path) |
void |
releaseSlug(String slugFilename,
Map<String,String> processTypes,
Map<String,String> configVars,
String stack) |
public App(String name) throws IOException
IOExceptionpublic void logUploadProgress(Long uploaded, Long contentLength)
logUploadProgress in interface Loggerpublic Boolean isUploadProgressEnabled()
isUploadProgressEnabled in interface Loggerpublic String getName()
protected void prepare(List<File> includedFiles, Map<String,String> processTypes) throws IOException
IOExceptionprotected void deploy(List<File> includedFiles, Map<String,String> configVars, String jdkVersion, URL jdkUrl, String stack, Map<String,String> processTypes, String tarFilename) throws Exception
Exceptionpublic void deploy(List<File> includedFiles, Map<String,String> configVars, String jdkVersion, String stack, Map<String,String> processTypes, String tarFilename) throws Exception
Exceptionpublic void deploy(List<File> includedFiles, Map<String,String> configVars, URL jdkUrl, String stack, Map<String,String> processTypes, String tarFilename) throws Exception
Exceptionprotected void deploySlug(List<File> includedFiles, Map<String,String> configVars, String jdkVersion, URL jdkUrl, String stack, Map<String,String> processTypes, String tarFilename) throws Exception
Exceptionpublic void deploySlug(List<File> includedFiles, Map<String,String> configVars, String jdkVersion, String stack, Map<String,String> processTypes, String tarFilename) throws Exception
Exceptionpublic void deploySlug(List<File> includedFiles, Map<String,String> configVars, URL jdkUrl, String stack, Map<String,String> processTypes, String tarFilename) throws Exception
Exceptionpublic void releaseSlug(String slugFilename, Map<String,String> processTypes, Map<String,String> configVars, String stack) throws Exception
Exceptionprotected void createSlug(String slugFilename, List<File> includedFiles, String jdkVersion, URL jdkUrl, String stack) throws Exception
Exceptionpublic void createSlug(String slugFilename, List<File> includedFiles, String jdkVersion, String stack) throws Exception
Exceptionpublic void createSlug(String slugFilename, List<File> includedFiles, URL jdkUrl, String stack) throws Exception
Exceptionprotected static File createTempDir() throws IOException
IOExceptionprotected File getAppDir()
protected File getRootDir()
protected File getTargetDir()
Copyright © 2016. All rights reserved.