- add(E) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.VectorSet
-
- add(int, E) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.VectorSet
-
This implementation may not add the element at the given index
if it is already contained in the collection.
- addAll(Collection<? extends E>) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.VectorSet
-
- addAll(int, Collection<? extends E>) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.VectorSet
-
This implementation may not add all elements at the given index
if any of them are already contained in the collection.
- addDefaultExclude(String) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Add a pattern to the default excludes unless it is already a default exclude.
- addDefaultExcludes() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Add default exclusions to the current exclusions set.
- addDefaultExcludes() - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.FileScanner
-
Adds default exclusions to the current exclusions set.
- addElement(E) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.VectorSet
-
- addExcludes(String[]) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Add to the list of exclude patterns to use.
- ADDITIONAL_ZIP_EXTENSIONS - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The additional configured zip file extensions, if available.
- analyzeException(IOException) - Static method in class org.owasp.dependencycheck.utils.Downloader
-
Analyzes the IOException, logs the appropriate information for debugging purposes, and then throws a
DownloadFailedException that wraps the IO Exception.
- ANALYZER_ARCHIVE_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for whether the Archive analyzer is enabled.
- ANALYZER_ASSEMBLY_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for whether the .NET Assembly analyzer is enabled.
- ANALYZER_ASSEMBLY_MONO_PATH - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The path to mono, if available.
- ANALYZER_AUTOCONF_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for whether the Autoconf analyzer is enabled.
- ANALYZER_CENTRAL_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for whether the Central analyzer is enabled.
- ANALYZER_CENTRAL_URL - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for the Central search URL.
- ANALYZER_CMAKE_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for whether the CMake analyzer is enabled.
- ANALYZER_JAR_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for whether the Jar Analyzer is enabled.
- ANALYZER_JAVASCRIPT_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for whether the JavaScript analyzer is enabled.
- ANALYZER_NEXUS_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for whether the Nexus analyzer is enabled.
- ANALYZER_NEXUS_PROXY - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for using the proxy to reach Nexus.
- ANALYZER_NEXUS_URL - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for the Nexus search URL.
- ANALYZER_NUSPEC_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for whether the .NET Nuspec analyzer is enabled.
- ANALYZER_OPENSSL_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for whether the OpenSSL analyzer is enabled.
- ANALYZER_PYTHON_DISTRIBUTION_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for whether the Python Distribution analyzer is enabled.
- ANALYZER_PYTHON_PACKAGE_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for whether the Python Package analyzer is enabled.
- append(Enumeration<E>, Enumeration<E>) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.CollectionUtils
-
Append one enumeration to another.
- Appendable - Interface in org.owasp.dependencycheck.org.apache.tools.ant.types.resources
-
Interface to be implemented by "appendable" resources.
- APPLICATION_VAME - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The key to obtain the application name.
- APPLICATION_VERSION - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The key to obtain the application version.
- areSame(File, File) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Are the two File instances pointing to the same object on the file system?
- as(Class<T>) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Returns a view of this resource that implements the interface given as the argument or null if there is no such
view.
- asCollection(Iterator<? extends T>) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.CollectionUtils
-
Returns a collection containing all elements of the iterator.
- asEnumeration(Iterator<E>) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.CollectionUtils
-
Adapt the specified Iterator to the Enumeration interface.
- asIterator(Enumeration<E>) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.CollectionUtils
-
Adapt the specified Enumeration to the Iterator interface.
- AUTO_UPDATE - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key indicating whether or not the cached data sources should be updated.
- checkAttributesAllowed() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.DataType
-
check that it is ok to set attributes, i.e that no reference is defined
- checkChildrenAllowed() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.DataType
-
check that it is ok to add children, i.e that no reference is defined
- checked - Variable in class org.owasp.dependencycheck.org.apache.tools.ant.types.DataType
-
- Checksum - Class in org.owasp.dependencycheck.utils
-
Includes methods to generate the MD5 and SHA1 checksum.
- circularReference() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.DataType
-
Creates an exception that indicates the user has generated a loop of data types referencing each other.
- cleanup() - Static method in class org.owasp.dependencycheck.utils.Settings
-
Cleans up resources to prevent memory leaks.
- cleanup(boolean) - Static method in class org.owasp.dependencycheck.utils.Settings
-
Cleans up resources to prevent memory leaks.
- clear() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.VectorSet
-
- clearResults() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Clear the result caches for a scan.
- clone() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.ProjectComponent
-
- clone() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.DataType
-
- clone() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Clone this Resource.
- clone() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.VectorSet
-
- close(Writer) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Close a Writer without throwing any exception if something went wrong.
- close(Reader) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Close a Reader without throwing any exception if something went wrong.
- close(OutputStream) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Close a stream without throwing any exception if something went wrong.
- close(InputStream) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Close a stream without throwing any exception if something went wrong.
- close(Channel) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Close a Channel without throwing any exception if something went wrong.
- close(URLConnection) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Closes an URLConnection if its concrete implementation provides a way to close it that Ant knows of.
- CollectionUtils - Class in org.owasp.dependencycheck.org.apache.tools.ant.util
-
A set of helper methods related to collection manipulation.
- CollectionUtils() - Constructor for class org.owasp.dependencycheck.org.apache.tools.ant.util.CollectionUtils
-
- CollectionUtils.EmptyEnumeration<E> - Class in org.owasp.dependencycheck.org.apache.tools.ant.util
-
An empty enumeration.
- CollectionUtils.EmptyEnumeration() - Constructor for class org.owasp.dependencycheck.org.apache.tools.ant.util.CollectionUtils.EmptyEnumeration
-
Constructor for the EmptyEnumeration
- compareTo(Resource) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Delegates to a comparison of names.
- compareTo(Resource) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.resources.FileResource
-
Compare this FileResource to another Resource.
- Condition - Interface in org.owasp.dependencycheck.org.apache.tools.ant.taskdefs.condition
-
Interface for conditions to use inside the <condition> task.
- CONNECTION_TIMEOUT - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for the connection timeout.
- contains(Object) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.VectorSet
-
- containsAll(Collection<?>) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.VectorSet
-
- containsPattern(String) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.TokenizedPattern
-
Does the tokenized pattern contain the given string?
- couldHoldIncluded(String) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Test whether or not a name matches the start of at least one include pattern.
- CPE_MODIFIED_VALID_FOR_DAYS - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key that indicates how often the CPE data needs to be updated.
- CPE_URL - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for the URL to retrieve the CPE.
- createHttpURLConnection(URL) - Static method in class org.owasp.dependencycheck.utils.URLConnectionFactory
-
Utility method to create an HttpURLConnection.
- createHttpURLConnection(URL, boolean) - Static method in class org.owasp.dependencycheck.utils.URLConnectionFactory
-
Utility method to create an HttpURLConnection.
- createNewFile(File) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
This was originally an emulation of File.createNewFile for JDK 1.1, but it is now implemented using that method
(Ant 1.6.3 onwards).
- createNewFile(File, boolean) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Create a new file, optionally creating parent directories.
- createTempFile(String, String, File) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Deprecated.
since ant 1.7.1 use createTempFile(String, String, File, boolean, boolean) instead.
- createTempFile(String, String, File, boolean, boolean) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Create a temporary file in a given directory.
- createTempFile(String, String, File, boolean) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Deprecated.
since ant 1.7.1 use createTempFile(String, String, File, boolean, boolean) instead.
- CVE_META_URL - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for the URL to retrieve the "meta" data from about the CVE entries.
- CVE_MODIFIED_12_URL - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for the URL to retrieve the recently modified and added CVE entries (last 8 days) using the 1.2
schema.
- CVE_MODIFIED_20_URL - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for the URL to retrieve the recently modified and added CVE entries (last 8 days) using the 2.0
schema.
- CVE_MODIFIED_VALID_FOR_DAYS - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for the URL to retrieve the recently modified and added CVE entries (last 8 days).
- CVE_SCHEMA_1_2 - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for the CVE schema version 1.2.
- CVE_SCHEMA_2_0 - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for the CVE schema version 2.0.
- CVE_START_YEAR - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for the telling us how many cve.url.* URLs exists.
- DATA_DIRECTORY - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The base path to use for the data directory (for embedded db).
- DataType - Class in org.owasp.dependencycheck.org.apache.tools.ant.types
-
Base class for those classes that can appear inside the build file as stand alone data types.
- DataType() - Constructor for class org.owasp.dependencycheck.org.apache.tools.ant.types.DataType
-
- DB_CONNECTION_STRING - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The database connection string.
- DB_DRIVER_NAME - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The database driver class name.
- DB_DRIVER_PATH - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The database driver class name.
- DB_FILE_NAME - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The database file name.
- DB_PASSWORD - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The password to authenticate to the database.
- DB_USER - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The username to use when connecting to the database.
- DB_VERSION - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The database schema version.
- decodeUri(String) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.launch.Locator
-
Decodes an Uri with % characters.
- DEEP_TREE_MATCH - Static variable in class org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.SelectorUtils
-
The pattern that matches an arbitrary number of directories.
- DEFAULTEXCLUDES - Static variable in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
- delete(File) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
- delete(File) - Static method in class org.owasp.dependencycheck.utils.FileUtils
-
Deletes a file.
- depth() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.TokenizedPath
-
The depth (or length) of a path.
- depth() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.TokenizedPattern
-
The depth (or length) of a pattern.
- description - Variable in class org.owasp.dependencycheck.org.apache.tools.ant.ProjectComponent
-
Deprecated.
since 1.6.x. You should not be accessing this variable directly.
- DirectoryScanner - Class in org.owasp.dependencycheck.org.apache.tools.ant
-
Class for scanning a directory for files/directories which match certain criteria.
- DirectoryScanner() - Constructor for class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Sole constructor.
- dirsDeselected - Variable in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
The directories which matched at least one include and no excludes but which a selector discarded.
- dirsExcluded - Variable in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
The directories which matched at least one include and at least one exclude.
- dirsIncluded - Variable in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
The directories which matched at least one include and no excludes and were selected.
- dirsNotIncluded - Variable in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
The directories which were found and did not match any includes.
- dissect(String) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Dissect the specified absolute path.
- DOES_NOT_EXIST_POSTFIX - Static variable in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
The end of the exception message if something that should be there doesn't exist.
- Downloader - Class in org.owasp.dependencycheck.utils
-
A utility to download files from the Internet.
- DOWNLOADER_QUICK_QUERY_TIMESTAMP - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The HTTP request method for query last modified date.
- DownloadFailedException - Exception in org.owasp.dependencycheck.utils
-
An exception used when a download fails.
- DownloadFailedException() - Constructor for exception org.owasp.dependencycheck.utils.DownloadFailedException
-
Creates a new DownloadFailedException.
- DownloadFailedException(String) - Constructor for exception org.owasp.dependencycheck.utils.DownloadFailedException
-
Creates a new DownloadFailedException.
- DownloadFailedException(Throwable) - Constructor for exception org.owasp.dependencycheck.utils.DownloadFailedException
-
Creates a new DownloadFailedException.
- DownloadFailedException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.utils.DownloadFailedException
-
Creates a new DownloadFailedException.
- FAMILY_9X - Static variable in class org.owasp.dependencycheck.org.apache.tools.ant.taskdefs.condition.Os
-
OS family that can be tested for.
- FAMILY_DOS - Static variable in class org.owasp.dependencycheck.org.apache.tools.ant.taskdefs.condition.Os
-
OS family that can be tested for.
- FAMILY_MAC - Static variable in class org.owasp.dependencycheck.org.apache.tools.ant.taskdefs.condition.Os
-
OS family that can be tested for.
- FAMILY_NETWARE - Static variable in class org.owasp.dependencycheck.org.apache.tools.ant.taskdefs.condition.Os
-
OS family that can be tested for.
- FAMILY_NT - Static variable in class org.owasp.dependencycheck.org.apache.tools.ant.taskdefs.condition.Os
-
OS family that can be tested for.
- FAMILY_OS2 - Static variable in class org.owasp.dependencycheck.org.apache.tools.ant.taskdefs.condition.Os
-
OS family that can be tested for.
- FAMILY_OS400 - Static variable in class org.owasp.dependencycheck.org.apache.tools.ant.taskdefs.condition.Os
-
OS family that can be tested for.
- FAMILY_TANDEM - Static variable in class org.owasp.dependencycheck.org.apache.tools.ant.taskdefs.condition.Os
-
OS family that can be tested for.
- FAMILY_UNIX - Static variable in class org.owasp.dependencycheck.org.apache.tools.ant.taskdefs.condition.Os
-
OS family that can be tested for.
- FAMILY_VMS - Static variable in class org.owasp.dependencycheck.org.apache.tools.ant.taskdefs.condition.Os
-
OS family that can be tested for.
- FAMILY_WINDOWS - Static variable in class org.owasp.dependencycheck.org.apache.tools.ant.taskdefs.condition.Os
-
OS family that can be tested for.
- FAMILY_ZOS - Static variable in class org.owasp.dependencycheck.org.apache.tools.ant.taskdefs.condition.Os
-
OS family that can be tested for.
- FAT_FILE_TIMESTAMP_GRANULARITY - Static variable in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
The granularity of timestamps under FAT.
- fetchFile(URL, File) - Static method in class org.owasp.dependencycheck.utils.Downloader
-
Retrieves a file from a given URL and saves it to the outputPath.
- fetchFile(URL, File, boolean) - Static method in class org.owasp.dependencycheck.utils.Downloader
-
Retrieves a file from a given URL and saves it to the outputPath.
- fileNameEquals(File, File) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Compares two filenames.
- FileProvider - Interface in org.owasp.dependencycheck.org.apache.tools.ant.types.resources
-
This is an interface that resources that can provide a file should implement.
- FileResource - Class in org.owasp.dependencycheck.org.apache.tools.ant.types.resources
-
A Resource representation of a File.
- FileResource() - Constructor for class org.owasp.dependencycheck.org.apache.tools.ant.types.resources.FileResource
-
Default constructor.
- FileResource(File, String) - Constructor for class org.owasp.dependencycheck.org.apache.tools.ant.types.resources.FileResource
-
Construct a new FileResource using the specified basedir and relative name.
- FileResource(File) - Constructor for class org.owasp.dependencycheck.org.apache.tools.ant.types.resources.FileResource
-
Construct a new FileResource from a File.
- FileScanner - Interface in org.owasp.dependencycheck.org.apache.tools.ant
-
An interface used to describe the actions required of any type of
directory scanner.
- filesDeselected - Variable in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
The files which matched at least one include and no excludes and which a selector discarded.
- FileSelector - Interface in org.owasp.dependencycheck.org.apache.tools.ant.types.selectors
-
This is the interface to be used by all selectors.
- filesExcluded - Variable in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
The files which matched at least one include and at least one exclude.
- filesIncluded - Variable in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
The files which matched at least one include and no excludes and were selected.
- filesNotIncluded - Variable in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
The files which did not match any includes or selectors.
- fileToURL(File) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.launch.Locator
-
- FileUtils - Class in org.owasp.dependencycheck.org.apache.tools.ant.util
-
This class also encapsulates methods which allow Files to be referred to using abstract path names which are
translated to native system file paths at runtime as well as copying files or setting their last modification time.
- FileUtils() - Constructor for class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Empty constructor.
- FileUtils - Class in org.owasp.dependencycheck.utils
-
A collection of utilities for processing information about files.
- findFile(File, boolean) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.TokenizedPath
-
From base
traverse the filesystem in order to find
a file that matches the given name.
- flattenToString(Collection<?>) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.CollectionUtils
-
Creates a comma separated list of all values held in the given
collection.
- frequency(Collection<?>, Object) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.CollectionUtils
-
Counts how often the given Object occurs in the given
collection using equals() for comparison.
- fromJarURI(String) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.launch.Locator
-
Crack a JAR URI.
- fromURI(String) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.launch.Locator
-
Constructs a file path from a file:
URI.
- fromURI(String) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Constructs a file path from a file:
URI.
- getAppendOutputStream() - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.types.resources.Appendable
-
Get an appending OutputStream.
- getAppendOutputStream() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.resources.FileResource
-
Get an appending OutputStream.
- getBasedir() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Return the base directory to be scanned.
- getBasedir() - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.FileScanner
-
Returns the base directory to be scanned.
- getBaseDir() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.resources.FileResource
-
Return the basedir to which the name is relative.
- getBitBucket() - Static method in class org.owasp.dependencycheck.utils.FileUtils
-
Return the bit bucket for the OS.
- getBoolean(String) - Static method in class org.owasp.dependencycheck.utils.Settings
-
Returns a boolean value from the properties file.
- getBoolean(String, boolean) - Static method in class org.owasp.dependencycheck.utils.Settings
-
Returns a boolean value from the properties file.
- getChecksum(String, File) - Static method in class org.owasp.dependencycheck.utils.Checksum
-
Creates the cryptographic checksum of a given file using the specified algorithm.
- getClassSource(Class<?>) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.launch.Locator
-
Find the directory or jar file the class has been loaded from.
- getColumnNumber() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.Location
-
- getConnectionString(String, String) - Static method in class org.owasp.dependencycheck.utils.Settings
-
Returns a connection string from the configured properties.
- getDataDirectory(String, Class) - Static method in class org.owasp.dependencycheck.utils.FileUtils
-
Deprecated.
This method should no longer be used. See the implementation in dependency-check-cli/App.java to see how the
data directory should be set.
- getDataDirectory() - Static method in class org.owasp.dependencycheck.utils.Settings
-
Retrieves the directory that the JAR file exists in so that we can ensure we always use a common data directory for the
embedded H2 database.
- getDataFile(String) - Static method in class org.owasp.dependencycheck.utils.Settings
-
Returns a value from the properties file as a File object.
- getDefaultEncoding() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Get the default encoding.
- getDefaultExcludes() - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Get the list of patterns that should be excluded by default.
- getDescription() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.ProjectComponent
-
Returns the description of the current action.
- getDeselectedDirectories() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Return the names of the directories which were selected out and therefore not ultimately included.
- getDeselectedDirectories() - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.SelectorScanner
-
Directories which were selected out of a scan.
- getDeselectedFiles() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Return the names of the files which were selected out and therefore not ultimately included.
- getDeselectedFiles() - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.SelectorScanner
-
Files which were selected out of a scan.
- getException() - Method in exception org.owasp.dependencycheck.org.apache.tools.ant.BuildException
-
- getExcludedDirectories() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Return the names of the directories which matched at least one of the include patterns and at least one of the
exclude patterns.
- getExcludedDirectories() - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.FileScanner
-
Returns the names of the directories which matched at least one of the
include patterns and at least one of the exclude patterns.
- getExcludedFiles() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Return the names of the files which matched at least one of the include patterns and at least one of the exclude
patterns.
- getExcludedFiles() - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.FileScanner
-
Returns the names of the files which matched at least one of the
include patterns and at least one of the exclude patterns.
- getFile() - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.types.resources.FileProvider
-
Get the file represented by this Resource.
- getFile() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.resources.FileResource
-
Get the file represented by this FileResource.
- getFile(String) - Static method in class org.owasp.dependencycheck.utils.Settings
-
Returns a value from the properties file as a File object.
- getFileExtension(String) - Static method in class org.owasp.dependencycheck.utils.FileUtils
-
Returns the (lowercase) file extension for a specified file.
- getFileName() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.Location
-
- getFileTimestampGranularity() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Get the granularity of file timestamps.
- getFileURL(File) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Get the URL for a file taking into account # characters.
- getFileUtils() - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Method to retrieve The FileUtils, which is shared by all users of this method.
- getHex(byte[]) - Static method in class org.owasp.dependencycheck.utils.Checksum
-
Converts a byte array into a hex string.
- getIncludedDirectories() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Return the names of the directories which matched at least one of the include patterns and none of the exclude
patterns.
- getIncludedDirectories() - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.FileScanner
-
Returns the names of the directories which matched at least one of the
include patterns and none of the exclude patterns.
- getIncludedDirsCount() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Return the count of included directories.
- getIncludedFiles() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Return the names of the files which matched at least one of the include patterns and none of the exclude
patterns.
- getIncludedFiles() - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.FileScanner
-
Returns the names of the files which matched at least one of the
include patterns and none of the exclude patterns.
- getIncludedFilesCount() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Return the count of included files.
- getInputStream() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Get an InputStream for the Resource.
- getInputStream() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.resources.FileResource
-
Return an InputStream for reading the contents of this Resource.
- getInstance() - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.SelectorUtils
-
Retrieves the instance of the Singleton.
- getInstance() - Static method in class org.owasp.dependencycheck.utils.Settings
-
Gets the underlying instance of the Settings object.
- getInt(String) - Static method in class org.owasp.dependencycheck.utils.Settings
-
Returns an int value from the properties file.
- getInt(String, int) - Static method in class org.owasp.dependencycheck.utils.Settings
-
Returns an int value from the properties file.
- getLastModified() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Tells the modification time in milliseconds since 01.01.1970 (the "epoch").
- getLastModified() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.resources.FileResource
-
Get the modification time in milliseconds since 01.01.1970 .
- getLastModified(URL) - Static method in class org.owasp.dependencycheck.utils.Downloader
-
Makes an HTTP Head request to retrieve the last modified date of the given URL.
- getLineNumber() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.Location
-
- getLocation() - Method in exception org.owasp.dependencycheck.org.apache.tools.ant.BuildException
-
Returns the file location where the error occurred.
- getLocation() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.ProjectComponent
-
Returns the file/location where this task was defined.
- getLocationURLs(File) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.launch.Locator
-
Get an array of URLs representing all of the jar files in the
given location.
- getLocationURLs(File, String[]) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.launch.Locator
-
Get an array of URLs representing all of the files of a given set of
extensions in the given location.
- getLong(String) - Static method in class org.owasp.dependencycheck.utils.Settings
-
Returns a long value from the properties file.
- getMagicNumber(byte[]) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Create a "magic number" for use in hashCode calculations.
- getMD5Checksum(File) - Static method in class org.owasp.dependencycheck.utils.Checksum
-
Calculates the MD5 checksum of a specified file.
- getName() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Name attribute will contain the path of a file relative to the root directory of its fileset or the recorded path
of a zip entry.
- getName() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.resources.FileResource
-
Get the name of this FileResource.
- getNotFollowedSymlinks() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Absolute paths of all symbolic links that haven't been followed but would have been followed had followsymlinks
been true or maxLevelsOfSymlinks been bigger.
- getNotIncludedDirectories() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Return the names of the directories which matched none of the include patterns.
- getNotIncludedDirectories() - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.FileScanner
-
Returns the names of the directories which matched none of the include
patterns.
- getNotIncludedFiles() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Return the names of the files which matched none of the include patterns.
- getNotIncludedFiles() - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.FileScanner
-
Returns the names of the files which matched none of the include
patterns.
- getNotNullFile() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.resources.FileResource
-
Get the file represented by this FileResource, ensuring it is not null.
- getOutputStream() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Get an OutputStream for the Resource.
- getOutputStream() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.resources.FileResource
-
Get an OutputStream for the Resource.
- getParentFile(File) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
- getPath(List) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Gets path from a List
of String
s.
- getPath(List, char) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Gets path from a List
of String
s.
- getPathStack(String) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Gets all names of the path as an array of String
s.
- getPathToJar(Class) - Static method in class org.owasp.dependencycheck.utils.FileUtils
-
Deprecated.
this should no longer be used.
- getPattern() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.TokenizedPattern
-
- getRefid() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.DataType
-
get the reference set on this object
- getRefId() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.Reference
-
Get the reference id of this reference.
- getRelativePath(File, File) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Calculates the relative path between two files.
- getResource(String) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Get the named resource.
- getResource(String) - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.types.ResourceFactory
-
Query a resource (file, zipentry, ...) by name
- getResource(String) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.resources.FileResource
-
Create a new resource that matches a relative or absolute path.
- getResourceSource(ClassLoader, String) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.launch.Locator
-
Find the directory or jar a given resource has been loaded from.
- getSHA1Checksum(File) - Static method in class org.owasp.dependencycheck.utils.Checksum
-
Calculates the SHA1 checksum of a specified file.
- getSize() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Get the size of this Resource.
- getSize() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.resources.FileResource
-
Get the size of this Resource.
- getString(String, String) - Static method in class org.owasp.dependencycheck.utils.Settings
-
Returns a value from the properties file.
- getString(String) - Static method in class org.owasp.dependencycheck.utils.Settings
-
Returns a value from the properties file.
- getSymbolicLinkUtils() - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.SymbolicLinkUtils
-
Method to retrieve The SymbolicLinkUtils, which is shared by all users of this method.
- getTempDirectory() - Static method in class org.owasp.dependencycheck.utils.Settings
-
Returns the temporary directory.
- getTempFile(String, String) - Static method in class org.owasp.dependencycheck.utils.FileUtils
-
Generates a new temporary file name that is guaranteed to be unique.
- getToolsJar() - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.launch.Locator
-
Get the File necessary to load the Sun compiler tools.
- includes - Variable in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
The patterns for the files to be included.
- initialize() - Static method in class org.owasp.dependencycheck.utils.Settings
-
Initializes the thread local settings object.
- initialize(String) - Static method in class org.owasp.dependencycheck.utils.Settings
-
Initializes the thread local settings object.
- insertElementAt(E, int) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.VectorSet
-
- InvalidSettingException - Exception in org.owasp.dependencycheck.utils
-
An exception used when an error occurs reading a setting.
- InvalidSettingException() - Constructor for exception org.owasp.dependencycheck.utils.InvalidSettingException
-
Creates a new InvalidSettingException.
- InvalidSettingException(String) - Constructor for exception org.owasp.dependencycheck.utils.InvalidSettingException
-
Creates a new InvalidSettingException.
- InvalidSettingException(Throwable) - Constructor for exception org.owasp.dependencycheck.utils.InvalidSettingException
-
Creates a new InvalidSettingException.
- InvalidSettingException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.utils.InvalidSettingException
-
Creates a new InvalidSettingException.
- isAbsolutePath(String) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Verifies that the specified filename represents an absolute path.
- isArch(String) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.taskdefs.condition.Os
-
Determines if the OS on which Ant is executing matches the
given OS architecture.
- isCaseSensitive - Variable in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Whether or not the file system should be treated as a case sensitive one.
- isCaseSensitive() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Find out whether include exclude patterns are matched in a case sensitive way.
- isChecked() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.DataType
-
The flag that is used to indicate that circular references have been checked.
- isContextRelativePath(String) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
On DOS and NetWare, the evaluation of certain file specifications is context-dependent.
- isDanglingSymbolicLink(String) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.SymbolicLinkUtils
-
Checks whether a given file is a broken symbolic link.
- isDanglingSymbolicLink(File) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.SymbolicLinkUtils
-
Checks whether a given file is a broken symbolic link.
- isDanglingSymbolicLink(File, String) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.SymbolicLinkUtils
-
Checks whether a given file is a broken symbolic link.
- isDirectory() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Tells if the resource is a directory.
- isDirectory() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.resources.FileResource
-
Learn whether the resource is a directory.
- isEverythingIncluded() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Return whether or not the scanner has included all the files or directories it has come across so far.
- isExcluded(String) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Test whether or not a name matches against at least one exclude pattern.
- isExists() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
The exists attribute tells whether a resource exists.
- isExists() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.resources.FileResource
-
Learn whether this file exists.
- isFamily(String) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.taskdefs.condition.Os
-
Determines if the OS on which Ant is executing matches the
given OS family.
- isFilesystemOnly() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Fulfill the ResourceCollection contract.
- isFilesystemOnly() - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.types.ResourceCollection
-
Indicate whether this ResourceCollection is composed entirely of
Resources accessible via local filesystem conventions.
- isFilesystemOnly() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.resources.FileResource
-
Fulfill the ResourceCollection contract.
- isFollowSymlinks() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Get whether or not a DirectoryScanner follows symbolic links.
- isIncluded(String) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Test whether or not a name matches against at least one include pattern.
- isLeadingPath(File, File) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Learn whether one path "leads" another.
- isName(String) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.taskdefs.condition.Os
-
Determines if the OS on which Ant is executing matches the
given OS name.
- isOs(String, String, String, String) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.taskdefs.condition.Os
-
Determines if the OS on which Ant is executing matches the
given OS family, name, architecture and version
- isOutOfDate(File, File, int) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.SelectorUtils
-
Returns dependency information on these two files.
- isOutOfDate(Resource, Resource, int) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.SelectorUtils
-
Returns dependency information on these two resources.
- isOutOfDate(Resource, Resource, long) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.SelectorUtils
-
Returns dependency information on these two resources.
- isReference() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.DataType
-
Has the refid attribute of this element been set?
- isSelected(String, File) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Test whether a file should be selected.
- isSelected(File, String, File) - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.FileSelector
-
Method that each selector will implement to create their
selection behaviour.
- isSymbolicLink(File, String) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Deprecated.
use SymbolicLinkUtils instead
- isSymbolicLink(File) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.SymbolicLinkUtils
-
Checks whether a given file is a symbolic link.
- isSymbolicLink(String) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.SymbolicLinkUtils
-
Checks whether a given file is a symbolic link.
- isSymbolicLink(File, String) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.SymbolicLinkUtils
-
Checks whether a given file is a symbolic link.
- isSymlink(File) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.TokenizedPath
-
Do we have to traverse a symlink when trying to reach path from
basedir?
- isUpToDate(File, File, long) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Returns true if the source is older than the dest.
- isUpToDate(File, File) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Returns true if the source is older than the dest.
- isUpToDate(long, long, long) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Compare two timestamps for being up to date using the specified granularity.
- isUpToDate(long, long) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Compare two timestamps for being up to date using the current granularity.
- isVersion(String) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.taskdefs.condition.Os
-
Determines if the OS on which Ant is executing matches the
given OS version.
- iterator() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Fulfill the ResourceCollection contract.
- iterator() - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.types.ResourceCollection
-
Gets the contents of this collection.
- readFully(Reader) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Read from reader till EOF.
- readFully(Reader, int) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Read from reader till EOF.
- ref - Variable in class org.owasp.dependencycheck.org.apache.tools.ant.types.DataType
-
Deprecated.
since 1.7. The user should not be directly referencing variable. Please use DataType.getRefid()
instead.
- Reference - Class in org.owasp.dependencycheck.org.apache.tools.ant.types
-
Class to hold a reference to another object in the project.
- Reference() - Constructor for class org.owasp.dependencycheck.org.apache.tools.ant.types.Reference
-
Deprecated.
since 1.7. Please use Reference#Reference(Project,String)
instead.
- Reference(String) - Constructor for class org.owasp.dependencycheck.org.apache.tools.ant.types.Reference
-
Deprecated.
since 1.7. Please use Reference#Reference(Project,String)
instead.
- remove(int) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.VectorSet
-
- remove(Object) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.VectorSet
-
- removeAll(Collection<?>) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.VectorSet
-
- removeAllElements() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.VectorSet
-
- removeDefaultExclude(String) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Remove a string if it is a default exclude.
- removeElement(Object) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.VectorSet
-
- removeElementAt(int) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.VectorSet
-
- removeLeadingPath(File, File) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Removes a leading path from a second path.
- removeProperty(String) - Static method in class org.owasp.dependencycheck.utils.Settings
-
Removes a property from the local properties collection.
- removeRange(int, int) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.VectorSet
-
- removeWhitespace(String) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.SelectorUtils
-
"Flattens" a string by removing all whitespace (space, tab, linefeed,
carriage return, and formfeed).
- resetDefaultExcludes() - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Go back to the hardwired default exclude patterns.
- resolveFile(File, String) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Interpret the filename as a file relative to the given file unless the filename already represents an absolute
filename.
- Resource - Class in org.owasp.dependencycheck.org.apache.tools.ant.types
-
Describes a "File-like" resource (File, ZipEntry, etc.).
- Resource() - Constructor for class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Default constructor.
- Resource(String) - Constructor for class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Only sets the name.
- Resource(String, boolean, long) - Constructor for class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Sets the name, lastmodified flag, and exists flag.
- Resource(String, boolean, long, boolean) - Constructor for class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Sets the name, lastmodified flag, exists flag, and directory flag.
- Resource(String, boolean, long, boolean, long) - Constructor for class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Sets the name, lastmodified flag, exists flag, directory flag, and size.
- ResourceCollection - Interface in org.owasp.dependencycheck.org.apache.tools.ant.types
-
Interface describing a collection of Resources.
- ResourceFactory - Interface in org.owasp.dependencycheck.org.apache.tools.ant.types
-
this interface should be implemented by classes (Scanners) needing
to deliver information about resources.
- retainAll(Collection<?>) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.VectorSet
-
- rtrimWildcardTokens(String) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.SelectorUtils
-
removes from a pattern all tokens to the right containing wildcards
- rtrimWildcardTokens() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.TokenizedPattern
-
Returns a new TokenizedPath where all tokens of this pattern to
the right containing wildcards have been removed
- safeReadFully(Reader) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Safe read fully - do not return a null for an empty reader.
- scan() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Scan for files which match at least one include pattern and don't match any exclude patterns.
- scan() - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.FileScanner
-
Scans the base directory for files which match at least one include
pattern and don't match any exclude patterns.
- scandir(File, String, boolean) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Scan the given directory for files and directories.
- selectors - Variable in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Selectors that will filter which files are in our candidate list.
- SelectorScanner - Interface in org.owasp.dependencycheck.org.apache.tools.ant.types.selectors
-
An interface used to describe the actions required by any type of
directory scanner that supports Selectors.
- SelectorUtils - Class in org.owasp.dependencycheck.org.apache.tools.ant.types.selectors
-
This is a utility class used by selectors and DirectoryScanner.
- set(int, E) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.VectorSet
-
- setArch(String) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.taskdefs.condition.Os
-
Sets the desired OS architecture
- setBasedir(String) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Set the base directory to be scanned.
- setBasedir(File) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Set the base directory to be scanned.
- setBasedir(String) - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.FileScanner
-
Sets the base directory to be scanned.
- setBasedir(File) - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.FileScanner
-
Sets the base directory to be scanned.
- setBaseDir(File) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.resources.FileResource
-
Set the basedir for this FileResource.
- setBoolean(String, boolean) - Static method in class org.owasp.dependencycheck.utils.Settings
-
Sets a property value.
- setCaseSensitive(boolean) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Set whether or not include and exclude patterns are matched in a case sensitive way.
- setCaseSensitive(boolean) - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.FileScanner
-
Sets whether or not the file system should be regarded as case sensitive.
- setChecked(boolean) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.DataType
-
Set the flag that is used to indicate that circular references have been checked.
- setDescription(String) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.ProjectComponent
-
Sets a description of the current action.
- setDirectory(boolean) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Set the directory attribute.
- setElementAt(E, int) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.VectorSet
-
- setErrorOnMissingDir(boolean) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Sets whether or not a missing base directory is an error
- setExcludes(String[]) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Set the list of exclude patterns to use.
- setExcludes(String[]) - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.FileScanner
-
Sets the list of exclude patterns to use.
- setExists(boolean) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Set the exists attribute.
- setFamily(String) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.taskdefs.condition.Os
-
Sets the desired OS family type
- setFile(File) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.resources.FileResource
-
Set the File for this FileResource.
- setFollowSymlinks(boolean) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Set whether or not symbolic links should be followed.
- setIncludes(String[]) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Set the list of include patterns to use.
- setIncludes(String) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
- setIncludes(String[]) - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.FileScanner
-
Sets the list of include patterns to use.
- setInstance(Settings) - Static method in class org.owasp.dependencycheck.utils.Settings
-
Sets the instance of the Settings object to use in this thread.
- setLastModified(long) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Set the last modification attribute.
- setLocation(Location) - Method in exception org.owasp.dependencycheck.org.apache.tools.ant.BuildException
-
Sets the file location where the error occurred.
- setLocation(Location) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.ProjectComponent
-
Sets the file/location where this task was defined.
- setMaxLevelsOfSymlinks(int) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
The maximum number of times a symbolic link may be followed during a scan.
- setName(String) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.taskdefs.condition.Os
-
Sets the desired OS name
- setName(String) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Set the name of this Resource.
- setRefid(Reference) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.DataType
-
Set the value of the refid attribute.
- setRefId(String) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.Reference
-
Set the reference id.
- setRefid(Reference) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Overrides the base version.
- setRefid(Reference) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.resources.FileResource
-
Overrides the super version.
- setSelectors(FileSelector[]) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Set the selectors that will select the filelist.
- setSelectors(FileSelector[]) - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.SelectorScanner
-
Sets the selectors the scanner should use.
- setSize(long) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Set the size of this Resource.
- setString(String, String) - Static method in class org.owasp.dependencycheck.utils.Settings
-
Sets a property value.
- Settings - Class in org.owasp.dependencycheck.utils
-
A simple settings container that wraps the dependencycheck.properties file.
- Settings.KEYS - Class in org.owasp.dependencycheck.utils
-
The collection of keys used within the properties file.
- setVersion(String) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.taskdefs.condition.Os
-
Sets the desired OS version
- size() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Fulfill the ResourceCollection contract.
- size() - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.types.ResourceCollection
-
Learn the number of contained Resources.
- SKIP_PROVIDED_SCOPE - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for whether Provided Scope dependencies should be skipped.
- SKIP_RUNTIME_SCOPE - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for whether Runtime Scope dependencies should be skipped.
- SKIP_TEST_SCOPE - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The properties key for whether Test Scope dependencies should be skipped.
- slowScan() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.DirectoryScanner
-
Top level invocation for a slow scan.
- SUPPRESSION_FILE - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The key for a list of suppression files.
- SymbolicLinkUtils - Class in org.owasp.dependencycheck.org.apache.tools.ant.util
-
Contains methods related to symbolic links - or what Ant thinks is a symbolic link based on the absent support for
them in Java.
- SymbolicLinkUtils() - Constructor for class org.owasp.dependencycheck.org.apache.tools.ant.util.SymbolicLinkUtils
-
Empty constructor.
- TEMP_DIRECTORY - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
-
The location of the temporary directory.
- TokenizedPath - Class in org.owasp.dependencycheck.org.apache.tools.ant.types.selectors
-
Container for a path that has been split into its components.
- TokenizedPath(String) - Constructor for class org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.TokenizedPath
-
Initialize the TokenizedPath by parsing it.
- TokenizedPath(TokenizedPath, String) - Constructor for class org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.TokenizedPath
-
Creates a new path as a child of another path.
- TokenizedPattern - Class in org.owasp.dependencycheck.org.apache.tools.ant.types.selectors
-
Provides reusable path pattern matching.
- TokenizedPattern(String) - Constructor for class org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.TokenizedPattern
-
Initialize the PathPattern by parsing it.
- tokenizePath(String) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.SelectorUtils
-
Breaks a path up into a Vector of path elements, tokenizing on
File.separator
.
- tokenizePath(String, String) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.SelectorUtils
-
Breaks a path up into a Vector of path elements, tokenizing on
- toLongString() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Get a long String representation of this Resource.
- tooManyAttributes() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.DataType
-
Creates an exception that indicates that refid has to be the only attribute if it is set.
- toPattern() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.TokenizedPath
-
Creates a TokenizedPattern from the same tokens that make up
this path.
- toString() - Method in exception org.owasp.dependencycheck.org.apache.tools.ant.BuildException
-
Returns the location of the error and the error message.
- toString() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.Location
-
Returns the file name, line number, a colon and a trailing space.
- toString() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.DataType
-
Basic DataType toString().
- toString() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.Resource
-
Get the string representation of this Resource.
- toString() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.resources.FileResource
-
Get the string representation of this Resource.
- toString() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.TokenizedPath
-
- toString() - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.selectors.TokenizedPattern
-
- touch(long) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.types.resources.FileResource
-
Implement the Touchable interface.
- touch(long) - Method in interface org.owasp.dependencycheck.org.apache.tools.ant.types.resources.Touchable
-
Method called to "touch" the resource.
- Touchable - Interface in org.owasp.dependencycheck.org.apache.tools.ant.types.resources
-
Interface to be implemented by "touchable" resources;
that is, those whose modification time can be altered.
- toURI(String) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Constructs a file:
URI that represents the external form of the given pathname.
- toVMSPath(File) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Returns a VMS String representation of a File
object.
- translatePath(String) - Static method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Translate a path into its native (platform specific) format.
- tryHardToDelete(File) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
Accommodate Windows bug encountered in both Sun and IBM JDKs.
- tryHardToDelete(File, boolean) - Method in class org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils
-
If delete does not work, call System.gc() if asked to, wait a little and try again.