Package gov.nasa.pds.tools.validate
Class Standard
java.lang.Object
gov.nasa.pds.tools.validate.Standard
public final class Standard extends Object
Defines the standards documents against which we are testing.
-
Field Summary
Fields Modifier and Type Field Description static String
PDS3_STANDARDS_REFERENCE
The standard for PDS3.static String
PDS4_STANDARDS_REFERENCE
The standard for PDS4.static String
RFC_3629
The standard for UTF-8. -
Method Summary
-
Field Details
-
PDS4_STANDARDS_REFERENCE
The standard for PDS4.- See Also:
- Constant Field Values
-
PDS3_STANDARDS_REFERENCE
The standard for PDS3.- See Also:
- Constant Field Values
-
RFC_3629
The standard for UTF-8.- See Also:
- Constant Field Values
-