public interface Constants
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_PROPERTY_JPDAATTACH
When used as a property when executing maven, it will attach a debugger
to the provided address.
|
static String |
ACTION_PROPERTY_JPDAATTACH_ADDRESS
If the
Constants.ACTION_PROPERTY_JPDAATTACH property is specified
as true this property is then set to the address
(usually localhost ) to connect to. |
static String |
ACTION_PROPERTY_JPDAATTACH_PORT
If the
Constants.ACTION_PROPERTY_JPDAATTACH property is specified
as true this property is then set to an empty port the
system will then connect to. |
static String |
ACTION_PROPERTY_JPDAATTACH_TRANSPORT
When used as a property when executing maven, it will use this transport
when attaching to
Constants.ACTION_PROPERTY_JPDAATTACH_ADDRESS address. |
static String |
ACTION_PROPERTY_JPDAATTACH_TRIGGER
Name of a property used for checking the maven output for the approriate time to attach to
Constants.ACTION_PROPERTY_JPDAATTACH_ADDRESS address. |
static String |
ACTION_PROPERTY_JPDALISTEN
When used as a property when executing maven, it will start a debugger before invoking a project related action.
|
static List<String> |
CLEAN_PHASES
list of phase names in clean lifecycle
|
static List<String> |
DEFAULT_PHASES
list of phase names in default lifecycle
|
static String |
ENCODING_PARAM |
static String |
ENCODING_PROP
this property was introduced as part of this proposal:
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
|
static String |
GROUP_APACHE_PLUGINS
apache maven default groupid for maven plugins.
|
static String |
HINT_CHECKSTYLE_FORMATTING
Optional property, if defined the IDE will try to use the project's checkstyle configuration
to transparently change the java files formatting (according to the setup rules)
|
static String |
HINT_COMPILE_ON_SAVE
Optional property, if defined the project type will attempt to redirect meaningful
run/debug/profile/test action invokations to the compile on save infrastructure.
|
static String |
HINT_DISPLAY_NAME
allows to customize project's display name.
|
static String |
HINT_JDK_PLATFORM
Maven property that designates the jdk platform to use in the IDE on classpath for project.
|
static String |
HINT_LICENSE
Maven property that hints netbeans to use a given license template.
|
static String |
HINT_LICENSE_PATH
Maven property that hints netbeans to use a given license template file in project space, rather than the IDE's user space
|
static String |
HINT_PACKAGING
Maven property that hints netbeans to handle the project as if it were of given packaging..
|
static String |
PLUGIN_CHECKSTYLE |
static String |
PLUGIN_COMPILER |
static String |
PLUGIN_COMPILER_VERSION_SUPPORTING_JDK9 |
static String |
PLUGIN_EAR |
static String |
PLUGIN_EJB |
static String |
PLUGIN_FAILSAFE |
static String |
PLUGIN_JAR |
static String |
PLUGIN_RESOURCES |
static String |
PLUGIN_SITE |
static String |
PLUGIN_SUREFIRE |
static String |
PLUGIN_WAR |
static String |
POM_MIME_TYPE
MIME type for
*.pom . |
static String |
RELEASE_PARAM |
static String |
SOURCE_PARAM |
static String |
TARGET_PARAM |
static final String POM_MIME_TYPE
*.pom
.static final String HINT_LICENSE
static final String HINT_LICENSE_PATH
static final String HINT_JDK_PLATFORM
static final String HINT_PACKAGING
static final String HINT_DISPLAY_NAME
static final String GROUP_APACHE_PLUGINS
static final String PLUGIN_COMPILER
static final String PLUGIN_COMPILER_VERSION_SUPPORTING_JDK9
static final String PLUGIN_WAR
static final String PLUGIN_SITE
static final String PLUGIN_RESOURCES
static final String PLUGIN_EJB
static final String PLUGIN_EAR
static final String PLUGIN_JAR
static final String PLUGIN_SUREFIRE
static final String PLUGIN_FAILSAFE
static final String PLUGIN_CHECKSTYLE
static final String ENCODING_PARAM
static final String RELEASE_PARAM
static final String SOURCE_PARAM
static final String TARGET_PARAM
static final String ENCODING_PROP
static final String ACTION_PROPERTY_JPDALISTEN
static final String ACTION_PROPERTY_JPDAATTACH
Constants.ACTION_PROPERTY_JPDAATTACH_TRANSPORT
.
Possible value is also true
in which case a free port
is allocated and value of this property and properties
Constants.ACTION_PROPERTY_JPDAATTACH_ADDRESS
and
Constants.ACTION_PROPERTY_JPDAATTACH_PORT
updated accordingly.static final String ACTION_PROPERTY_JPDAATTACH_ADDRESS
Constants.ACTION_PROPERTY_JPDAATTACH
property is specified
as true
this property is then set to the address
(usually localhost
) to connect to.static final String ACTION_PROPERTY_JPDAATTACH_PORT
Constants.ACTION_PROPERTY_JPDAATTACH
property is specified
as true
this property is then set to an empty port the
system will then connect to.static final String ACTION_PROPERTY_JPDAATTACH_TRANSPORT
Constants.ACTION_PROPERTY_JPDAATTACH_ADDRESS
address.
This property is meaningful only when Constants.ACTION_PROPERTY_JPDAATTACH_ADDRESS
is defined.static final String ACTION_PROPERTY_JPDAATTACH_TRIGGER
Constants.ACTION_PROPERTY_JPDAATTACH_ADDRESS
address.
This property is meaningful only when Constants.ACTION_PROPERTY_JPDAATTACH_ADDRESS
is defined.static final String HINT_COMPILE_ON_SAVE
static final String HINT_CHECKSTYLE_FORMATTING