public class RESTfulParameterBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PACKAGING_ALL |
static String |
PARAMETER_ARTIFACTID |
static String |
PARAMETER_CLASSIFIER |
static String |
PARAMETER_GROUPID |
static String |
PARAMETER_PACKAGING |
static String |
PARAMETER_REPOSITORYID |
| Constructor and Description |
|---|
RESTfulParameterBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static javax.ws.rs.core.MultivaluedMap<String,String> |
create(String pRepositoryId,
String pGroupId,
String pArtifactId,
String pPackaging,
ValidAndInvalidClassifier pClassifier)
Creates the parameter list for the RESTful service.
|
public static final String PARAMETER_REPOSITORYID
public static final String PARAMETER_CLASSIFIER
public static final String PARAMETER_PACKAGING
public static final String PARAMETER_ARTIFACTID
public static final String PARAMETER_GROUPID
public static final String PACKAGING_ALL
public static javax.ws.rs.core.MultivaluedMap<String,String> create(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pClassifier)
pRepositoryId - the repositoryId.pGroupId - the GroupIdpArtifactId - the ArtifactIdpPackaging - the PackagingpClassifier - the ClassifierCopyright © 2016–2018. All rights reserved.