Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
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 in
installer
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 in
installer
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
checkSum
- Variable in class installer.
TarHeader
The entry's checksum.
CHKSUMLEN
- Static variable in class installer.
TarHeader
The length of the checksum field in a header buffer.
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.
ConsoleInstall
- Class in
installer
ConsoleInstall()
- Constructor for class installer.
ConsoleInstall
ConsoleProgress
- Class in
installer
ConsoleProgress()
- Constructor for class installer.
ConsoleProgress
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
debug
- Variable in class installer.
TarInputStream
debug
- Variable in class installer.
TarOutputStream
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.
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
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.
FIXED_NUM_COLUMNS
- Static variable in class installer.
VariableGridLayout
FIXED_NUM_ROWS
- Static variable in class installer.
VariableGridLayout
flush()
- Method in class installer.
CBZip2OutputStream
FOOTER
- Static variable in class doclet.
GenerateTocXML
G
GenerateTocXML
- Class in
doclet
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
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
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.
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
getOSTasks(Install)
- Method in class installer.
OperatingSystem
getOSTasks(Install)
- Method in class installer.
OperatingSystem.Unix
getOSTasks(Install)
- Method in class installer.
OperatingSystem.Windows
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.
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.
groupId
- Variable in class installer.
TarHeader
The entry's group id.
groupName
- Variable in class installer.
TarHeader
The entry's group name.
H
hasHitEOF
- Variable in class installer.
TarInputStream
HEADER
- Static variable in class doclet.
GenerateTocXML
header
- Variable in class installer.
TarEntry
This is the entry's header information.
I
Install
- Class in
installer
Install()
- Constructor for class installer.
Install
installer
- package installer
installer
- Variable in class installer.
OperatingSystem.OSTask
InstallThread
- Class in
installer
InstallThread(Install, Progress, String, OperatingSystem.OSTask[], int, Vector)
- Constructor for class installer.
InstallThread
invalidateLayout(Container)
- Method in class installer.
VariableGridLayout
InvalidHeaderException
- Exception in
installer
This exception is used to indicate that there is a problem with a TAR archive header.
InvalidHeaderException()
- Constructor for exception installer.
InvalidHeaderException
InvalidHeaderException(String)
- Constructor for exception installer.
InvalidHeaderException
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.
isEnabled()
- Method in class installer.
OperatingSystem.OSTask
isEOFRecord(byte[])
- Method in class installer.
TarBuffer
Determine if an archive record indicate End of Archive.
L
label
- Variable in class installer.
OperatingSystem.OSTask
layoutContainer(Container)
- Method in class installer.
VariableGridLayout
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.
linkFlag
- Variable in class installer.
TarHeader
The entry's link flag.
linkName
- Variable in class installer.
TarHeader
The entry's link name.
M
magic
- Variable in class installer.
TarHeader
The entry's magic tag.
MAGICLEN
- Static variable in class installer.
TarHeader
The length of the magic field in a header buffer.
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
mkdirs(String)
- Method in class installer.
OperatingSystem.Unix
mode
- Variable in class installer.
TarHeader
The entry's permission mode.
MODELEN
- Static variable in class installer.
TarHeader
The length of the mode field in a header buffer.
modTime
- Variable in class installer.
TarHeader
The entry's modification time.
MODTIMELEN
- Static variable in class installer.
TarHeader
The length of the modification time field in a header buffer.
N
name
- Variable in class installer.
OperatingSystem.OSTask
name
- Variable in class installer.
TarHeader
The entry's name.
NAMELEN
- Static variable in class installer.
TarHeader
The length of the name field in a header buffer.
nameTarHeader(TarHeader, String)
- Method in class installer.
TarEntry
Fill in a TarHeader given only the entry's name.
NonInteractiveInstall
- Class in
installer
NonInteractiveInstall(String[])
- Constructor for class installer.
NonInteractiveInstall
O
oneBuf
- Variable in class installer.
TarInputStream
oneBuf
- Variable in class installer.
TarOutputStream
OperatingSystem
- Class in
installer
OperatingSystem()
- Constructor for class installer.
OperatingSystem
OperatingSystem.HalfAnOS
- Class in
installer
OperatingSystem.HalfAnOS()
- Constructor for class installer.
OperatingSystem.HalfAnOS
OperatingSystem.MacOS
- Class in
installer
OperatingSystem.MacOS()
- Constructor for class installer.
OperatingSystem.MacOS
OperatingSystem.OSTask
- Class in
installer
OperatingSystem.OSTask(Install, String)
- Constructor for class installer.
OperatingSystem.OSTask
OperatingSystem.Unix
- Class in
installer
OperatingSystem.Unix()
- Constructor for class installer.
OperatingSystem.Unix
OperatingSystem.Unix.ManPageOSTask
- Class in
installer
OperatingSystem.Unix.ManPageOSTask(Install)
- Constructor for class installer.
OperatingSystem.Unix.ManPageOSTask
OperatingSystem.Unix.ScriptOSTask
- Class in
installer
OperatingSystem.Unix.ScriptOSTask(Install)
- Constructor for class installer.
OperatingSystem.Unix.ScriptOSTask
OperatingSystem.VMS
- Class in
installer
OperatingSystem.VMS()
- Constructor for class installer.
OperatingSystem.VMS
OperatingSystem.Windows
- Class in
installer
OperatingSystem.Windows()
- Constructor for class installer.
OperatingSystem.Windows
OperatingSystem.Windows.JEditLauncherOSTask
- Class in
installer
OperatingSystem.Windows.JEditLauncherOSTask(Install)
- Constructor for class installer.
OperatingSystem.Windows.JEditLauncherOSTask
OUT
- Static variable in class doclet.
GenerateTocXML
P
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.
PATH
- Static variable in class doclet.
GenerateTocXML
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
Progress
- Interface in
installer
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
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.
SIZELEN
- Static variable in class installer.
TarHeader
The length of the size field in a header buffer.
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
SwingInstall
- Class in
installer
SwingInstall()
- Constructor for class installer.
SwingInstall
T
TarBuffer
- Class in
installer
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 in
installer
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 in
installer
This class encapsulates the Tar Entry Header used in Tar Archives.
TarHeader()
- Constructor for class installer.
TarHeader
TarInputStream
- Class in
installer
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 in
installer
TarInputStream.EntryAdapter()
- Constructor for class installer.
TarInputStream.EntryAdapter
TarInputStream.EntryFactory
- Interface in
installer
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 in
installer
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
TMAGIC
- Static variable in class installer.
TarHeader
The magic tag representing a POSIX tar archive.
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 in
installer
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
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes