public final class ArtifactProperties extends Object
Artifact.getProperties()| Modifier and Type | Field and Description | 
|---|---|
| static String | CONSTITUTES_BUILD_PATHA boolean flag indicating whether the artifact is meant to be used for the compile/runtime/test build path of a
 consumer project. | 
| static String | DOWNLOAD_URLThe URL to a web page from which the artifact can be manually downloaded. | 
| static String | INCLUDES_DEPENDENCIESA boolean flag indicating whether the artifact presents some kind of bundle that physically includes its
 dependencies, e.g. | 
| static String | LANGUAGEThe programming language this artifact is relevant for, e.g. | 
| static String | LOCAL_PATHThe (expected) path to the artifact on the local filesystem. | 
| static String | TYPEA high-level characterization of the artifact, e.g. | 
public static final String TYPE
ArtifactType.getId(), 
Constant Field Valuespublic static final String LANGUAGE
public static final String LOCAL_PATH
public static final String INCLUDES_DEPENDENCIES
public static final String CONSTITUTES_BUILD_PATH
public static final String DOWNLOAD_URL
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.