Uses of Class
gov.nasa.pds.tools.validate.TargetType
-
Packages that use TargetType Package Description gov.nasa.pds.tools.util gov.nasa.pds.tools.validate Implementations of general-purpose classes for the validation application. -
-
Uses of TargetType in gov.nasa.pds.tools.util
Methods in gov.nasa.pds.tools.util that return TargetType Modifier and Type Method Description static TargetType
Utility. getTargetType(URL url)
static TargetType
Utility. getTargetType(URL source, URL label)
-
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.static ValidationTarget
ValidationTarget. build(String targetLocation, TargetType type)
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.
-