Uses of Class
gov.nasa.pds.tools.validate.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.
|
-
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
BundleManager. 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>
BundleManager. buildBundleIgnoreList(URL url)
Build a list of bundle files to ignore.static ArrayList<Target>
BundleManager. buildCollectionIgnoreList(URL url, URL bundleUrl)
Build a list of collection files to ignore.static List<Target>
BundleManager. findAllBundleFiles(URL url)
Find all bundle files.static List<Target>
BundleManager. findAllCollectionFiles(URL url)
Find all collection files.static List<Target>
BundleManager. findBundleWithLatestVersion(URL url)
Find bundle(s) with the latest version.static List<Target>
BundleManager. findCollectionWithLatestVersion(URL url)
Find collection(s) with the latest version.static List<Target>
BundleManager. findCollectionWithMatchingReference(URL url, URL bundleUrl)
Find collection(s) with matching reference.static ArrayList<Target>
BundleManager. findOtherBundleFiles(URL url)
Find other bundle file(s).static ArrayList<Target>
BundleManager. findOtherCollectionFiles(URL url)
Find other collection file(s).static ArrayList<Target>
BundleManager. getIgnoreList()
Returns the list of files to ignore when crawling. -
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, String nameToken)
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, String nameToken)
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)