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 TargetTypeUtility. getTargetType(URL url)static TargetTypeUtility. 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 TargetTypeValidationTarget. getType()Gets the target type.static TargetTypeTargetType. 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 voidInMemoryRegistrar. addTarget(String parentLocation, TargetType type, String location)voidTargetRegistrar. addTarget(String parentLocation, TargetType type, String location)Indicates that a target was discovered in the subtree being validated.static ValidationTargetValidationTarget. build(String targetLocation, TargetType type)intInMemoryRegistrar. getTargetCount(TargetType type)intTargetRegistrar. getTargetCount(TargetType type)Gets the number of targets encountered so far for a target type.voidValidationTarget. setType(TargetType type)Sets the target type.
-