- getContext() - Method in class gov.nasa.pds.vtool.logging.ToolsLogRecord
-
- getDictionaries() - Method in class gov.nasa.pds.vtool.VTool
-
- getDirs() - Method in class gov.nasa.pds.vtool.file.FileList
-
Gets directories that were added to the list
- getFile() - Method in class gov.nasa.pds.vtool.logging.MessageRecord
-
- getFile() - Method in class gov.nasa.pds.vtool.logging.ToolsLogRecord
-
- getFiles() - Method in class gov.nasa.pds.vtool.file.FileList
-
Gets files that were added to the list
- getFileURLNames(URL, Set) - Method in class gov.nasa.pds.vtool.file.FileListGenerator
-
Finds links to files.
- getHead(Handler) - Method in class gov.nasa.pds.vtool.logging.ToolsLogFormatter
-
- getHyperLinks(URL) - Method in class gov.nasa.pds.vtool.file.FileListGenerator
-
Gets hyperlinks found in an HTML document of a URL.
- getInstance() - Static method in class gov.nasa.pds.vtool.handler.HandlerFactory
-
- getLevel() - Method in class gov.nasa.pds.vtool.report.Report
-
- getLine() - Method in class gov.nasa.pds.vtool.logging.MessageRecord
-
- getLine() - Method in class gov.nasa.pds.vtool.logging.ToolsLogRecord
-
- getMessage() - Method in class gov.nasa.pds.vtool.logging.MessageRecord
-
- getName() - Method in enum gov.nasa.pds.vtool.status.Status
-
- getNumFailed() - Method in class gov.nasa.pds.vtool.report.Report
-
- getNumPassed() - Method in class gov.nasa.pds.vtool.report.Report
-
- getNumSkipped() - Method in class gov.nasa.pds.vtool.report.Report
-
- getReport() - Method in class gov.nasa.pds.vtool.VTool
-
- getStatus(String) - Method in class gov.nasa.pds.vtool.status.ExitStatus
-
Get the status
- getSubDirURLNames(URL, Set) - Method in class gov.nasa.pds.vtool.file.FileListGenerator
-
Finds links to sub-directory URLs
- getTail(Handler) - Method in class gov.nasa.pds.vtool.logging.FullLogFormatter
-
- getTail(Handler) - Method in class gov.nasa.pds.vtool.logging.MinimalLogFormatter
-
- getTail(Handler) - Method in class gov.nasa.pds.vtool.logging.SummaryLogFormatter
-
- getTail(Handler) - Method in class gov.nasa.pds.vtool.logging.ToolsLogFormatter
-
- getTargets() - Method in class gov.nasa.pds.vtool.VTool
-
- getTime(SimpleDateFormat) - Method in class gov.nasa.pds.vtool.time.ToolsTime
-
Get the current Date and Time
- getTimesSeen() - Method in class gov.nasa.pds.vtool.logging.MessageRecord
-
- getTotalErrors() - Method in class gov.nasa.pds.vtool.report.Report
-
- getTotalInfos() - Method in class gov.nasa.pds.vtool.report.Report
-
- getTotalWarnings() - Method in class gov.nasa.pds.vtool.report.Report
-
- getValue() - Method in enum gov.nasa.pds.vtool.status.Status
-
- getWildcards() - Method in class gov.nasa.pds.vtool.file.filefilter.WildcardOSFilter
-
Returns list of filters that were set
- gov.nasa.pds.vtool - package gov.nasa.pds.vtool
-
This package provides the main class for executing the Validation Tool.
- gov.nasa.pds.vtool.config - package gov.nasa.pds.vtool.config
-
This package provides an interface to the keywords for the Validation Tool configuration file.
- gov.nasa.pds.vtool.file - package gov.nasa.pds.vtool.file
-
Provides classes to traverse and retrieve directory/URL trees.
- gov.nasa.pds.vtool.file.filefilter - package gov.nasa.pds.vtool.file.filefilter
-
Provides class to filter files based on given patterns.
- gov.nasa.pds.vtool.flags - package gov.nasa.pds.vtool.flags
-
This package provides an interface for the command-line option flags and flag descriptions.
- gov.nasa.pds.vtool.handler - package gov.nasa.pds.vtool.handler
-
- gov.nasa.pds.vtool.license - package gov.nasa.pds.vtool.license
-
- gov.nasa.pds.vtool.logging - package gov.nasa.pds.vtool.logging
-
- gov.nasa.pds.vtool.options - package gov.nasa.pds.vtool.options
-
This package provides a class to build command-line option flags.
- gov.nasa.pds.vtool.report - package gov.nasa.pds.vtool.report
-
- gov.nasa.pds.vtool.status - package gov.nasa.pds.vtool.status
-
This package allows VTool to determine an exit value to give back to the user.
- gov.nasa.pds.vtool.target - package gov.nasa.pds.vtool.target
-
- gov.nasa.pds.vtool.time - package gov.nasa.pds.vtool.time
-
Provides class for retrieving and displaying the current time and date.
- gov.nasa.pds.vtool.util - package gov.nasa.pds.vtool.util
-
- seen() - Method in class gov.nasa.pds.vtool.logging.MessageRecord
-
- setAlias(boolean) - Method in class gov.nasa.pds.vtool.VTool
-
Set aliasing flag.
- setDictionaries(List<String>) - Method in class gov.nasa.pds.vtool.VTool
-
Set the dictionary file names passed into VTool .
- setdirsToSkip(List<String>) - Method in class gov.nasa.pds.vtool.VTool
-
Set the flag to ignore specified directories.
- setFile(String) - Method in class gov.nasa.pds.vtool.logging.MessageRecord
-
- setfilesToFind(List<String>) - Method in class gov.nasa.pds.vtool.VTool
-
Set the patterns flag.
- setfilesToSkip(List<String>) - Method in class gov.nasa.pds.vtool.VTool
-
Set the flag to ignore specified files.
- setFilters(List, List, List) - Method in class gov.nasa.pds.vtool.file.FileListGenerator
-
Sets all possible filters when looking in a directory.
- setFollowPtrs(boolean) - Method in class gov.nasa.pds.vtool.VTool
-
Set the flag that determines whether to follow pointers found in
a label.
- setForcePartial(boolean) - Method in class gov.nasa.pds.vtool.VTool
-
Set the flag that determines whether to validate standalone label.
- setIncludePaths(List<String>) - Method in class gov.nasa.pds.vtool.VTool
-
Set the paths to search for files referenced by pointers.
- setLevel(Constants.Severity) - Method in class gov.nasa.pds.vtool.report.Report
-
Anything at or above the level will be reported.
- setLine(int) - Method in class gov.nasa.pds.vtool.logging.MessageRecord
-
- setLogFile(File) - Method in class gov.nasa.pds.vtool.VTool
-
Set the file name for the machine-readable log.
- setMessage(String) - Method in class gov.nasa.pds.vtool.logging.MessageRecord
-
- setOutput(Writer) - Method in class gov.nasa.pds.vtool.report.Report
-
Handles writing a Report to the writer interface.
- setOutput(OutputStream) - Method in class gov.nasa.pds.vtool.report.Report
-
- setOutput(File) - Method in class gov.nasa.pds.vtool.report.Report
-
Handles writing a Report to a
File
.
- setProgress(boolean) - Method in class gov.nasa.pds.vtool.VTool
-
Set the progress reporting flag.
- setRecursive(boolean) - Method in class gov.nasa.pds.vtool.VTool
-
Set the recursive flag.
- setRptFile(File) - Method in class gov.nasa.pds.vtool.VTool
-
Set the file for the human-readable report.
- setRptStyle(String) - Method in class gov.nasa.pds.vtool.VTool
-
Set the output style for the report.
- setStatus(int) - Method in class gov.nasa.pds.vtool.status.ExitStatus
-
Set the status
- setStatus(Report) - Method in class gov.nasa.pds.vtool.status.ExitStatus
-
Set the status
- setTargets(List<String>) - Method in class gov.nasa.pds.vtool.VTool
-
Set the targets flag.
- setupReport() - Method in class gov.nasa.pds.vtool.VTool
-
Configures the logger appropriately.
- setVerbose(short) - Method in class gov.nasa.pds.vtool.VTool
-
Set the verbosity level and above to include in the reporting.
- SHORT - Static variable in interface gov.nasa.pds.vtool.flags.ToolsFlags
-
- showHelp() - Method in class gov.nasa.pds.vtool.VTool
-
Display VTool usage and help information
- SHOWLOGKEY - Static variable in interface gov.nasa.pds.vtool.config.VToolConfigKeys
-
- showProgress(URL) - Method in class gov.nasa.pds.vtool.VTool
-
Prints out the current directory being validated and
represents each file being validated by an asterisk.
- showVersion() - Method in class gov.nasa.pds.vtool.VTool
-
Show the version and disclaimer notice for VTool.
- SKIPPED_FILES - Static variable in interface gov.nasa.pds.vtool.status.ExitStatusType
-
- Status - Enum in gov.nasa.pds.vtool.status
-
This enum represents the status of parsing and validation against a
particular file.
- stripNewLines(String) - Static method in class gov.nasa.pds.vtool.util.Utility
-
- stripOnlyWhitespaceAndNewLine(String) - Static method in class gov.nasa.pds.vtool.util.Utility
-
Strips only newline characters and extra whitespaces.
- stripWhitespace(String) - Static method in class gov.nasa.pds.vtool.util.Utility
-
- STYLEKEY - Static variable in interface gov.nasa.pds.vtool.config.VToolConfigKeys
-
- StyleSheet - Interface in gov.nasa.pds.vtool.report
-
The Standard Stylesheet names
- SUCCESS - Static variable in interface gov.nasa.pds.vtool.status.ExitStatusType
-
- SummaryLogFormatter - Class in gov.nasa.pds.vtool.logging
-
- SummaryLogFormatter() - Constructor for class gov.nasa.pds.vtool.logging.SummaryLogFormatter
-
- SummaryReport - Class in gov.nasa.pds.vtool.report
-
- SummaryReport() - Constructor for class gov.nasa.pds.vtool.report.SummaryReport
-
- SUMXSL - Static variable in interface gov.nasa.pds.vtool.report.StyleSheet
-
- SYSTEM_ERROR - Static variable in interface gov.nasa.pds.vtool.status.ExitStatusType
-
- SystemException - Exception in gov.nasa.pds.vtool
-
- SystemException(String) - Constructor for exception gov.nasa.pds.vtool.SystemException
-