Uses of Class
gov.nasa.pds.tools.validate.rule.ValidationTest
Package | Description |
---|---|
gov.nasa.pds.tools.validate.rule |
Implementations of rules for checking compliance to data standards.
|
gov.nasa.pds.tools.validate.rule.pds3 | |
gov.nasa.pds.tools.validate.rule.pds4 |
Implementations of standards rules for the PDS4 data standard.
|
-
Uses of ValidationTest in gov.nasa.pds.tools.validate.rule
Methods in gov.nasa.pds.tools.validate.rule with annotations of type ValidationTest Modifier and Type Method Description void
AbstractFindTargets. findTargets()
void
MarkSubdirectoriesReferenced. markSubdirectoriesReferenced()
void
RecordValidationResults. record()
void
RegisterTargets. registerTargets()
void
SetReportHeader. setHeader()
void
UTF8ByteStreamRule. testUTF8ByteStream()
-
Uses of ValidationTest in gov.nasa.pds.tools.validate.rule.pds3
Methods in gov.nasa.pds.tools.validate.rule.pds3 with annotations of type ValidationTest Modifier and Type Method Description void
VolumeValidationRule. validateVolume()
-
Uses of ValidationTest in gov.nasa.pds.tools.validate.rule.pds4
Methods in gov.nasa.pds.tools.validate.rule.pds4 with annotations of type ValidationTest Modifier and Type Method Description void
BundleReferentialIntegrityRule. bundleReferentialIntegrityRule()
void
ContextProductReferenceValidationRule. checkContextReferences()
void
BundleContentsNamingRule. checkFileAndDirectoryNaming()
Checks that files and directories at the root of the bundle are valid.void
FileAndDirectoryNamingRule. checkFileAndDirectoryNaming()
Checks that the files and directories in the target conform to the naming rules in sections 6C.1 and 6C.2.void
SubdirectoryNamingRule. checkIllegalDirectoryNames()
Checks for illegal subdirectory names.void
LabelValidationRule. checkLabelExtension()
Implements a rule that checks the label file extension.void
CollectionReferentialIntegrityRule. collectionReferentialIntegrityRule()
void
FindUnreferencedIdentifiers. findUnreferencedIdentifiers()
Iterate over unreferenced targets, reporting an error for each.void
FindUnreferencedFiles. findUnreferencedTargets()
Iterate over unreferenced targets, reporting an error for each.void
RegisterTargetReferences. registerDocumentFileReferences()
void
RegisterTargetReferences. registerFileReferences()
void
RegisterLabelIdentifiers. registerIdentifiers()
Tests that label identifiers are uniquely defined.void
CollectionInBundleRule. testCollectionDirectories()
void
SubDirectoryRule. testCollectionDirectories()
void
TableFieldDefinitionRule. testTableDefinitions()
void
ArrayContentValidationRule. validateArray()
void
FileReferenceValidationRule. validateFileReferences()
void
LabelValidationRule. validateLabel()
Parses the label and records any errors resulting from the parse, including schema and schematron errors.void
LabelInFolderRule. validateLabelsInFolder()
Validates each file with a label suffix as a PDS4 label.void
LocalIdentifierReferencesRule. validateLocalIdentifiers()
void
TableDataContentValidationRule. validateTableDataContents()