- setBundledSignatures(String) - Method in class de.thetaphi.forbiddenapis.AntTask
-
A bundled signatures name
- setClasspath(Path) - Method in class de.thetaphi.forbiddenapis.AntTask
-
Classpath as classpath= attribute
- setClasspathRef(Reference) - Method in class de.thetaphi.forbiddenapis.AntTask
-
Classpath as classpathRef= attribute
- setDir(File) - Method in class de.thetaphi.forbiddenapis.AntTask
-
Sets a directory as base for class files.
- setFailOnMissingClasses(boolean) - Method in class de.thetaphi.forbiddenapis.AntTask
-
Fail the build, if a referenced class is missing.
- setFailOnUnresolvableSignatures(boolean) - Method in class de.thetaphi.forbiddenapis.AntTask
-
Fail the build if a signature is not resolving.
- setFailOnUnsupportedJava(boolean) - Method in class de.thetaphi.forbiddenapis.AntTask
-
Fail the build, if the bundled ASM library cannot read the class file format
of the runtime library or the runtime library cannot be discovered.
- setIgnoreEmptyFileSet(boolean) - Method in class de.thetaphi.forbiddenapis.AntTask
-
Ignore empty fileset/resource collection and print a warning instead.
- setInternalRuntimeForbidden(boolean) - Method in class de.thetaphi.forbiddenapis.AntTask
-
Forbids calls to classes from the internal java runtime (like sun.misc.Unsafe)
Defaults to false
.
- setName(String) - Method in class de.thetaphi.forbiddenapis.BundledSignaturesType
-
- setRestrictClassFilename(boolean) - Method in class de.thetaphi.forbiddenapis.AntTask
-
Automatically restrict resource names included to files with a name ending in '.class'.
- setSignaturesFile(File) - Method in class de.thetaphi.forbiddenapis.AntTask
-
A file with API signatures signaturesFile= attribute