All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- addClass(JavaClass).
Method in class buildtools.java.packagebrowser.JavaPackage
- Adds a class to this package
- append(boolean).
Method in class buildtools.PortableStringBuffer
- Appends the string representation of the
boolean
argument to the string buffer.
- append(char).
Method in class buildtools.PortableStringBuffer
- Appends the string representation of the
char
argument to this string buffer.
- append(char[]).
Method in class buildtools.PortableStringBuffer
- Appends the string representation of the
char
array
argument to this string buffer.
- append(char[], int, int).
Method in class buildtools.PortableStringBuffer
- Appends the string representation of a subarray of the
char
array argument to this string buffer.
- append(double).
Method in class buildtools.PortableStringBuffer
- Appends the string representation of the
double
argument to this string buffer.
- append(float).
Method in class buildtools.PortableStringBuffer
- Appends the string representation of the
float
argument to this string buffer.
- append(int).
Method in class buildtools.PortableStringBuffer
- Appends the string representation of the
int
argument to this string buffer.
- append(long).
Method in class buildtools.PortableStringBuffer
- Appends the string representation of the
long
argument to this string buffer.
- append(Object).
Method in class buildtools.PortableStringBuffer
- Appends the string representation of the
Object
argument to this string buffer.
- append(String).
Method in class buildtools.PortableStringBuffer
- Appends the string to this string buffer.
- blendFilesToVector(Vector, String[]).
Static method in class buildtools.FileUtils
-
- blendFilesToVector(Vector, String[]).
Static method in class buildtools.JavaUtils
- Given a Vector.
- build(Enumeration, String, BuildOptions, BuildProgressListener).
Method in class buildtools.Builder
- given a list of files, compile them to targets.
- Builder().
Constructor for class buildtools.Builder
-
- builderListTag.
Static variable in class buildtools.Builder
-
- builderName.
Variable in class buildtools.BuildOptions
-
- BuildOptions(String).
Constructor for class buildtools.BuildOptions
- only Builders should create BuildOptions so
they should initialize the object with their builderName
- CacheStore().
Constructor for class buildtools.CacheStore
-
- capacity().
Method in class buildtools.PortableStringBuffer
- Returns the current capacity of the String buffer.
- charAt(int).
Method in class buildtools.PortableStringBuffer
- The specified character of the sequence currently represented by
the string buffer, as indicated by the
index
argument,
is returned.
- check().
Method in class buildtools.FileChangeMonitor
- Checks the new modification times of registered files.
- classes.
Variable in class buildtools.java.packagebrowser.JavaPackage
-
- classname.
Variable in class buildtools.msg.DecompileClassMessage
-
- copy().
Method in class buildtools.PortableStringBuffer
- Copies the buffer value.
- count.
Variable in class buildtools.PortableStringBuffer
-
The count is the number of characters in the buffer.
- createBuildOptionsPane(BuildOptions).
Method in class buildtools.Builder
- I assume that we will not use JPanels for options pane
- DecompileClassMessage(EBComponent, String).
Constructor for class buildtools.msg.DecompileClassMessage
- Create an instance with the source and the classname you want to decompile.
- DecompileClassMessage(EBComponent, String, Object).
Constructor for class buildtools.msg.DecompileClassMessage
- Create an instance with the source and the classname you want to decompile.
- delete(int, int).
Method in class buildtools.PortableStringBuffer
- Removes the characters in a substring of this
PortableStringBuffer
.
- deleteCharAt(int).
Method in class buildtools.PortableStringBuffer
- Removes the character at the specified position in this
PortableStringBuffer
(shortening the PortableStringBuffer
by one character).
- directory.
Variable in class buildtools.FileChangeMonitor
-
- dump().
Method in class buildtools.java.packagebrowser.JavaPackage
- dump all classes within this package
- dump().
Static method in class buildtools.java.packagebrowser.PackageBrowser
- dump all packages and classes
- ensureCapacity(int).
Method in class buildtools.PortableStringBuffer
- Ensures that the capacity of the buffer is at least equal to the
specified minimum.
- expandCapacity(int).
Method in class buildtools.PortableStringBuffer
- This implements the expansion semantics of ensureCapacity but is
unsynchronized for use internally by methods which are already
synchronized.
- extensions.
Variable in class buildtools.FileChangeMonitor
-
- file1.
Static variable in class buildtools.Test
-
- file2.
Static variable in class buildtools.Test
-
- file3.
Static variable in class buildtools.Test
-
- FileChangeController().
Constructor for class buildtools.FileChangeController
-
- FileChangeMonitor(String, String[]).
Constructor for class buildtools.FileChangeMonitor
- Looks at the given directory and all files underneath only matching the
given extensions.
- filename.
Variable in class buildtools.msg.DecompileClassMessage
-
- files.
Variable in class buildtools.FileChangeMonitor
- A list of files and their modification times.
- FileUtils().
Constructor for class buildtools.FileUtils
-
- getAllFiles().
Method in class buildtools.FileChangeMonitor
- Returns all files that are being monitored.
- getBaseDirectory(String).
Static method in class buildtools.JavaUtils
- Given a java file name.
- getBuilderName().
Method in class buildtools.Builder
- for each builder in the universe this must give a unique name.
- getBuilderName().
Method in class buildtools.BuildOptions
-
- getBuilderProfile().
Method in class buildtools.BuildOptions
-
- getBuildType().
Method in class buildtools.Builder
-
- getCacheDirectory(File, File).
Static method in class buildtools.CacheStore
- A convenient way to take a file and generate a unique cache directory for it
to use.
- getChangedFiles().
Method in class buildtools.FileChangeMonitor
- Returns the files that have been changed for this monitor.
- getChars(int, int, char[], int).
Method in class buildtools.PortableStringBuffer
- Characters are copied from this string buffer into the
destination character array
dst
.
- getClasses().
Method in class buildtools.java.packagebrowser.JavaPackage
- Returns all sub packages and classes off of this JavaPackage
- getClassName().
Method in class buildtools.msg.DecompileClassMessage
- Get's the classname.
- getClassName().
Method in class buildtools.java.packagebrowser.JavaClass
-
- getClasspath().
Static method in class buildtools.JavaUtils
- Get the current classpath as an array of strings.
- getDefaultBuildOptions().
Method in class buildtools.Builder
- this returns a default build options for a given builder.
- getExtension(String).
Static method in class buildtools.FileUtils
- return the extension of a file or null of it doesn't exist.
- getFileName().
Method in class buildtools.msg.DecompileClassMessage
- Return's the filename from this class after it was compiled.
- getFilesFromExtension(String, String[]).
Static method in class buildtools.FileUtils
-
Given a directory and an array of extensions...
- getFullClassname(String).
Static method in class buildtools.JavaUtils
-
- getFullyQualifiedClassName(String).
Static method in class buildtools.java.packagebrowser.PackageBrowser
- Given a file, return the full class path.
- getJavaPackage(String).
Static method in class buildtools.java.packagebrowser.PackageBrowser
- Given a package name, return its JavaPackage from the stack or create a
new one if necessary.
- getLevel().
Method in class buildtools.Logger
- Get the current logging level
- getLevel().
Static method in class buildtools.StaticLogger
-
- getLibrary(int).
Method in class buildtools.BuildOptions
-
- getMessage().
Method in class buildtools.msg.DecompileClassMessage
- Decompile events can contain message's as object.
- getMonitor(String, String[]).
Method in class buildtools.FileChangeController
-
- getName().
Method in class buildtools.java.packagebrowser.JavaClass
- Returns the fully-qualified name of the class
- getName().
Method in class buildtools.java.packagebrowser.JavaPackage
- Returns the fully-qualified name of this package
- getNumLibraries().
Method in class buildtools.BuildOptions
-
- getPackage(String).
Static method in class buildtools.java.packagebrowser.PackageBrowser
- Given a classname...
- getPackageName(String).
Static method in class buildtools.JavaUtils
- Given a filename return its package name.
- getPackageNames(File).
Static method in class buildtools.JavaUtils
-
Given a directory.
- getPackageNames(String).
Static method in class buildtools.JavaUtils
-
Given a filename.
- getPackages().
Static method in class buildtools.java.packagebrowser.PackageBrowser
- Return all known packages
- getProperty(String).
Method in class buildtools.BuildOptions
- general build properties, debug flags or whatever the
builder wants
- getSource().
Method in class buildtools.java.packagebrowser.JavaClass
- Returns the source of this class
- getSource().
Method in class buildtools.java.packagebrowser.JavaPackage
- Returns the source of this package
- getTempDir().
Static method in class buildtools.MiscUtils
- A cross platform (JDK and OS) way to determine the temp directory.
- getTools().
Static method in class buildtools.JavaUtils
- Returns the location of tools.jar
- getValue().
Method in class buildtools.PortableStringBuffer
-
- globalStringReplace(String, String, String).
Static method in class buildtools.MiscUtils
- Given a string...
- hasClass(JavaClass).
Method in class buildtools.java.packagebrowser.JavaPackage
- Tests to see of this package has the given class.
- hasGeneratedErrors().
Method in class buildtools.Builder
- Return true here if the builder generated an exception while compiling files.
- insert(int, boolean).
Method in class buildtools.PortableStringBuffer
- Inserts the string representation of the
boolean
argument into this string buffer.
- insert(int, char).
Method in class buildtools.PortableStringBuffer
- Inserts the string representation of the
char
argument into this string buffer.
- insert(int, char[]).
Method in class buildtools.PortableStringBuffer
- Inserts the string representation of the
char
array
argument into this string buffer.
- insert(int, char[], int, int).
Method in class buildtools.PortableStringBuffer
- Inserts the string representation of a subarray of the
str
array argument into this string buffer.
- insert(int, double).
Method in class buildtools.PortableStringBuffer
- Inserts the string representation of the
double
argument into this string buffer.
- insert(int, float).
Method in class buildtools.PortableStringBuffer
- Inserts the string representation of the
float
argument into this string buffer.
- insert(int, int).
Method in class buildtools.PortableStringBuffer
- Inserts the string representation of the second
int
argument into this string buffer.
- insert(int, long).
Method in class buildtools.PortableStringBuffer
- Inserts the string representation of the
long
argument into this string buffer.
- insert(int, Object).
Method in class buildtools.PortableStringBuffer
- Inserts the string representation of the
Object
argument into this string buffer.
- insert(int, String).
Method in class buildtools.PortableStringBuffer
- Inserts the string into this string buffer.
- insertLibrary(String, int).
Method in class buildtools.BuildOptions
- support for multiple library modules.
- isValidFile(String, String[]).
Static method in class buildtools.FileUtils
-
- JavaClass(String, String).
Constructor for class buildtools.java.packagebrowser.JavaClass
- Creates a JavaClass
- JavaPackage(String).
Constructor for class buildtools.java.packagebrowser.JavaPackage
- Creates a JavaPackage
- JavaPackage(String, String).
Constructor for class buildtools.java.packagebrowser.JavaPackage
- Creates a JavaPackage
- JavaUtils().
Constructor for class buildtools.JavaUtils
- make the constructor private
- length().
Method in class buildtools.PortableStringBuffer
- Returns the length (character count) of this string buffer.
- level.
Variable in class buildtools.Logger
-
- libraries.
Variable in class buildtools.BuildOptions
-
- load(Properties).
Method in class buildtools.BuildOptions
-
- localTest().
Static method in class buildtools.Test
-
- log(String).
Method in class buildtools.Logger
- Log a message with the lowest level.
- log(String).
Static method in class buildtools.StaticLogger
-
- log(String, int).
Method in class buildtools.Logger
- Log a message with the specified level.
- log(String, int).
Static method in class buildtools.StaticLogger
-
- logger.
Static variable in class buildtools.StaticLogger
-
- Logger(String).
Constructor for class buildtools.Logger
-
- main(String[]).
Static method in class buildtools.Test
-
- message.
Variable in class buildtools.msg.DecompileClassMessage
-
- MiscUtils().
Constructor for class buildtools.MiscUtils
-
- monitors.
Variable in class buildtools.FileChangeController
-
- name.
Variable in class buildtools.java.packagebrowser.JavaClass
-
- name.
Variable in class buildtools.java.packagebrowser.JavaPackage
-
- PACKAGE_SEPARATOR.
Static variable in class buildtools.java.packagebrowser.JavaClass
-
- PACKAGE_SEPARATOR.
Static variable in class buildtools.java.packagebrowser.PackageBrowser
-
- PackageBrowser().
Constructor for class buildtools.java.packagebrowser.PackageBrowser
-
- packages.
Static variable in class buildtools.java.packagebrowser.PackageBrowser
-
- parse().
Static method in class buildtools.java.packagebrowser.PackageBrowser
- Parse out the current classpath and get all packages and classes.
- parsed.
Static variable in class buildtools.java.packagebrowser.PackageBrowser
-
- parseJAR(File).
Static method in class buildtools.java.packagebrowser.PackageBrowser
- Parse out a JAR file and added it to the known packages
- PortableStringBuffer().
Constructor for class buildtools.PortableStringBuffer
- Constructs a string buffer with no characters in it and an
initial capacity of 16 characters.
- PortableStringBuffer(int).
Constructor for class buildtools.PortableStringBuffer
- Constructs a string buffer with no characters in it and an
initial capacity specified by the
length
argument.
- PortableStringBuffer(String).
Constructor for class buildtools.PortableStringBuffer
- Constructs a string buffer so that it represents the same
sequence of characters as the string argument; in other
words, the initial contents of the string buffer is a copy of the
argument string.
- PRODUCT.
Variable in class buildtools.Logger
-
- profile.
Variable in class buildtools.BuildOptions
-
- props.
Variable in class buildtools.BuildOptions
-
- readObject(ObjectInputStream).
Method in class buildtools.PortableStringBuffer
- readObject is called to restore the state of the PortableStringBuffer from
a stream.
- removeAllTargets(String, BuildOptions).
Method in class buildtools.Builder
-
- removeLibrary(int).
Method in class buildtools.BuildOptions
-
- removeTargets(Enumeration, String, BuildOptions).
Method in class buildtools.Builder
- This will be called by ProjectManager when a build all is required.
- replace(int, int, String).
Method in class buildtools.PortableStringBuffer
- Replaces the characters in a substring of this
PortableStringBuffer
with characters in the specified String
.
- reportBuildDone(boolean).
Method in interface buildtools.BuildProgressListener
- tell the build progress listener when the build is all done.
- reportError(String, int, String).
Method in interface buildtools.BuildProgressListener
- reportError is called when the compiler finds an error in a file
- reportNewBuild().
Method in interface buildtools.BuildProgressListener
-
- reportStatus(int, String).
Method in interface buildtools.BuildProgressListener
- JJ...
- requireEntryInClasspath(String).
Static method in class buildtools.JavaUtils
- Given a string entry.
- reverse().
Method in class buildtools.PortableStringBuffer
- The character sequence contained in this string buffer is
replaced by the reverse of the sequence.
- save(Properties).
Method in class buildtools.BuildOptions
-
persistence mechanism.
- serialVersionUID.
Static variable in class buildtools.PortableStringBuffer
- use serialVersionUID from JDK 1.0.2 for interoperability
- setBuilderProfile(int).
Method in class buildtools.BuildOptions
- the builder profile is a top level interface used to specify which
high level configuration you want for the builder for this project.
- setCharAt(int, char).
Method in class buildtools.PortableStringBuffer
- The character at the specified index of this string buffer is set
to
ch
.
- setFileName(String).
Method in class buildtools.msg.DecompileClassMessage
-
- setLength(int).
Method in class buildtools.PortableStringBuffer
- Sets the length of this String buffer.
- setLevel(int).
Method in class buildtools.Logger
- Set the current logging level
- setLevel(int).
Static method in class buildtools.StaticLogger
-
- setShared().
Method in class buildtools.PortableStringBuffer
-
- shared.
Variable in class buildtools.PortableStringBuffer
- A flag indicating whether the buffer is shared
- source.
Variable in class buildtools.msg.DecompileClassMessage
-
- source.
Variable in class buildtools.java.packagebrowser.JavaClass
-
- source.
Variable in class buildtools.java.packagebrowser.JavaPackage
-
- StaticLogger().
Constructor for class buildtools.StaticLogger
-
- substring(int).
Method in class buildtools.PortableStringBuffer
- Returns a new
String
that contains a subsequence of
characters currently contained in this PortableStringBuffer
.The
substring begins at the specified index and extends to the end of the
PortableStringBuffer
.
- substring(int, int).
Method in class buildtools.PortableStringBuffer
- Returns a new
String
that contains a subsequence of
characters currently contained in this PortableStringBuffer
.
- Test().
Constructor for class buildtools.Test
-
- testCacheTools().
Static method in class buildtools.Test
-
- testChangeMonitor().
Static method in class buildtools.Test
-
- testPackageBrowser().
Static method in class buildtools.Test
-
- testUtils().
Static method in class buildtools.Test
-
- toString().
Method in class buildtools.BuildOptions
-
- toString().
Method in class buildtools.java.packagebrowser.JavaClass
-
- toString().
Method in class buildtools.PortableStringBuffer
- Converts to a string representing the data in this string buffer.
- value.
Variable in class buildtools.PortableStringBuffer
- The value is used for character storage.
- version.
Static variable in class buildtools.JavaUtils
-