public interface ProjectProperties
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_DIRECTORY_NAME
Directory name for the cache.
|
static String |
EXPLODED_WAR_DIRECTORY_NAME
Directory name for the exploded WAR.
|
| Modifier and Type | Method and Description |
|---|---|
JibContainerBuilder |
createContainerBuilder(RegistryImage baseImage)
Starts the containerization process.
|
List<Path> |
getClassFiles() |
Path |
getDefaultCacheDirectory() |
EventHandlers |
getEventHandlers() |
String |
getJarPluginName() |
String |
getMainClassFromJar() |
int |
getMajorJavaVersion() |
String |
getName() |
String |
getPluginName() |
String |
getToolName() |
String |
getVersion() |
boolean |
isWarProject() |
void |
waitForLoggingThread() |
static final String CACHE_DIRECTORY_NAME
static final String EXPLODED_WAR_DIRECTORY_NAME
void waitForLoggingThread()
EventHandlers getEventHandlers()
String getToolName()
String getPluginName()
JibContainerBuilder createContainerBuilder(RegistryImage baseImage) throws IOException
baseImage - the base imageJibContainerBuilder with classes, resources, and dependencies added to itIOException - if there is a problem walking the project filesList<Path> getClassFiles() throws IOException
IOExceptionPath getDefaultCacheDirectory()
String getJarPluginName()
@Nullable String getMainClassFromJar()
boolean isWarProject()
String getName()
String getVersion()
int getMajorJavaVersion()
Copyright © 2019. All rights reserved.