|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Target | |
---|---|
gov.nasa.pds.vtool | This package provides the main class for executing the Validation Tool. |
gov.nasa.pds.vtool.target |
Uses of Target in gov.nasa.pds.vtool |
---|
Method parameters in gov.nasa.pds.vtool with type arguments of type Target | |
---|---|
void |
VTool.validateLabels(List<Target> targets)
Validate labels, performing only syntactic validation. |
void |
VTool.validateLabels(List<Target> targets,
gov.nasa.pds.tools.dict.Dictionary dict)
Validate labels, performing both syntactic and semantic validation. |
Uses of Target in gov.nasa.pds.vtool.target |
---|
Methods in gov.nasa.pds.vtool.target that return types with arguments of type Target | |
---|---|
List<Target> |
Target.traverse(boolean recurse,
List<String> filesToFind,
List<String> filesToSkip,
List<String> dirsToSkip)
Traverse the target directory. |
List<Target> |
Target.traverse(List<String> filesToFind,
List<String> filesToSkip,
List<String> dirsToSkip)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |