| Home >> All |
| | buildtools.java.* (3) | | buildtools.java.packagebrowser.* (3) |
buildtools: Javadoc index of package buildtools.
Package Samples:
buildtools.java.packagebrowser
Classes:
PortableStringBuffer: A string buffer implements a mutable sequence of characters. A string buffer is like a java.lang.String , but can be modified. At any point in time it contains some particular sequence of characters, but the length and content of the sequence can be changed through certain method calls. String buffers are safe for use by multiple threads. The methods are synchronized where necessary so that all the operations on any particular instance behave as if they occur in some serial order that is consistent with the order of the method calls made by each of the individual threads involved. String buffers ...
BuildOptions: build options are essentially a set of properties, but with a nice and accessible interface. Most Builders will not need their own subclass of BuildOptions but you are entitled to implement your own.
FileChangeController: Controls multiple FileChangeMonitors and returns shared instances or a new instance and pools it if necessary.
FileChangeMonitor: Provides a way to determine if files in a directory have changed.
StaticLogger: A static implementation of a Logger. See Logger for JavaDoc
FileUtils: Misc utils for handing source files.
Test: A test suite for build tools.
Logger
CacheStore
JavaUtils
BuildProgressListener
MiscUtils
PackageBrowser
JavaPackage
JavaClass
| Home | Contact Us | Privacy Policy | Terms of Service |