org.sonatype.tycho.p2.repository
Class RepositoryLayoutHelper
java.lang.Object
org.sonatype.tycho.p2.repository.RepositoryLayoutHelper
public class RepositoryLayoutHelper
- extends Object
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROP_GROUP_ID
public static final String PROP_GROUP_ID
- See Also:
- Constant Field Values
PROP_ARTIFACT_ID
public static final String PROP_ARTIFACT_ID
- See Also:
- Constant Field Values
PROP_VERSION
public static final String PROP_VERSION
- See Also:
- Constant Field Values
PROP_CLASSIFIER
public static final String PROP_CLASSIFIER
- See Also:
- Constant Field Values
CLASSIFIER_P2_METADATA
public static final String CLASSIFIER_P2_METADATA
- See Also:
- Constant Field Values
EXTENSION_P2_METADATA
public static final String EXTENSION_P2_METADATA
- See Also:
- Constant Field Values
CLASSIFIER_P2_ARTIFACTS
public static final String CLASSIFIER_P2_ARTIFACTS
- See Also:
- Constant Field Values
EXTENSION_P2_ARTIFACTS
public static final String EXTENSION_P2_ARTIFACTS
- See Also:
- Constant Field Values
DEFAULT_EXTERNSION
public static final String DEFAULT_EXTERNSION
- See Also:
- Constant Field Values
RepositoryLayoutHelper
public RepositoryLayoutHelper()
getRelativePath
public static String getRelativePath(GAV gav,
String classifier,
String extension)
getRelativePath
public static String getRelativePath(String groupId,
String artifactId,
String version,
String classifier,
String extension)
getGAV
public static GAV getGAV(Map properties)
getGAV
public static GAV getGAV(String groupId,
String artifactId,
String version)
getP2Gav
public static GAV getP2Gav(String classifier,
String id,
String version)
Copyright © 2008-2011. All Rights Reserved.