A B C D E F G H I L M N O P R S T U V W

A

addLayoutComponent(String, Component) - Method in class installer.VariableGridLayout
Not used in this class.
addLayoutComponent(Component, Object) - Method in class installer.VariableGridLayout
Not used in this class.
adjustEntryName(byte[], String) - Method in class installer.TarEntry
Convenience method that will modify an entry's name directly in place in an entry header buffer byte array.
advance(int) - Method in class installer.ConsoleProgress
 
advance(int) - Method in interface installer.Progress
 
assemBuf - Variable in class installer.TarOutputStream
 
assemLen - Variable in class installer.TarOutputStream
 
available() - Method in class installer.TarInputStream
Get the available data that can be read from the current entry in the archive.

B

buffer - Variable in class installer.TarInputStream
 
buffer - Variable in class installer.TarOutputStream
 

C

CBZip2InputStream - class installer.CBZip2InputStream.
An input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream.
CBZip2InputStream(InputStream) - Constructor for class installer.CBZip2InputStream
 
CBZip2OutputStream - class installer.CBZip2OutputStream.
An output stream that compresses into the BZip2 format (without the file header chars) into another stream.
CBZip2OutputStream(OutputStream) - Constructor for class installer.CBZip2OutputStream
 
CBZip2OutputStream(OutputStream, int) - Constructor for class installer.CBZip2OutputStream
 
CHKSUMLEN - Static variable in class installer.TarHeader
The length of the checksum field in a header buffer.
ConsoleInstall - class installer.ConsoleInstall.
 
ConsoleInstall() - Constructor for class installer.ConsoleInstall
 
ConsoleProgress - class installer.ConsoleProgress.
 
ConsoleProgress() - Constructor for class installer.ConsoleProgress
 
checkSum - Variable in class installer.TarHeader
The entry's checksum.
clone() - Method in class installer.TarHeader
TarHeaders can be cloned.
close() - Method in class installer.CBZip2OutputStream
 
close() - Method in class installer.TarBuffer
Close the TarBuffer.
close() - Method in class installer.TarInputStream
Closes this stream.
close() - Method in class installer.TarOutputStream
Ends the TAR archive and closes the underlying OutputStream.
closeEntry() - Method in class installer.TarOutputStream
Close an entry.
computeCheckSum(byte[]) - Method in class installer.TarEntry
Compute the checksum of a tar entry header.
copy(InputStream, String, Progress) - Method in class installer.Install
 
copyEntryContents(OutputStream) - Method in class installer.TarInputStream
Copies the contents of the current tar archive entry directly into an output stream.
createEntry(String) - Method in class installer.TarInputStream.EntryAdapter
 
createEntry(File) - Method in class installer.TarInputStream.EntryAdapter
 
createEntry(byte[]) - Method in class installer.TarInputStream.EntryAdapter
 
createEntry(String) - Method in interface installer.TarInputStream.EntryFactory
 
createEntry(File) - Method in interface installer.TarInputStream.EntryFactory
 
createEntry(byte[]) - Method in interface installer.TarInputStream.EntryFactory
 
currBytes - Variable in class installer.TarOutputStream
 
currEntry - Variable in class installer.TarInputStream
 
currSize - Variable in class installer.TarOutputStream
 

D

DEFAULT_BLKSIZE - Static variable in class installer.TarBuffer
 
DEFAULT_RCDSIZE - Static variable in class installer.TarBuffer
 
DEVLEN - Static variable in class installer.TarHeader
The length of the devices field in a header buffer.
debug - Variable in class installer.TarInputStream
 
debug - Variable in class installer.TarOutputStream
 
devMajor - Variable in class installer.TarHeader
The entry's major device number.
devMinor - Variable in class installer.TarHeader
The entry's minor device number.
directory - Variable in class installer.OperatingSystem.OSTask
 
doclet - package doclet
 
done() - Method in class installer.ConsoleProgress
 
done() - Method in interface installer.Progress
 

E

eFactory - Variable in class installer.TarInputStream
 
enabled - Variable in class installer.OperatingSystem.OSTask
 
entryOffset - Variable in class installer.TarInputStream
 
entrySize - Variable in class installer.TarInputStream
 
equals(TarEntry) - Method in class installer.TarEntry
Determine if the two entries are equal.
error(String) - Method in class installer.ConsoleProgress
 
error(String) - Method in interface installer.Progress
 
exec(String[]) - Method in class installer.OperatingSystem.Unix
 

F

FIXED_NUM_COLUMNS - Static variable in class installer.VariableGridLayout
 
FIXED_NUM_ROWS - Static variable in class installer.VariableGridLayout
 
FOOTER - Static variable in class doclet.GenerateTocXML
 
file - Variable in class installer.TarEntry
If this entry represents a File, this references it.
finalize() - Method in class installer.CBZip2OutputStream
 
finish() - Method in class installer.TarOutputStream
Ends the TAR archive without closing the underlying OutputStream.
flush() - Method in class installer.CBZip2OutputStream
 

G

GIDLEN - Static variable in class installer.TarHeader
The length of the group id field in a header buffer.
GNAMELEN - Static variable in class installer.TarHeader
The length of the group name field in a header buffer.
GNU_TMAGIC - Static variable in class installer.TarHeader
The magic tag representing a GNU tar archive.
GenerateTocXML - class doclet.GenerateTocXML.
This is very much of a hack.
GenerateTocXML() - Constructor for class doclet.GenerateTocXML
 
getBlockSize() - Method in class installer.TarBuffer
Get the TAR Buffer's block size.
getCheckSumOctalBytes(long, byte[], int, int) - Static method in class installer.TarHeader
Parse the checksum octal integer from a header buffer.
getCurrentBlockNum() - Method in class installer.TarBuffer
Get the current block number, zero based.
getCurrentRecordNum() - Method in class installer.TarBuffer
Get the current record number, within the current block, zero based.
getDefaultDirectory(Install) - Method in class installer.OperatingSystem.OSTask
 
getDefaultDirectory(Install) - Method in class installer.OperatingSystem.Unix.ManPageOSTask
 
getDefaultDirectory(Install) - Method in class installer.OperatingSystem.Unix.ScriptOSTask
 
getDefaultDirectory(Install) - Method in class installer.OperatingSystem.Windows.JEditLauncherOSTask
 
getDirectory() - Method in class installer.OperatingSystem.OSTask
 
getDirectoryEntries() - Method in class installer.TarEntry
If this entry represents a file, and the file is a directory, return an array of TarEntries for this entry's children.
getFile() - Method in class installer.TarEntry
Get this entry's file.
getFileTarHeader(TarHeader, File) - Method in class installer.TarEntry
Fill in a TarHeader with information from a File.
getGroupId() - Method in class installer.TarEntry
Get this entry's group id.
getGroupName() - Method in class installer.TarEntry
Get this entry's group name.
getHeader() - Method in class installer.TarEntry
Get this entry's header.
getInstallDirectory(String, String) - Method in class installer.OperatingSystem.HalfAnOS
 
getInstallDirectory(String, String) - Method in class installer.OperatingSystem.MacOS
 
getInstallDirectory(String, String) - Method in class installer.OperatingSystem.Unix
 
getInstallDirectory(String, String) - Method in class installer.OperatingSystem.VMS
 
getInstallDirectory(String, String) - Method in class installer.OperatingSystem.Windows
 
getInstallDirectory(String, String) - Method in class installer.OperatingSystem
 
getIntegerProperty(String) - Method in class installer.Install
 
getLabel() - Method in class installer.OperatingSystem.OSTask
 
getLayoutAlignmentX(Container) - Method in class installer.VariableGridLayout
Always returns 0.5.
getLayoutAlignmentY(Container) - Method in class installer.VariableGridLayout
Always returns 0.5.
getLongOctalBytes(long, byte[], int, int) - Static method in class installer.TarHeader
Parse an octal long integer from a header buffer.
getModTime() - Method in class installer.TarEntry
Set this entry's modification time.
getName() - Method in class installer.OperatingSystem.OSTask
 
getName() - Method in class installer.TarEntry
Get this entry's name.
getName() - Method in class installer.TarHeader
Get the name of this entry.
getNameBytes(StringBuffer, byte[], int, int) - Static method in class installer.TarHeader
Determine the number of bytes in an entry name.
getNextEntry() - Method in class installer.TarInputStream
Get the next entry in this tar archive.
getOSTasks(Install) - Method in class installer.OperatingSystem.Unix
 
getOSTasks(Install) - Method in class installer.OperatingSystem.Windows
 
getOSTasks(Install) - Method in class installer.OperatingSystem
 
getOctalBytes(long, byte[], int, int) - Static method in class installer.TarHeader
Parse an octal integer from a header buffer.
getOperatingSystem() - Static method in class installer.OperatingSystem
 
getProperty(String) - Method in class installer.Install
 
getRecordSize() - Method in class installer.TarBuffer
Get the TAR Buffer's record size.
getRecordSize() - Method in class installer.TarInputStream
Get the record size being used by this stream's TarBuffer.
getRecordSize() - Method in class installer.TarOutputStream
Get the record size being used by this stream's TarBuffer.
getSize() - Method in class installer.TarEntry
Get this entry's file size.
getUserId() - Method in class installer.TarEntry
Get this entry's user id.
getUserName() - Method in class installer.TarEntry
Get this entry's user name.
groupId - Variable in class installer.TarHeader
The entry's group id.
groupName - Variable in class installer.TarHeader
The entry's group name.

H

HEADER - Static variable in class doclet.GenerateTocXML
 
hasHitEOF - Variable in class installer.TarInputStream
 
header - Variable in class installer.TarEntry
This is the entry's header information.

I

Install - class installer.Install.
 
Install() - Constructor for class installer.Install
 
InstallThread - class installer.InstallThread.
 
InstallThread(Install, Progress, String, OperatingSystem.OSTask[], int, Vector) - Constructor for class installer.InstallThread
 
InvalidHeaderException - exception installer.InvalidHeaderException.
This exception is used to indicate that there is a problem with a TAR archive header.
InvalidHeaderException() - Constructor for class installer.InvalidHeaderException
 
InvalidHeaderException(String) - Constructor for class installer.InvalidHeaderException
 
installer - package installer
 
installer - Variable in class installer.OperatingSystem.OSTask
 
invalidateLayout(Container) - Method in class installer.VariableGridLayout
 
isDescendent(TarEntry) - Method in class installer.TarEntry
Determine if the given entry is a descendant of this entry.
isDirectory() - Method in class installer.TarEntry
Return whether or not this entry represents a directory.
isEOFRecord(byte[]) - Method in class installer.TarBuffer
Determine if an archive record indicate End of Archive.
isEnabled() - Method in class installer.OperatingSystem.OSTask
 

L

LF_BLK - Static variable in class installer.TarHeader
Block device file type.
LF_CHR - Static variable in class installer.TarHeader
Character device file type.
LF_CONTIG - Static variable in class installer.TarHeader
Contiguous file type.
LF_DIR - Static variable in class installer.TarHeader
Directory file type.
LF_FIFO - Static variable in class installer.TarHeader
FIFO (pipe) file type.
LF_LINK - Static variable in class installer.TarHeader
Link file type.
LF_NORMAL - Static variable in class installer.TarHeader
Normal file type.
LF_OLDNORM - Static variable in class installer.TarHeader
LF_ constants represent the "link flag" of an entry, or more commonly, the "entry type".
LF_SYMLINK - Static variable in class installer.TarHeader
Symbolic link file type.
label - Variable in class installer.OperatingSystem.OSTask
 
layoutContainer(Container) - Method in class installer.VariableGridLayout
 
linkFlag - Variable in class installer.TarHeader
The entry's link flag.
linkName - Variable in class installer.TarHeader
The entry's link name.

M

MAGICLEN - Static variable in class installer.TarHeader
The length of the magic field in a header buffer.
MODELEN - Static variable in class installer.TarHeader
The length of the mode field in a header buffer.
MODTIMELEN - Static variable in class installer.TarHeader
The length of the modification time field in a header buffer.
magic - Variable in class installer.TarHeader
The entry's magic tag.
main(String[]) - Static method in class installer.Install
 
mark(int) - Method in class installer.TarInputStream
Since we do not support marking just yet, we do nothing.
markSupported() - Method in class installer.TarInputStream
Since we do not support marking just yet, we return false.
maximumLayoutSize(Container) - Method in class installer.VariableGridLayout
 
minimumLayoutSize(Container) - Method in class installer.VariableGridLayout
 
mkdirs(String) - Method in class installer.OperatingSystem.Unix
 
mkdirs(String) - Method in class installer.OperatingSystem
 
modTime - Variable in class installer.TarHeader
The entry's modification time.
mode - Variable in class installer.TarHeader
The entry's permission mode.

N

NAMELEN - Static variable in class installer.TarHeader
The length of the name field in a header buffer.
NonInteractiveInstall - class installer.NonInteractiveInstall.
 
NonInteractiveInstall(String[]) - Constructor for class installer.NonInteractiveInstall
 
name - Variable in class installer.OperatingSystem.OSTask
 
name - Variable in class installer.TarHeader
The entry's name.
nameTarHeader(TarHeader, String) - Method in class installer.TarEntry
Fill in a TarHeader given only the entry's name.

O

OUT - Static variable in class doclet.GenerateTocXML
 
OperatingSystem - class installer.OperatingSystem.
 
OperatingSystem() - Constructor for class installer.OperatingSystem
 
OperatingSystem.HalfAnOS - class installer.OperatingSystem.HalfAnOS.
 
OperatingSystem.HalfAnOS() - Constructor for class installer.OperatingSystem.HalfAnOS
 
OperatingSystem.MacOS - class installer.OperatingSystem.MacOS.
 
OperatingSystem.MacOS() - Constructor for class installer.OperatingSystem.MacOS
 
OperatingSystem.OSTask - class installer.OperatingSystem.OSTask.
 
OperatingSystem.OSTask(Install, String) - Constructor for class installer.OperatingSystem.OSTask
 
OperatingSystem.Unix - class installer.OperatingSystem.Unix.
 
OperatingSystem.Unix() - Constructor for class installer.OperatingSystem.Unix
 
OperatingSystem.Unix.ManPageOSTask - class installer.OperatingSystem.Unix.ManPageOSTask.
 
OperatingSystem.Unix.ManPageOSTask(Install) - Constructor for class installer.OperatingSystem.Unix.ManPageOSTask
 
OperatingSystem.Unix.ScriptOSTask - class installer.OperatingSystem.Unix.ScriptOSTask.
 
OperatingSystem.Unix.ScriptOSTask(Install) - Constructor for class installer.OperatingSystem.Unix.ScriptOSTask
 
OperatingSystem.VMS - class installer.OperatingSystem.VMS.
 
OperatingSystem.VMS() - Constructor for class installer.OperatingSystem.VMS
 
OperatingSystem.Windows - class installer.OperatingSystem.Windows.
 
OperatingSystem.Windows() - Constructor for class installer.OperatingSystem.Windows
 
OperatingSystem.Windows.JEditLauncherOSTask - class installer.OperatingSystem.Windows.JEditLauncherOSTask.
 
OperatingSystem.Windows.JEditLauncherOSTask(Install) - Constructor for class installer.OperatingSystem.Windows.JEditLauncherOSTask
 
oneBuf - Variable in class installer.TarInputStream
 
oneBuf - Variable in class installer.TarOutputStream
 

P

PATH - Static variable in class doclet.GenerateTocXML
 
Progress - interface installer.Progress.
 
parseName(byte[], int, int) - Static method in class installer.TarHeader
Parse an entry name from a header buffer.
parseOctal(byte[], int, int) - Static method in class installer.TarHeader
Parse an octal string from a header buffer.
parseTarHeader(TarHeader, byte[]) - Method in class installer.TarEntry
Parse an entry's TarHeader information from a header buffer.
perform(String, Vector) - Method in class installer.OperatingSystem.OSTask
 
perform(String, Vector) - Method in class installer.OperatingSystem.Unix.ManPageOSTask
 
perform(String, Vector) - Method in class installer.OperatingSystem.Unix.ScriptOSTask
 
perform(String, Vector) - Method in class installer.OperatingSystem.Windows.JEditLauncherOSTask
 
preferredLayoutSize(Container) - Method in class installer.VariableGridLayout
 
putNextEntry(TarEntry) - Method in class installer.TarOutputStream
Put an entry on the output stream.

R

read() - Method in class installer.CBZip2InputStream
 
read() - Method in class installer.TarInputStream
Reads a byte from the current tar archive entry.
read(byte[]) - Method in class installer.TarInputStream
Reads bytes from the current tar archive entry.
read(byte[], int, int) - Method in class installer.TarInputStream
Reads bytes from the current tar archive entry.
readBuf - Variable in class installer.TarInputStream
 
readRecord() - Method in class installer.TarBuffer
Read a record from the input stream and return the data.
recordBuf - Variable in class installer.TarOutputStream
 
removeLayoutComponent(Component) - Method in class installer.VariableGridLayout
Not used in this class.
reset() - Method in class installer.TarInputStream
Since we do not support marking just yet, we do nothing.
run() - Method in class installer.InstallThread
 

S

SIZELEN - Static variable in class installer.TarHeader
The length of the size field in a header buffer.
SwingInstall - class installer.SwingInstall.
 
SwingInstall() - Constructor for class installer.SwingInstall
 
setBufferDebug(boolean) - Method in class installer.TarInputStream
Sets the debugging flag in this stream's TarBuffer.
setBufferDebug(boolean) - Method in class installer.TarOutputStream
Sets the debugging flag in this stream's TarBuffer.
setDebug(boolean) - Method in class installer.TarBuffer
Set the debugging flag for the buffer.
setDebug(boolean) - Method in class installer.TarInputStream
Sets the debugging flag.
setDebug(boolean) - Method in class installer.TarOutputStream
Sets the debugging flag.
setDirectory(String) - Method in class installer.OperatingSystem.OSTask
 
setEnabled(boolean) - Method in class installer.OperatingSystem.OSTask
 
setEntryFactory(TarInputStream.EntryFactory) - Method in class installer.TarInputStream
Sets the debugging flag.
setGroupId(int) - Method in class installer.TarEntry
Set this entry's group id.
setGroupName(String) - Method in class installer.TarEntry
Set this entry's group name.
setIds(int, int) - Method in class installer.TarEntry
Convenience method to set this entry's group and user ids.
setMaximum(int) - Method in class installer.ConsoleProgress
 
setMaximum(int) - Method in interface installer.Progress
 
setModTime(long) - Method in class installer.TarEntry
Set this entry's modification time.
setModTime(Date) - Method in class installer.TarEntry
Set this entry's modification time.
setName(String) - Method in class installer.TarEntry
Set this entry's name.
setNames(String, String) - Method in class installer.TarEntry
Convenience method to set this entry's group and user names.
setSize(long) - Method in class installer.TarEntry
Set this entry's file size.
setUserId(int) - Method in class installer.TarEntry
Set this entry's user id.
setUserName(String) - Method in class installer.TarEntry
Set this entry's user name.
size - Variable in class installer.TarHeader
The entry's size.
skip(int) - Method in class installer.TarInputStream
Skip bytes in the input buffer.
skipRecord() - Method in class installer.TarBuffer
Skip over a record on the input stream.
start(RootDoc) - Static method in class doclet.GenerateTocXML
 

T

TMAGIC - Static variable in class installer.TarHeader
The magic tag representing a POSIX tar archive.
TarBuffer - class installer.TarBuffer.
The TarBuffer class implements the tar archive concept of a buffered input stream.
TarBuffer(InputStream) - Constructor for class installer.TarBuffer
 
TarBuffer(InputStream, int) - Constructor for class installer.TarBuffer
 
TarBuffer(InputStream, int, int) - Constructor for class installer.TarBuffer
 
TarBuffer(OutputStream) - Constructor for class installer.TarBuffer
 
TarBuffer(OutputStream, int) - Constructor for class installer.TarBuffer
 
TarBuffer(OutputStream, int, int) - Constructor for class installer.TarBuffer
 
TarEntry - class installer.TarEntry.
This class represents an entry in a Tar archive.
TarEntry(String) - Constructor for class installer.TarEntry
Construct an entry with only a name.
TarEntry(File) - Constructor for class installer.TarEntry
Construct an entry for a file.
TarEntry(byte[]) - Constructor for class installer.TarEntry
Construct an entry from an archive's header bytes.
TarHeader - class installer.TarHeader.
This class encapsulates the Tar Entry Header used in Tar Archives.
TarHeader() - Constructor for class installer.TarHeader
 
TarInputStream - class installer.TarInputStream.
The TarInputStream reads a UNIX tar archive as an InputStream.
TarInputStream(InputStream) - Constructor for class installer.TarInputStream
 
TarInputStream(InputStream, int) - Constructor for class installer.TarInputStream
 
TarInputStream(InputStream, int, int) - Constructor for class installer.TarInputStream
 
TarInputStream.EntryAdapter - class installer.TarInputStream.EntryAdapter.
 
TarInputStream.EntryAdapter() - Constructor for class installer.TarInputStream.EntryAdapter
 
TarInputStream.EntryFactory - interface installer.TarInputStream.EntryFactory.
This interface is provided, with the method setEntryFactory(), to allow the programmer to have their own TarEntry subclass instantiated for the entries return from getNextEntry().
TarOutputStream - class installer.TarOutputStream.
The TarOutputStream writes a UNIX tar archive as an OutputStream.
TarOutputStream(OutputStream) - Constructor for class installer.TarOutputStream
 
TarOutputStream(OutputStream, int) - Constructor for class installer.TarOutputStream
 
TarOutputStream(OutputStream, int, int) - Constructor for class installer.TarOutputStream
 
toString() - Method in class installer.VariableGridLayout
Returns the string representation of this variable grid layout's values.

U

UIDLEN - Static variable in class installer.TarHeader
The length of the user id field in a header buffer.
UNAMELEN - Static variable in class installer.TarHeader
The length of the user name field in a header buffer.
userId - Variable in class installer.TarHeader
The entry's user id.
userName - Variable in class installer.TarHeader
The entry's user name.

V

VariableGridLayout - class installer.VariableGridLayout.
The VariableGridLayout class is a layout manager that lays out a container's components in a rectangular grid with variable cell sizes.
VariableGridLayout(int, int, int, int) - Constructor for class installer.VariableGridLayout
 
VariableGridLayout(int, int) - Constructor for class installer.VariableGridLayout
Creates a variable grid layout manager with the specified mode and zero horizontal and vertical gap.
VariableGridLayout() - Constructor for class installer.VariableGridLayout
Creates a variable grid layout manager with mode FIXED_NUM_ROWS, number of rows == 1 and zero horizontal and vertical gap.

W

write(int) - Method in class installer.CBZip2OutputStream
modified by Oliver Merkel, 010128
write(int) - Method in class installer.TarOutputStream
Writes a byte to the current tar archive entry.
write(byte[]) - Method in class installer.TarOutputStream
Writes bytes to the current tar archive entry.
write(byte[], int, int) - Method in class installer.TarOutputStream
Writes bytes to the current tar archive entry.
writeEntryHeader(byte[]) - Method in class installer.TarEntry
Write an entry's header information to a header buffer.
writeRecord(byte[]) - Method in class installer.TarBuffer
Write an archive record to the archive.
writeRecord(byte[], int) - Method in class installer.TarBuffer
Write an archive record to the archive, where the record may be inside of a larger array buffer.

A B C D E F G H I L M N O P R S T U V W