| org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils.createTempFile(String, String, File)
since ant 1.7.1 use createTempFile(String, String, File, boolean, boolean) instead.
|
| org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils.createTempFile(String, String, File, boolean)
since ant 1.7.1 use createTempFile(String, String, File, boolean, boolean) instead.
|
| org.owasp.dependencycheck.org.apache.tools.ant.util.CollectionUtils.equals(Dictionary, ?>, Dictionary, ?>)
since 1.6.x.
|
| org.owasp.dependencycheck.org.apache.tools.ant.util.CollectionUtils.equals(Vector>, Vector>)
since 1.6.x.
|
| org.owasp.dependencycheck.org.apache.tools.ant.launch.Locator.fileToURL(File)
|
| org.owasp.dependencycheck.utils.FileUtils.getDataDirectory(String, Class)
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.
|
| org.owasp.dependencycheck.org.apache.tools.ant.BuildException.getException()
|
| org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils.getParentFile(File)
|
| org.owasp.dependencycheck.utils.FileUtils.getPathToJar(Class)
this should no longer be used.
|
| org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils.isSymbolicLink(File, String)
use SymbolicLinkUtils instead
|
| org.owasp.dependencycheck.org.apache.tools.ant.util.FileUtils.newFileUtils()
since 1.7. Use getFileUtils instead, FileUtils do not have state.
|
| org.owasp.dependencycheck.org.apache.tools.ant.util.CollectionUtils.putAll(Dictionary super K, ? super V>, Dictionary extends K, ? extends V>)
since 1.6.x.
|