Uses of Class
gov.nasa.pds.tools.validate.TargetType
Package | Description |
---|---|
gov.nasa.pds.tools.validate |
Implementations of general-purpose classes for the validation
application.
|
-
Uses of TargetType in gov.nasa.pds.tools.validate
Methods in gov.nasa.pds.tools.validate that return TargetType Modifier and Type Method 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.Methods in gov.nasa.pds.tools.validate with parameters of type TargetType Modifier and Type Method Description void
InMemoryRegistrar. addTarget(String parentLocation, TargetType type, String location)
void
TargetRegistrar. addTarget(String parentLocation, TargetType type, String location)
Indicates that a target was discovered in the subtree being validated.int
InMemoryRegistrar. getTargetCount(TargetType type)
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.Constructors in gov.nasa.pds.tools.validate with parameters of type TargetType Constructor Description ValidationTarget(String location, TargetType type)
Creates an instance with a given location.