Package sonia.scm.web
Class VndMediaType
java.lang.Object
sonia.scm.web.VndMediaType
Vendor media types used by SCMM.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isVndType
(jakarta.ws.rs.core.MediaType type) Checks whether the given media type is a media type used by SCMM.
-
Field Details
-
PREFIX
- See Also:
-
SUFFIX
- See Also:
-
PLAIN_TEXT_PREFIX
- See Also:
-
PLAIN_TEXT_SUFFIX
- See Also:
-
INDEX
- See Also:
-
USER
- See Also:
-
GROUP
- See Also:
-
AUTOCOMPLETE
- See Also:
-
REPOSITORY
- See Also:
-
NAMESPACE
- See Also:
-
REPOSITORY_PERMISSION
- See Also:
-
CHANGESET
- See Also:
-
CHANGESET_COLLECTION
- See Also:
-
MODIFICATIONS
- See Also:
-
TAG
- See Also:
-
TAG_COLLECTION
- See Also:
-
TAG_REQUEST
- See Also:
-
BRANCH
- See Also:
-
BRANCH_DETAILS
- See Also:
-
BRANCH_DETAILS_COLLECTION
- See Also:
-
BRANCH_REQUEST
- See Also:
-
DIFF
- See Also:
-
DIFF_PARSED
- See Also:
-
USER_COLLECTION
- See Also:
-
GROUP_COLLECTION
- See Also:
-
REPOSITORY_COLLECTION
- See Also:
-
NAMESPACE_COLLECTION
- See Also:
-
BRANCH_COLLECTION
- See Also:
-
CONFIG
- See Also:
-
REPOSITORY_VERB_COLLECTION
- See Also:
-
REPOSITORY_TYPE_COLLECTION
- See Also:
-
REPOSITORY_TYPE
- See Also:
-
PLUGIN
- See Also:
-
PLUGIN_COLLECTION
- See Also:
-
PLUGIN_CENTER_AUTH_INFO
- See Also:
-
UI_PLUGIN
- See Also:
-
UI_PLUGIN_COLLECTION
- See Also:
-
PASSWORD_CHANGE
- See Also:
-
PASSWORD_OVERWRITE
- See Also:
-
PERMISSION_COLLECTION
- See Also:
-
NAMESPACE_STRATEGIES
- See Also:
-
ME
- See Also:
-
SOURCE
- See Also:
-
ANNOTATE
- See Also:
-
REPOSITORY_PATHS
- See Also:
-
ADMIN_INFO
- See Also:
-
ERROR_TYPE
- See Also:
-
REPOSITORY_ROLE
- See Also:
-
REPOSITORY_ROLE_COLLECTION
- See Also:
-
API_KEY
- See Also:
-
API_KEY_COLLECTION
- See Also:
-
REPOSITORY_EXPORT
- See Also:
-
REPOSITORY_EXPORT_INFO
- See Also:
-
NOTIFICATION_COLLECTION
- See Also:
-
ALERTS_REQUEST
- See Also:
-
QUERY_RESULT
- See Also:
-
SEARCHABLE_TYPE_COLLECTION
- See Also:
-
-
Method Details
-
isVndType
public static boolean isVndType(jakarta.ws.rs.core.MediaType type) Checks whether the given media type is a media type used by SCMM.
-