public class MavenProjectProperties extends Object implements ProjectProperties
MavenProject.| Modifier and Type | Field and Description |
|---|---|
static String |
PLUGIN_KEY
Used to identify this plugin when interacting with the maven system.
|
static String |
PLUGIN_NAME
Used for logging during main class inference and analysis of user configuration.
|
CACHE_DIRECTORY_NAME, EXPLODED_WAR_DIRECTORY_NAME| 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() |
public static final String PLUGIN_NAME
public static final String PLUGIN_KEY
public JavaLayerConfigurations getJavaLayerConfigurations()
getJavaLayerConfigurations in interface ProjectPropertiespublic EventHandlers getEventHandlers()
getEventHandlers in interface ProjectPropertiespublic String getToolName()
getToolName in interface ProjectPropertiespublic String getPluginName()
getPluginName in interface ProjectProperties@Nullable public String getMainClassFromJar()
getMainClassFromJar in interface ProjectPropertiespublic Path getCacheDirectory()
getCacheDirectory in interface ProjectPropertiespublic String getJarPluginName()
getJarPluginName in interface ProjectPropertiespublic boolean isWarProject()
isWarProject in interface ProjectPropertiespublic String getName()
getName in interface ProjectPropertiespublic String getVersion()
getVersion in interface ProjectPropertiesCopyright © 2018. All rights reserved.