Package | Description |
---|---|
gov.nasa.pds.tools.validate |
Implementations of general-purpose classes for the validation
application.
|
Modifier and Type | Method and Description |
---|---|
TargetType |
ValidationTarget.getType()
Gets the target type.
|
static TargetType |
TargetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetType[] |
TargetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TargetRegistrar.addTarget(String parentLocation,
TargetType type,
String location)
Indicates that a target was discovered in the subtree
being validated.
|
int |
TargetRegistrar.getTargetCount(TargetType type)
Gets the number of targets encountered so far for a target type.
|
void |
ValidationTarget.setType(TargetType type)
Sets the target type.
|
Constructor and Description |
---|
ValidationTarget(String location,
TargetType type)
Creates an instance with a given location.
|
Copyright © 2010–2016 Planetary Data System. All rights reserved.