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 |
|---|---|
Path |
getCacheDirectory() |
EventHandlers |
getEventHandlers() |
String |
getJarPluginName() |
JavaLayerConfigurations |
getJavaLayerConfigurations() |
String |
getMainClassFromJar() |
String |
getName() |
String |
getPluginName() |
String |
getToolName() |
String |
getVersion() |
boolean |
isWarProject() |
static final String CACHE_DIRECTORY_NAME
static final String EXPLODED_WAR_DIRECTORY_NAME
EventHandlers getEventHandlers()
String getToolName()
String getPluginName()
JavaLayerConfigurations getJavaLayerConfigurations()
Path getCacheDirectory()
String getJarPluginName()
@Nullable String getMainClassFromJar()
boolean isWarProject()
String getName()
String getVersion()
Copyright © 2018. All rights reserved.