|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonatype.aether.util.artifact.ArtifactProperties
public final class ArtifactProperties
The keys for common properties of artifacts.
Artifact.getProperties()| Field Summary | |
|---|---|
static java.lang.String |
CONSTITUTES_BUILD_PATH
A boolean flag indicating whether the artifact is meant to be used for the compile/runtime/test build path of a consumer project. |
static java.lang.String |
INCLUDES_DEPENDENCIES
A boolean flag indicating whether the artifact presents some kind of bundle that physically includes its dependencies, e.g. |
static java.lang.String |
LANGUAGE
The programming language this artifact is relevant for, e.g. |
static java.lang.String |
LOCAL_PATH
The (expected) path to the artifact on the local filesystem. |
static java.lang.String |
TYPE
A high-level characterization of the artifact, e.g. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String TYPE
public static final java.lang.String LANGUAGE
public static final java.lang.String LOCAL_PATH
public static final java.lang.String INCLUDES_DEPENDENCIES
public static final java.lang.String CONSTITUTES_BUILD_PATH
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||