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

A

accept(File, String). Method in class com.ibm.archiveaccessor.filestore.FilenameFilter
Tests if a specified file to be matched with filename filter.
add(). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Adds files to the jar file.
add(). Method in class com.ibm.archiveaccessor.filestore.PackagedFileBucketAccessor
Adds files to a packaged file bucket
add(). Method in class com.ibm.archiveaccessor.zipfileaccessor.ZipFileAccessor
Adds files to the Zip file.
add(ManifestSection). Method in class com.ibm.archiveaccessor.filestore.Manifest
Adds the manifest section, unless the name starts with META-INF/ or /META-INF/
add(String). Method in class com.ibm.archiveaccessor.filestore.FileBucketAccessor
Adds a file to a file bucket
add(String). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Adds named file or contents of a directory to the Jar file.
add(String). Method in class com.ibm.archiveaccessor.zipfileaccessor.ZipFileAccessor
Adds named file or contents of a directory to the Zip file.
add(String, String). Method in class com.ibm.archiveaccessor.filestore.ManifestSection
Adds an item to the section.
addHash(byte[]). Method in class com.ibm.archiveaccessor.filestore.ManifestSection
Add MD5 and SHA security hashes to the section.
addPropertyChangeListener(PropertyChangeListener). Method in class com.ibm.archiveaccessor.filestore.FileBucketAccessor
Registers a new listener of the PropertyChanged event.

B

Base64(). Constructor for class com.ibm.archiveaccessor.filestore.Base64
base64Hash(String, byte[]). Static method in class com.ibm.archiveaccessor.filestore.ManifestSection
Returns a security hash as a base64 ASCII string.
binToAsc(byte[]). Static method in class com.ibm.archiveaccessor.filestore.Base64
Convert an array of binary bytes to an array of ASCII bytes.

C

clear(). Method in class com.ibm.archiveaccessor.filestore.FileBucketAccessor
Removes all files from a file bucket
clear(). Method in class com.ibm.archiveaccessor.filestore.JarBucket
Empties the jar bucket.
clear(). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Removes all files from the Jar file and all file entries from the manifest file.
clear(). Method in class com.ibm.archiveaccessor.filestore.Manifest
Empties the manifest.
clear(). Method in class com.ibm.archiveaccessor.filestore.ZipBucket
Empties the bucket.
clear(). Method in class com.ibm.archiveaccessor.zipfileaccessor.ZipFileAccessor
Removes all files from the Zip file.
clone(). Method in class com.ibm.archiveaccessor.filestore.FolderBucket
Clones the folder bucket.
clone(). Method in class com.ibm.archiveaccessor.filestore.JarBucket
Clones the bucket.
clone(). Method in class com.ibm.archiveaccessor.filestore.JarFile
Clones the jar file.
clone(). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Clones the Jar file object.
clone(). Method in class com.ibm.archiveaccessor.filestore.Manifest
Clones the manifest.
clone(). Method in class com.ibm.archiveaccessor.filestore.ManifestSection
Clones the section.
clone(). Method in class com.ibm.archiveaccessor.filestore.ZipBucket
Clones the Zip bucket.
clone(). Method in class com.ibm.archiveaccessor.filestore.ZipFile
Clones the Zip file.
clone(). Method in class com.ibm.archiveaccessor.zipfileaccessor.ZipFileAccessor
Clones the Zip file object.
close(). Method in class com.ibm.archiveaccessor.filestore.FileBucketAccessor
Closes a file bucket
close(). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Closes the Jar file.
close(). Method in class com.ibm.archiveaccessor.zipfileaccessor.ZipFileAccessor
Closes the Zip file.
contents(). Method in class com.ibm.archiveaccessor.filestore.FileBucketAccessor
Gets contents of a file bucket.
contents(). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Gets the list of files of the Jar file.
contents(). Method in class com.ibm.archiveaccessor.zipfileaccessor.ZipFileAccessor
Gets the list of files of the Zip file.
contentsAsEnumeration(). Method in class com.ibm.archiveaccessor.filestore.FileBucketAccessor
Gets contents of a file bucket as an enumeration.
contentsAsEnumeration(). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Gets the list of files of the Jar file as an enumeration.
contentsAsEnumeration(). Method in class com.ibm.archiveaccessor.zipfileaccessor.ZipFileAccessor
Gets the list of files of the Zip file as an enumeration.
create(). Method in class com.ibm.archiveaccessor.filestore.FileBucketAccessor
Prepares a new file bucket
create(). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Creates a new Jar file from files that are located in the default directory.
create(). Method in class com.ibm.archiveaccessor.zipfileaccessor.ZipFileAccessor
Creates a new Zip file from files that are located in the default directory.
create(String). Method in class com.ibm.archiveaccessor.filestore.FileBucketAccessor
Creates a new file bucket from an existed one.
create(String). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Creates a new Jar file from an existing one.
create(String). Method in class com.ibm.archiveaccessor.zipfileaccessor.ZipFileAccessor
Creates a new Zip file from an existing one.

E

empty. Static variable in class com.ibm.archiveaccessor.filestore.ZipBucket
Empty token.
equals(Object). Method in class com.ibm.archiveaccessor.filestore.ManifestSection
Returns true if the section names are equal.
exists(String). Method in class com.ibm.archiveaccessor.filestore.FileBucketAccessor
Checks if the specified file name is present in the bucket.
exists(String). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Checks if the specified file is present in the Jar file.
exists(String). Method in class com.ibm.archiveaccessor.filestore.ZipBucket
Checks if the specified file name is present in the bucket.
exists(String). Method in class com.ibm.archiveaccessor.zipfileaccessor.ZipFileAccessor
Checks if the specified file is present in the Zip file.
extract(). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Extracts all of the files from the Jar file.
extract(). Method in class com.ibm.archiveaccessor.filestore.PackagedFileBucketAccessor
Extracts files from a packaged file bucket
extract(). Method in class com.ibm.archiveaccessor.zipfileaccessor.ZipFileAccessor
Extracts all of the files from the Zip file.
extract(String). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Extracts named file from the jar file.
extract(String). Method in class com.ibm.archiveaccessor.filestore.PackagedFileBucketAccessor
Extract a file from a packaged file bucket
extract(String). Method in class com.ibm.archiveaccessor.zipfileaccessor.ZipFileAccessor
Extracts named file from the Zip file.

F

FileBucketAccessor(). Constructor for class com.ibm.archiveaccessor.filestore.FileBucketAccessor
Constructor.
FileBucketAccessorException(). Constructor for class com.ibm.archiveaccessor.filestore.FileBucketAccessorException
Constructs an exception with no specified detail message.
FileBucketAccessorException(String). Constructor for class com.ibm.archiveaccessor.filestore.FileBucketAccessorException
Constructs an exception with the specified detail message.
FilenameFilter(String). Constructor for class com.ibm.archiveaccessor.filestore.FilenameFilter
Creates instance of the class.
Folder(). Constructor for class com.ibm.archiveaccessor.filestore.Folder
Creates a folder bucket with no contents.
Folder(String). Constructor for class com.ibm.archiveaccessor.filestore.Folder
Creates a folder bucket with the list of file names of the folder.
Folder(String, String). Constructor for class com.ibm.archiveaccessor.filestore.Folder
Creates a folder bucket with the filtered list of file names of the folder.
FolderBucket(). Constructor for class com.ibm.archiveaccessor.filestore.FolderBucket
Creates a bucket with no content.
FolderBucket(String). Constructor for class com.ibm.archiveaccessor.filestore.FolderBucket
Creates a bucket with the list of files of a folder.
FolderBucket(String, String). Constructor for class com.ibm.archiveaccessor.filestore.FolderBucket
Creates a bucket with the filtered list of files of a folder.
force(String). Method in class com.ibm.archiveaccessor.filestore.Manifest
Returns the named manifest section.

G

get(). Method in class com.ibm.archiveaccessor.filestore.Manifest
Returns the array of strings comprising the manifest.
get(). Method in class com.ibm.archiveaccessor.filestore.ManifestSection
Returns the contents of the section as an array of strings.
get(String). Method in class com.ibm.archiveaccessor.filestore.FolderBucket
Returns the byte array associated with the given file name.
get(String). Method in class com.ibm.archiveaccessor.filestore.JarBucket
Returns the byte array associated with the given file name.
get(String). Method in class com.ibm.archiveaccessor.filestore.Manifest
Returns the named manifest section.
get(String). Method in class com.ibm.archiveaccessor.filestore.ManifestSection
Returns the value of an item in the section, or null.
get(String). Method in class com.ibm.archiveaccessor.filestore.ZipBucket
Returns the byte array associated with the given file name.
getArchiveName(). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Gets the name of a Jar file.
getArchiveName(). Method in class com.ibm.archiveaccessor.zipfileaccessor.ZipFileAccessor
Gets the name of a Zip file.
getBytes(). Method in class com.ibm.archiveaccessor.filestore.Manifest
Returns the manifest as an array of bytes.
getDefaultDirectory(). Method in class com.ibm.archiveaccessor.filestore.PackagedFileBucketAccessor
Gets the default directory.
getExceptionMessage(String). Static method in class com.ibm.archiveaccessor.filestore.FileBucketAccessor
Gets a bean's exception message by message id.
getFileName(). Method in class com.ibm.archiveaccessor.filestore.JarFile
Gets the name of the Jar file.
getFileName(). Method in class com.ibm.archiveaccessor.filestore.ZipFile
Gets the name of the Zip file.
getManifest(). Method in class com.ibm.archiveaccessor.filestore.JarBucket
Returns the manifest.
getManifestName(). Method in class com.ibm.archiveaccessor.filestore.JarBucket
Returns the name of a manifest file.
getName(). Method in class com.ibm.archiveaccessor.filestore.FileBucketAccessor
Gets a name of a file bucket
getName(). Method in class com.ibm.archiveaccessor.filestore.Folder
Gets the name of the folder.
getObject(String). Method in class com.ibm.archiveaccessor.filestore.JarBucket
Either deserialize an existing object or, if there is no such object, create a new object using the null constructor of the class with the same name.

H

hashCode(). Method in class com.ibm.archiveaccessor.filestore.ManifestSection
Returns a hash code value for this section.

I

isAutomaticSave(). Method in class com.ibm.archiveaccessor.filestore.FileBucketAccessor
Returns the switch that indicates whether the file bucket is automatically saved when it is closing or no.
isCreateManifest(). Method in class com.ibm.archiveaccessor.filestore.JarBucket
Returns switch of creating manifest file.
isCreateManifest(). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Returns the switch of creating manifest.
isIncludeManifest(). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Returns the switch of including manifest information from a manifest file.
isUseCompression(). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Returns the switch of using Zip compression.
isUseCompression(). Method in class com.ibm.archiveaccessor.filestore.ZipBucket
Returns switch of use ZIP compression.
isUseCompression(). Method in class com.ibm.archiveaccessor.zipfileaccessor.ZipFileAccessor
Returns the switch of using Zip compression.

J

jar(OutputStream). Method in class com.ibm.archiveaccessor.filestore.JarBucket
Writes the bucket in jar file format
JarBucket(). Constructor for class com.ibm.archiveaccessor.filestore.JarBucket
Creates a bucket with no content.
JarBucket(InputStream). Constructor for class com.ibm.archiveaccessor.filestore.JarBucket
Creates a bucket with the content of a jar file.
JarFile(). Constructor for class com.ibm.archiveaccessor.filestore.JarFile
Creates a bucket with no content.
JarFile(String). Constructor for class com.ibm.archiveaccessor.filestore.JarFile
Creates a bucket with the content of a Jar file.
JarFileAccessor(). Constructor for class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Creates instance of the class.
JarFileAccessor(String). Constructor for class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Creates instance of the class with the content of a Jar file.
JarFileAccessorException(). Constructor for class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessorException
Constructs an exception with no specified detail message.
JarFileAccessorException(String). Constructor for class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessorException
Constructs an exception with the specified detail message.

M

main(String[]). Static method in class com.ibm.archiveaccessor.filestore.Matching
makeSubFolder(String). Method in class com.ibm.archiveaccessor.filestore.Folder
Mekes the folder.
Manifest(). Constructor for class com.ibm.archiveaccessor.filestore.Manifest
Creates a manifest.
Manifest(byte[]). Constructor for class com.ibm.archiveaccessor.filestore.Manifest
Creates a manifest from an array of bytes.
Manifest(String[]). Constructor for class com.ibm.archiveaccessor.filestore.Manifest
Creates a manifest from an array of strings.
ManifestSection(). Constructor for class com.ibm.archiveaccessor.filestore.ManifestSection
Null constructor required for serialization.
ManifestSection(String). Constructor for class com.ibm.archiveaccessor.filestore.ManifestSection
Normal constructor initializes the section name.
ManifestSection(String[]). Constructor for class com.ibm.archiveaccessor.filestore.ManifestSection
Loads a pre-existing manifest section.
match(String, String). Static method in class com.ibm.archiveaccessor.filestore.Matching
There is requested pattern matching method.
Matching(). Constructor for class com.ibm.archiveaccessor.filestore.Matching
modified(String). Method in class com.ibm.archiveaccessor.filestore.FolderBucket
Returns the time when an entry was last modified.
modified(String). Method in class com.ibm.archiveaccessor.filestore.ZipBucket
Returns the time when an entry was last modified.

O

open(String). Method in class com.ibm.archiveaccessor.filestore.FileBucketAccessor
Opens a file bucket
open(String). Method in class com.ibm.archiveaccessor.filestore.Folder
Open the folder.
open(String). Method in class com.ibm.archiveaccessor.filestore.FolderBucket
Opens the folder bucket.
open(String). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Opens a new Jar file.
open(String). Method in class com.ibm.archiveaccessor.zipfileaccessor.ZipFileAccessor
Opens a new Zip file.

P

PackagedFileBucketAccessor(). Constructor for class com.ibm.archiveaccessor.filestore.PackagedFileBucketAccessor
Constructor.
put(String, byte[]). Method in class com.ibm.archiveaccessor.filestore.JarBucket
Associates a name and a value.
put(String, byte[]). Method in class com.ibm.archiveaccessor.filestore.ZipBucket
Associates a name and a value.
put(String, long). Method in class com.ibm.archiveaccessor.filestore.FolderBucket
Associates a name and a value.
putFile(String). Method in class com.ibm.archiveaccessor.filestore.JarFile
Puts a file in the bucket.
putFile(String). Method in class com.ibm.archiveaccessor.filestore.ZipFile
Puts a file in the bucket.
putFile(String, String). Method in class com.ibm.archiveaccessor.filestore.JarFile
Puts a file in the bucket.
putFile(String, String). Method in class com.ibm.archiveaccessor.filestore.ZipFile
Puts a file in the bucket.
putFileName(String). Method in class com.ibm.archiveaccessor.filestore.Folder
Puts the file name in the folder bucket.
putObject(String, Object). Method in class com.ibm.archiveaccessor.filestore.JarBucket
Serialize an object and save it as a named resource file in the jar.

R

read(InputStream). Static method in class com.ibm.archiveaccessor.filestore.Reads
Reads all bytes from an input stream.
Reads(). Constructor for class com.ibm.archiveaccessor.filestore.Reads
remove(String). Method in class com.ibm.archiveaccessor.filestore.FileBucketAccessor
Removes a file from a file bucket
remove(String). Method in class com.ibm.archiveaccessor.filestore.FolderBucket
Removes the file name from the folder bucket.
remove(String). Method in class com.ibm.archiveaccessor.filestore.JarBucket
Removes a file and its manifest entry from the Jar bucket.
remove(String). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Removes named file and its manifest entry ftom the Jar file.
remove(String). Method in class com.ibm.archiveaccessor.filestore.Manifest
Removes the named manifest section.
remove(String). Method in class com.ibm.archiveaccessor.filestore.ManifestSection
Removes an item from the section.
remove(String). Method in class com.ibm.archiveaccessor.filestore.ZipBucket
Removes a file from the Zip bucket.
remove(String). Method in class com.ibm.archiveaccessor.zipfileaccessor.ZipFileAccessor
Removes named file ftom the Zip file.
removePropertyChangeListener(PropertyChangeListener). Method in class com.ibm.archiveaccessor.filestore.FileBucketAccessor
Removes a listener of the PropertyChanged event.
rename(String). Method in class com.ibm.archiveaccessor.filestore.Folder
Renames the folder.
rename(String, String). Method in class com.ibm.archiveaccessor.filestore.FileBucketAccessor
Renames a file in a file bucket
rename(String, String). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Renames a file in the Jar file.
rename(String, String). Method in class com.ibm.archiveaccessor.zipfileaccessor.ZipFileAccessor
Renames a file in the Zip file.
replace(String). Method in class com.ibm.archiveaccessor.filestore.FileBucketAccessor
Replaces a file in a file bucket
replace(String). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Replaces named file in the archive by another one with the same name.
replace(String). Method in class com.ibm.archiveaccessor.zipfileaccessor.ZipFileAccessor
Replaces named file in the archive by another one with the same name.
resources(). Method in class com.ibm.archiveaccessor.filestore.FolderBucket
Returns an enumeration of the file names.
resources(). Method in class com.ibm.archiveaccessor.filestore.ZipBucket
Returns an enumeration of the file names.

S

save(). Method in class com.ibm.archiveaccessor.filestore.FileBucketAccessor
Saves a file bucket
save(). Method in class com.ibm.archiveaccessor.filestore.JarFile
Update the Jar file.
save(). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Saves the Jar file on the disk.
save(). Method in class com.ibm.archiveaccessor.filestore.ZipFile
Updates the Zip file.
save(). Method in class com.ibm.archiveaccessor.zipfileaccessor.ZipFileAccessor
Saves the Zip file on the disk.
saveAs(String). Method in class com.ibm.archiveaccessor.filestore.FileBucketAccessor
Saves a file bucket with another name
saveAs(String). Method in class com.ibm.archiveaccessor.filestore.JarFile
Write the bucket to a Jar file.
saveAs(String). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Saves the Jar file on the disk with another name.
saveAs(String). Method in class com.ibm.archiveaccessor.filestore.ZipFile
Writes the bucket to a Zip file.
saveAs(String). Method in class com.ibm.archiveaccessor.zipfileaccessor.ZipFileAccessor
Saves the Zip file on the disk with another name.
sections(). Method in class com.ibm.archiveaccessor.filestore.Manifest
Returns an enumeration of the sections of the manifest.
setArchiveName(String). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Sets the name of a Jar file.
setArchiveName(String). Method in class com.ibm.archiveaccessor.zipfileaccessor.ZipFileAccessor
Sets the name of a Zip file.
setAutomaticSave(boolean). Method in class com.ibm.archiveaccessor.filestore.FileBucketAccessor
Turns on/off the switch that indicates whether the file bucket is automatically saved when it is closing or no.
setCreateManifest(boolean). Method in class com.ibm.archiveaccessor.filestore.JarBucket
Turns on/off creating manifest file.
setCreateManifest(boolean). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Turn on/off creation of manifest.
setDefaultDirectory(String). Method in class com.ibm.archiveaccessor.filestore.PackagedFileBucketAccessor
Sets the default directory.
setFileName(String). Method in class com.ibm.archiveaccessor.filestore.JarFile
Sets the name of the Jar file.
setFileName(String). Method in class com.ibm.archiveaccessor.filestore.ZipFile
Sets the name of the Zip file.
setIncludeManifest(boolean). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Turn on/off including information from a manifest file.
setManifest(Manifest). Method in class com.ibm.archiveaccessor.filestore.JarBucket
Sets the new manifest.
setName(String). Method in class com.ibm.archiveaccessor.filestore.FileBucketAccessor
Sets the name of a file bucket.
setName(String). Method in class com.ibm.archiveaccessor.filestore.Folder
Sets the name of the folder.
setUseCompression(boolean). Method in class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessor
Turn on/off use of Zip compression.
setUseCompression(boolean). Method in class com.ibm.archiveaccessor.filestore.ZipBucket
Turns on/off use of ZIP compression.
setUseCompression(boolean). Method in class com.ibm.archiveaccessor.zipfileaccessor.ZipFileAccessor
Turn on/off use of Zip compression.
size(). Method in class com.ibm.archiveaccessor.filestore.FolderBucket
Returns the number of file namess in the folder bucket.
size(). Method in class com.ibm.archiveaccessor.filestore.ZipBucket
Returns the number of files in the Zip bucket.

V

validate(byte[]). Method in class com.ibm.archiveaccessor.filestore.ManifestSection
Validate the security hash.

W

writeFile(String, byte[]). Method in class com.ibm.archiveaccessor.filestore.Folder
Writes the file to the folder.