Package nl.knaw.dans.bagit.conformance
Enum Class BagitWarning
- All Implemented Interfaces:
- Serializable,- Comparable<BagitWarning>,- Constable
The BagIt specification is very flexible in what it allows. 
 This leads to situations where something may be technically allowed, but should be discouraged. 
 This class is for that purpose, to allow reporting of these allowed but discouraged situations to the user.
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescription
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic BagitWarningReturns the enum constant of this class with the specified name.static BagitWarning[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
BAG_WITHIN_A_BAG
- 
DIFFERENT_CASE
- 
DIFFERENT_NORMALIZATION
- 
EXTRA_LINES_IN_BAGIT_FILES
- 
LEADING_DOT_SLASH
- 
NON_STANDARD_ALGORITHM
- 
MD5SUM_TOOL_GENERATED_MANIFEST
- 
MISSING_TAG_MANIFEST
- 
OLD_BAGIT_VERSION
- 
OS_SPECIFIC_FILES
- 
PAYLOAD_OXUM_MISSING
- 
TAG_FILES_ENCODING
- 
WEAK_CHECKSUM_ALGORITHM
- 
MANIFEST_SETS_DIFFER
 
- 
- 
Field Details- 
messageBundleKey
- 
messages
 
- 
- 
Constructor Details- 
BagitWarning
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
getReason
 
-