Uses of Class
gov.nasa.pds.tools.validate.Target
-
Packages that use Target Package Description gov.nasa.pds.tools.util gov.nasa.pds.tools.validate Implementations of general-purpose classes for the validation application.gov.nasa.pds.tools.validate.crawler gov.nasa.pds.tools.validate.rule.pds4 Implementations of standards rules for the PDS4 data standard.gov.nasa.pds.validate.crawler gov.nasa.pds.validate.util -
-
Uses of Target in gov.nasa.pds.tools.util
Methods in gov.nasa.pds.tools.util that return types with arguments of type Target Modifier and Type Method Description static List<Target>
LidVid. reduceToLatestTargetOnly(List<Target> children)
Reduce a list of target to only the one with the latest version.Method parameters in gov.nasa.pds.tools.util with type arguments of type Target Modifier and Type Method Description static List<Target>
LidVid. reduceToLatestTargetOnly(List<Target> children)
Reduce a list of target to only the one with the latest version. -
Uses of Target in gov.nasa.pds.tools.validate
Subclasses of Target in gov.nasa.pds.tools.validate Modifier and Type Class Description class
TargetExaminer
Class to examine if a Target maches a certain product type, either a bundle or a collection.Methods in gov.nasa.pds.tools.validate that return Target Modifier and Type Method Description static Target
AggregateManager. getLatestBundle()
Returns the target containing the latest bundle (one with the largest version).Methods in gov.nasa.pds.tools.validate that return types with arguments of type Target Modifier and Type Method Description static ArrayList<Target>
AggregateManager. buildBundleIgnoreList(URL url, String labelFileExtension)
Build a list of bundle files to ignore.static ArrayList<Target>
AggregateManager. buildCollectionIgnoreList(URL url, URL bundleUrl, String labelFileExtension, boolean isRootBundle)
Build a list of collection files to ignore.static List<Target>
AggregateManager. findBundleWithLatestVersion(URL url, String labelExtension)
Find bundle(s) with the latest version.static List<Target>
AggregateManager. findCollectionWithLatestVersion(URL url, String labelFileExtension)
Find collection(s) with the latest version.static List<Target>
AggregateManager. findCollectionWithMatchingReference(URL url, URL bundleUrl, String labelFileExtension)
Find collection(s) with matching reference.static ArrayList<Target>
AggregateManager. findOtherBundleFiles(URL url, String labelExtension)
Find other bundle file(s).static ArrayList<Target>
AggregateManager. findOtherCollectionFiles(List<Target> targetList, String labelFileExtension)
Find other collection file(s).static ArrayList<Target>
AggregateManager. getIgnoreList()
Returns the list of files to ignore when crawling.static List<Target>
TargetExaminer. removeNonLabels(List<Target> targets)
Modifies the input array and returns it so the same call can be used as a function or as a procedure.Method parameters in gov.nasa.pds.tools.validate with type arguments of type Target Modifier and Type Method Description static ArrayList<Target>
AggregateManager. findOtherCollectionFiles(List<Target> targetList, String labelFileExtension)
Find other collection file(s).static List<Target>
TargetExaminer. removeNonLabels(List<Target> targets)
Modifies the input array and returns it so the same call can be used as a function or as a procedure. -
Uses of Target in gov.nasa.pds.tools.validate.crawler
Fields in gov.nasa.pds.tools.validate.crawler with type parameters of type Target Modifier and Type Field Description protected ArrayList<Target>
Crawler. ignoreList
Methods in gov.nasa.pds.tools.validate.crawler that return types with arguments of type Target Modifier and Type Method Description List<Target>
Crawler. crawl(URL url)
List<Target>
Crawler. crawl(URL url, boolean getDirectories)
abstract List<Target>
Crawler. crawl(URL url, boolean getDirectories, org.apache.commons.io.filefilter.IOFileFilter fileFilter)
List<Target>
Crawler. crawl(URL url, String[] extensions, boolean getDirectories)
List<Target>
Crawler. crawl(URL url, org.apache.commons.io.filefilter.IOFileFilter fileFilter)
List<Target>
FileCrawler. crawl(URL fileUrl, boolean getDirectories, org.apache.commons.io.filefilter.IOFileFilter fileFilter)
Crawl a given directory url.List<Target>
FileCrawler. crawl(URL fileUrl, String[] extensions, boolean getDirectories)
Crawl a given directory url.List<Target>
FileCrawler. crawl(URL fileUrl, String[] extensions, boolean getDirectories, boolean ignoreCaseFlag)
Crawl a given directory url.List<Target>
URLCrawler. crawl(URL url, boolean getDirectories, org.apache.commons.io.filefilter.IOFileFilter fileFilter)
Method parameters in gov.nasa.pds.tools.validate.crawler with type arguments of type Target Modifier and Type Method Description void
Crawler. addAllIgnoreItems(ArrayList<Target> ignoreList)
-
Uses of Target in gov.nasa.pds.tools.validate.rule.pds4
Method parameters in gov.nasa.pds.tools.validate.rule.pds4 with type arguments of type Target Modifier and Type Method Description List<ValidationProblem>
FileAndDirectoryNamingChecker. checkFileAndDirectoryNamingWithChecker(List<Target> list)
-
Uses of Target in gov.nasa.pds.validate.crawler
Methods in gov.nasa.pds.validate.crawler that return types with arguments of type Target Modifier and Type Method Description abstract List<Target>
Crawler. crawl(URL url)
List<Target>
FileCrawler. crawl(URL fileUrl)
Crawl a given directory url.List<Target>
URLCrawler. crawl(URL url)
-
Uses of Target in gov.nasa.pds.validate.util
Methods in gov.nasa.pds.validate.util that return Target Modifier and Type Method Description static Target
Utility. toTarget(URL target)
-