public class RepositoryLayoutHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLASSIFIER_P2_ARTIFACTS |
static String |
CLASSIFIER_P2_METADATA |
static String |
DEFAULT_EXTERNSION |
static String |
EXTENSION_P2_ARTIFACTS |
static String |
EXTENSION_P2_METADATA |
static String |
FILE_NAME_LOCAL_ARTIFACTS
Name of the file that stores the location of the Maven artifact in the target folder.
|
static String |
FILE_NAME_P2_ARTIFACTS
Name of the file that contains the p2 artifact index.
|
static String |
FILE_NAME_P2_METADATA
Name of the file where the module p2 metadata is stored in the target directory.
|
static String |
KEY_ARTIFACT_ATTACHED
Key prefix for attached artifact locations in "local-artifacts.properties" files.
|
static String |
KEY_ARTIFACT_MAIN
Key for the main artifact location in "local-artifacts.properties" files.
|
static String |
PACK200_CLASSIFIER |
static String |
PACK200_EXTENSION |
static String |
PROP_ARTIFACT_ID |
static String |
PROP_CLASSIFIER |
static String |
PROP_EXTENSION |
static String |
PROP_GROUP_ID |
static String |
PROP_VERSION |
Constructor and Description |
---|
RepositoryLayoutHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
getClassifier(Map properties) |
static String |
getExtension(Map properties) |
static GAV |
getGAV(Map properties) |
static GAV |
getGAV(String groupId,
String artifactId,
String version) |
static GAV |
getP2Gav(String classifier,
String id,
String version) |
static String |
getRelativePath(GAV gav,
String classifier,
String extension) |
static String |
getRelativePath(String groupId,
String artifactId,
String version,
String classifier,
String extension) |
public static final String PROP_GROUP_ID
public static final String PROP_ARTIFACT_ID
public static final String PROP_VERSION
public static final String PROP_CLASSIFIER
public static final String PROP_EXTENSION
public static final String CLASSIFIER_P2_METADATA
public static final String EXTENSION_P2_METADATA
public static final String FILE_NAME_P2_METADATA
public static final String CLASSIFIER_P2_ARTIFACTS
public static final String EXTENSION_P2_ARTIFACTS
public static final String FILE_NAME_P2_ARTIFACTS
public static final String FILE_NAME_LOCAL_ARTIFACTS
public static final String KEY_ARTIFACT_MAIN
public static final String KEY_ARTIFACT_ATTACHED
public static final String DEFAULT_EXTERNSION
public static final String PACK200_CLASSIFIER
public static final String PACK200_EXTENSION
Copyright © 2008–2015 Eclipse Foundation. All rights reserved.