- sameParamNumber(String, String) - Static method in class org.pantsbuild.jmake.Utils
-
For two strings representing signatures, check if the number of parameters in
both is the same.
- save() - Method in class org.pantsbuild.jmake.PCDContainer
-
- scanDir(File, File, String[]) - Method in class org.pantsbuild.jmake.ant.JavaMake
-
Extract all .java files from the given file list, prepend their names with srcDir
name, and add to sourceFileNameList.
- setBootClassPath(String) - Static method in class org.pantsbuild.jmake.ClassPath
-
- setBootClassPath(String) - Static method in class org.pantsbuild.jmake.Main
-
Set the boot class path to be used by the compiler (-bootclasspath option) and also by the dependency
checker (by default, the value of "sun.boot.class.path" property is used).
- setBufferIncreaseMode(boolean) - Method in class org.pantsbuild.jmake.BinaryFileWriter
-
- setClassPath(String) - Static method in class org.pantsbuild.jmake.ClassPath
-
- setClassPath(String) - Static method in class org.pantsbuild.jmake.Main
-
Set the class path to be used by the compiler, and also by the dependency checker for the purposes of
superclass/superinterface change tracking.
- setExtDirs(String) - Static method in class org.pantsbuild.jmake.ClassPath
-
- setExtDirs(String) - Static method in class org.pantsbuild.jmake.Main
-
Set the extensions location to be used by the compiler (-extdirs option) and also by the dependency
checker (by default, the value of "java.ext.dirs" property is used).
- setFailOnDependentJar(boolean) - Method in class org.pantsbuild.jmake.ant.JavaMake
-
- setNoWarnOnDependentJar(boolean) - Method in class org.pantsbuild.jmake.ant.JavaMake
-
- setOutputStreams(PrintStream, PrintStream, PrintStream) - Static method in class org.pantsbuild.jmake.Main
-
Set the output print streams to be used by jmake.
- setOutputStreams(PrintStream, PrintStream, PrintStream) - Static method in class org.pantsbuild.jmake.Utils
-
- setPdbFilename(String) - Method in class org.pantsbuild.jmake.ant.JavaMake
-
- setProjClasspath(Path) - Method in class org.pantsbuild.jmake.ant.JavaMake
-
Set the project classpath to be used for this compilation.
- setProjClasspathRef(Reference) - Method in class org.pantsbuild.jmake.ant.JavaMake
-
Adds a reference to a project classpath defined elsewhere.
- setProjectClassPath(String) - Static method in class org.pantsbuild.jmake.ClassPath
-
- setProjectClassPath(String) - Static method in class org.pantsbuild.jmake.Main
-
Set the class path to be used by the compiler, and also by the dependency checker for the purposes of
superclass/superinterface change tracking and sourceless class dependency checking.
- setResponseOnDependentJar(int) - Method in class org.pantsbuild.jmake.Main
-
Set the response of jmake in case a dependence of a class located in a JAR
file on a
class with a .java
source is detected (such dependencies are highly discouraged, since it is not
possible to recompile a class in the JAR
that has no source).
- setTimingOn() - Static method in class org.pantsbuild.jmake.Utils
-
- setVirtualPath(String) - Static method in class org.pantsbuild.jmake.ClassPath
-
- setVirtualPath(String) - Static method in class org.pantsbuild.jmake.Main
-
Set the virtual path used to find both source and class files that are part of the project
but are not in the local directory.
- sourceFileNameList - Variable in class org.pantsbuild.jmake.ant.JavaMake
-
List of all source file names stored as full paths, for this project.
- sourceFileNameListArray() - Method in class org.pantsbuild.jmake.ant.JavaMake
-
Return the list of source file names as an array
- startTiming(int) - Static method in class org.pantsbuild.jmake.Utils
-
- stopAndAddTiming(int, int) - Static method in class org.pantsbuild.jmake.Utils
-
- stopAndPrintTiming(String, int) - Static method in class org.pantsbuild.jmake.Utils
-