public enum VersionBomComponentMatchType extends java.lang.Enum<VersionBomComponentMatchType>
| Enum Constant and Description |
|---|
BINARY |
FILE_DEPENDENCY |
FILE_DEPENDENCY_DIRECT |
FILE_DEPENDENCY_TRANSITIVE |
FILE_EXACT |
FILE_EXACT_FILE_MATCH |
FILE_FILES_ADDED_DELETED_AND_MODIFIED |
FILE_SOME_FILES_MODIFIED |
MANUAL_BOM_COMPONENT |
MANUAL_BOM_FILE |
PARTIAL_FILE |
SNIPPET |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
prettyPrint() |
static VersionBomComponentMatchType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VersionBomComponentMatchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VersionBomComponentMatchType BINARY
public static final VersionBomComponentMatchType FILE_DEPENDENCY
public static final VersionBomComponentMatchType FILE_DEPENDENCY_DIRECT
public static final VersionBomComponentMatchType FILE_DEPENDENCY_TRANSITIVE
public static final VersionBomComponentMatchType FILE_EXACT
public static final VersionBomComponentMatchType FILE_EXACT_FILE_MATCH
public static final VersionBomComponentMatchType FILE_FILES_ADDED_DELETED_AND_MODIFIED
public static final VersionBomComponentMatchType FILE_SOME_FILES_MODIFIED
public static final VersionBomComponentMatchType MANUAL_BOM_COMPONENT
public static final VersionBomComponentMatchType MANUAL_BOM_FILE
public static final VersionBomComponentMatchType PARTIAL_FILE
public static final VersionBomComponentMatchType SNIPPET
public static VersionBomComponentMatchType[] values()
for (VersionBomComponentMatchType c : VersionBomComponentMatchType.values()) System.out.println(c);
public static VersionBomComponentMatchType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String prettyPrint()