public class JavaProjectConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ARTIFACT_TYPE_FOLDER
Standard artifact type representing a folder containing classes, presumably
used as a Java library of some kind.
|
static String |
ARTIFACT_TYPE_JAR
Standard artifact type representing a JAR file, presumably
used as a Java library of some kind.
|
static String |
COMMAND_DEBUG_FIX
Standard command for reloading a class in a foreign VM and continuing debugging.
|
static String |
COMMAND_JAVADOC
Standard command for running Javadoc on a project.
|
static String |
SOURCES_HINT_MAIN
Hint for
SourceGroupModifier to create a SourceGroup
for main project codebase. |
static String |
SOURCES_HINT_TEST
Hint for
SourceGroupModifier to create a SourceGroup
for project's tests. |
static String |
SOURCES_TYPE_JAVA
Java package root sources type.
|
static String |
SOURCES_TYPE_MODULES
Java module root sources type.
|
static String |
SOURCES_TYPE_RESOURCES
Package root sources type for resources, if these are not put together with Java sources.
|
public static final String SOURCES_TYPE_JAVA
Sources
,
Constant Field Valuespublic static final String SOURCES_TYPE_RESOURCES
Sources
,
Constant Field Valuespublic static final String SOURCES_TYPE_MODULES
Sources
,
Constant Field Valuespublic static final String SOURCES_HINT_MAIN
SourceGroupModifier
to create a SourceGroup
for main project codebase.SourceGroupModifier
,
Constant Field Valuespublic static final String SOURCES_HINT_TEST
SourceGroupModifier
to create a SourceGroup
for project's tests.SourceGroupModifier
,
Constant Field Valuespublic static final String ARTIFACT_TYPE_JAR
AntArtifact
,
Constant Field Valuespublic static final String ARTIFACT_TYPE_FOLDER
AntArtifact
,
Constant Field Valuespublic static final String COMMAND_JAVADOC
ActionProvider
,
Constant Field Valuespublic static final String COMMAND_DEBUG_FIX
ActionProvider
,
Constant Field Values