Package | Description |
---|---|
gov.nasa.pds.tools.validate |
Implementations of general-purpose classes for the validation
application.
|
Modifier and Type | Method and Description |
---|---|
Identifier |
ValidationTarget.getIdentifier()
Gets the identification string for this target.
|
Identifier |
IdentifierReference.getIdentifier()
Gets the identifier referenced.
|
Modifier and Type | Method and Description |
---|---|
Map<Identifier,String> |
InMemoryRegistrar.getIdentifierDefinitions() |
Map<Identifier,String> |
TargetRegistrar.getIdentifierDefinitions()
Gets a mapping of identifiers to their locations.
|
Collection<Identifier> |
InMemoryRegistrar.getUnreferencedIdentifiers() |
Collection<Identifier> |
TargetRegistrar.getUnreferencedIdentifiers()
Gets a collection of identifiers that are defined but never
referenced.
|
Modifier and Type | Method and Description |
---|---|
void |
InMemoryRegistrar.addIdentifierReference(String referenceLocation,
Identifier identifier) |
void |
TargetRegistrar.addIdentifierReference(String referenceLocation,
Identifier identifier)
Adds a reference to a target identifier.
|
String |
InMemoryRegistrar.getTargetForIdentifier(Identifier identifier) |
String |
TargetRegistrar.getTargetForIdentifier(Identifier identifier)
Gets the location where an identifier was defined.
|
boolean |
InMemoryRegistrar.isIdentifierReferenced(Identifier identifier) |
boolean |
TargetRegistrar.isIdentifierReferenced(Identifier identifier)
Tests whether an identifier was referenced.
|
void |
ValidationTarget.setIdentifier(Identifier identifier)
Sets the identification string for this target.
|
void |
InMemoryRegistrar.setTargetIdentifier(String location,
Identifier identifier) |
void |
TargetRegistrar.setTargetIdentifier(String location,
Identifier identifier)
Sets an identifier for uniquely identifying the target.
|
Constructor and Description |
---|
IdentifierReference(String referenceLocation,
Identifier identifier)
Creates a new instance with a given location for the target referring to
an identifier.
|
Copyright © 2010–2017 Planetary Data System. All rights reserved.