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

G

getAbsoluteFile() - Method in class de.schlichtherle.io.File
Behaves like the superclass implementation, but returns a new instance of this class, so you can safely cast it.
getAbsolutePath() - Method in class de.schlichtherle.io.File
 
getActualCrc() - Method in exception de.schlichtherle.util.zip.CRC32Exception
Returns the CRC-32 value which has been computed from the contents of the ZIP entry.
getAesKeyStrengthPanel() - Method in class de.schlichtherle.key.passwd.swing.PromptingAesKeyProviderUI
Deprecated. This method is not used anymore and will be removed for the next major release number. It's use may dead lock the GUI. Use PromptingAesKeyProviderUI.createAesKeyStrengthPanel() instead.
getAlgorithmName() - Method in class de.schlichtherle.crypto.modes.SICSeekableBlockCipher
 
getAncestor() - Method in exception de.schlichtherle.io.ContainsFileException
 
getAncestorWindow() - Method in class de.schlichtherle.swing.EnhancedPanel
Returns the ancestor Window of this Panel or null if the component is not (yet) placed in a Window.
getAncestorWindow() - Method in class de.schlichtherle.swing.event.PanelEvent
Returns the ancestor window for this event or null if the source of this event is not an EnhancedPanel.
getAppearance() - Method in exception de.schlichtherle.io.ChainableIOException
 
getArchiveDetector() - Method in class de.schlichtherle.io.File
Returns the ArchiveDetector that was used to construct this object - never null.
getArchiveDetector() - Method in class de.schlichtherle.io.swing.FileSystemView
Returns a valid archive detector to use with this class.
getArchiveDriver(String) - Method in interface de.schlichtherle.io.ArchiveDetector
Detects whether the given path identifies a prospective archive file or not by applying heuristics to it and returns an appropriate ArchiveDriver to use or null if the path does not denote a prospective archive file or an appropriate ArchiveDriver is not available for some reason.
getArchiveDriver(String) - Method in class de.schlichtherle.io.DefaultArchiveDetector
Looks up a registered archive driver for the given (file) path by matching it against the set of configured archive file suffixes.
getArchiveEntries() - Method in interface de.schlichtherle.io.archive.spi.InputArchive
Returns an enumeration of the ArchiveEntry instances in this archive.
getArchiveEntries() - Method in class de.schlichtherle.io.archive.spi.MultiplexedOutputArchive
 
getArchiveEntries() - Method in interface de.schlichtherle.io.archive.spi.OutputArchive
Returns an enumeration of the ArchiveEntry instances in this archive (i.e. written so far).
getArchiveEntries() - Method in class de.schlichtherle.io.archive.tar.TarInputArchive
 
getArchiveEntries() - Method in class de.schlichtherle.io.archive.tar.TarOutputArchive
 
getArchiveEntries() - Method in class de.schlichtherle.io.archive.zip.ZipInputArchive
 
getArchiveEntries() - Method in class de.schlichtherle.io.archive.zip.ZipOutputArchive
 
getArchiveEntry(String) - Method in interface de.schlichtherle.io.archive.spi.InputArchive
Returns the ArchiveEntry for the given entry name or null if no entry with this name exists.
getArchiveEntry(String) - Method in class de.schlichtherle.io.archive.spi.MultiplexedOutputArchive
 
getArchiveEntry(String) - Method in interface de.schlichtherle.io.archive.spi.OutputArchive
Returns the ArchiveEntry for the given entry name or null if no entry with this name has been written or started to be written.
getArchiveEntry(String) - Method in class de.schlichtherle.io.archive.tar.TarInputArchive
 
getArchiveEntry(String) - Method in class de.schlichtherle.io.archive.tar.TarOutputArchive
 
getArchiveEntry(String) - Method in class de.schlichtherle.io.archive.zip.ZipInputArchive
 
getArchiveEntry(String) - Method in class de.schlichtherle.io.archive.zip.ZipOutputArchive
 
getArchivesTotal() - Method in interface de.schlichtherle.io.ArchiveStatistics
Returns the total number of archives operated by this package.
getArchivesTouched() - Method in interface de.schlichtherle.io.ArchiveStatistics
Returns the number of archives which have been changed and hence need to be processed on the next call to File.update() or File.umount().
getAuthenticationMethod() - Method in class de.schlichtherle.key.passwd.swing.AuthenticationPanel
Returns the authentication method selected by the user.
getAuthenticationTrigger() - Method in class de.schlichtherle.io.archive.zip.raes.AbstractZipRaesDriver
Returns the authentication trigger provided to the constructor.
getBlockCounter() - Method in class de.schlichtherle.crypto.modes.SICSeekableBlockCipher
 
getBlockCounter() - Method in interface de.schlichtherle.crypto.SeekableBlockCipher
Returns the index of the block, starting at 0, which will be processed next when BlockCipher.processBlock(byte[], int, byte[], int) is called.
getBlockSize() - Method in class de.schlichtherle.crypto.modes.SICSeekableBlockCipher
 
getCanonicalFile() - Method in class de.schlichtherle.io.File
Behaves like the superclass implementation, but returns a new instance of this class, so you can safely cast it.
getCanonicalPath() - Method in class de.schlichtherle.io.File
 
getCanOrAbsFile() - Method in class de.schlichtherle.io.File
This convenience method simply returns the canonical form of this abstract path or the normalized absolute form if resolving the prior fails.
getCanOrAbsPath() - Method in class de.schlichtherle.io.File
This convenience method simply returns the canonical form of this abstract path or the normalized absolute form if resolving the prior fails.
getCharset() - Method in class de.schlichtherle.io.archive.spi.AbstractArchiveDriver
Returns the value of the property charset which was provided to the constructor.
getCharset() - Method in class de.schlichtherle.util.zip.BasicZipFile
Returns the charset to use for entry names and comments.
getCheckedInputStream(String) - Method in class de.schlichtherle.util.zip.BasicZipFile
Equivalent to getInputStream(name, true, true).
getCheckedInputStream(ZipEntry) - Method in class de.schlichtherle.util.zip.BasicZipFile
Equivalent to getInputStream(entry.getName(), true, true) instead.
getChild(File, String) - Method in class de.schlichtherle.io.swing.FileSystemView
 
getChild(Object, int) - Method in class de.schlichtherle.io.swing.tree.FileTreeModel
 
getChildCount(Object) - Method in class de.schlichtherle.io.swing.tree.FileTreeModel
 
getClosedIcon(Archive) - Method in class de.schlichtherle.io.archive.spi.AbstractArchiveDriver
Returns the value of the property closedIcon which was provided to the constructor.
getClosedIcon(Archive) - Method in interface de.schlichtherle.io.archive.spi.ArchiveDriver
Returns the icon that FileSystemView and FileTreeCellRenderer should display for the given archive.
getClosedIcon() - Method in interface de.schlichtherle.io.archive.spi.ArchiveEntry
Returns the icon that FileSystemView and FileTreeCellRenderer should display for this entry if it is closed/collapsed in the view.
getClosedIcon() - Method in class de.schlichtherle.io.archive.spi.RfsEntry
Returns null.
getClosedIcon() - Method in class de.schlichtherle.io.archive.tar.TarEntry
 
getClosedIcon() - Method in class de.schlichtherle.io.archive.zip.ZipEntry
 
getClosedIcon() - Method in class de.schlichtherle.io.File
Returns an icon for this file or directory if it is in closed state for JFileTree or null if the default should be used.
getClosedIcon() - Method in class de.schlichtherle.io.swing.tree.FileTreeCellRenderer
 
getComboBox() - Method in class de.schlichtherle.swing.AbstractComboBoxBrowser
Returns the combo box which this object is auto completing.
getComment() - Method in class de.schlichtherle.util.zip.BasicZipFile
Returns the comment of this ZIP compatible file or null if no comment exists.
getComment() - Method in class de.schlichtherle.util.zip.BasicZipOutputStream
Returns the file comment.
getComment() - Method in class de.schlichtherle.util.zip.ZipEntry
 
getComment() - Method in class de.schlichtherle.util.zip.ZipOutputStream
 
getCompressedSize() - Method in class de.schlichtherle.util.zip.ZipEntry
Returns the Compressed Size of this entry.
getCounter() - Method in class de.schlichtherle.util.ThreadLocalCounter
 
getCrc() - Method in class de.schlichtherle.util.zip.ZipEntry
 
getCreateKey() - Method in class de.schlichtherle.key.AbstractKeyProvider
Forwards the call to AbstractKeyProvider.getCreateKeyImpl().
getCreateKey() - Method in interface de.schlichtherle.key.KeyProvider
Returns the key which may be used to create a new protected resource or entirely replace the contents of an already existing protected resource.
getCreateKey() - Method in class de.schlichtherle.key.passwd.swing.CreateKeyPanel
Getter for property createKey.
getCreateKeyImpl() - Method in class de.schlichtherle.key.AbstractKeyProvider
Returns the key which should be used to create a new protected resource or entirely replace the contents of an already existing protected resource.
getCreateKeyImpl() - Method in class de.schlichtherle.key.PromptingKeyProvider
Returns a clone of the key which may be used to create a new protected resource or entirely replace the contents of an already existing protected resource.
getCreateKeyPanel() - Method in class de.schlichtherle.key.passwd.swing.PromptingKeyProviderUI
Deprecated. This method is not used anymore and will be removed for the next major release number. It's use may dead lock the GUI. Use PromptingKeyProviderUI.createCreateKeyPanel() instead.
getCreatePasswd() - Method in interface de.schlichtherle.crypto.io.raes.Type0RaesParameters
Returns the password required to create or overwrite the RAES type 0 file.
getDateTimeConverter() - Method in class de.schlichtherle.io.archive.zip.JarEntry
 
getDateTimeConverter() - Method in class de.schlichtherle.io.archive.zip.ZipEntry
 
getDateTimeConverter() - Method in class de.schlichtherle.util.zip.ZipEntry
Returns a DateTimeConverter for the conversion of Java time to DOS date/time fields and vice versa.
getDefaultArchiveDetector() - Static method in class de.schlichtherle.io.File
Returns the default ArchiveDetector to be used if no archive detector is passed explicitly to the constructor of a File instance.
getDefaultSuffix() - Method in class de.schlichtherle.io.swing.JFileTree
Getter for bound property defaultSuffix.
getDelay() - Method in class de.schlichtherle.key.passwd.swing.BasicInvalidKeyFeedback
Returns the delay for reenabling the default button in the root pane.
getDelegate() - Method in class de.schlichtherle.io.File
This method is not intended for public use!
getDescendant() - Method in exception de.schlichtherle.io.ContainsFileException
 
getDirectory() - Method in class de.schlichtherle.io.swing.FileComboBoxBrowser
Returns the directory which is used to complete relative path names.
getDirectory() - Static method in class de.schlichtherle.io.util.Temps
Returns the directory for temporary files.
getDosTime() - Method in class de.schlichtherle.util.zip.ZipEntry
 
getEditedNode() - Method in class de.schlichtherle.io.swing.JFileTree
Returns the node that is currently edited, if any.
getEnclArchive() - Method in interface de.schlichtherle.io.archive.Archive
 
getEnclArchive() - Method in class de.schlichtherle.io.File
Returns the enclosing archive file in this path.
getEnclEntryName() - Method in class de.schlichtherle.io.File
Returns the entry path in the enclosing archive file.
getEncoding() - Method in class de.schlichtherle.io.archive.spi.AbstractArchiveDriver
Deprecated. Use AbstractArchiveDriver.getCharset() instead.
getEncoding() - Method in class de.schlichtherle.util.zip.BasicZipFile
Deprecated. Use BasicZipFile.getCharset() instead.
getEncoding() - Method in class de.schlichtherle.util.zip.BasicZipOutputStream
Returns the charset to use for filenames and the file comment.
getEntry(String) - Method in class de.schlichtherle.util.zip.BasicZipFile
Returns the ZipEntry for the given name or null if no entry with that name exists.
getEntry(String) - Method in class de.schlichtherle.util.zip.BasicZipOutputStream
Returns the ZipEntry for the given name or null if no entry with that name exists.
getEntry(String) - Method in class de.schlichtherle.util.zip.ZipFile
Returns a clone of the ZipEntry for the given name or null if no entry with that name exists.
getEntry(String) - Method in class de.schlichtherle.util.zip.ZipOutputStream
Returns a clone of the ZipEntry for the given name or null if no entry with that name exists.
getError() - Method in class de.schlichtherle.key.passwd.swing.CreateKeyPanel
Getter for property error.
getError() - Method in class de.schlichtherle.key.passwd.swing.OpenKeyPanel
Getter for property error.
getExpectedCrc() - Method in exception de.schlichtherle.util.zip.CRC32Exception
Returns the CRC-32 value which has been read from the ZIP file.
getExtra() - Method in class de.schlichtherle.util.zip.ZipEntry
Returns a protective copy of the serialized Extra Fields.
getExtraDataUI() - Method in class de.schlichtherle.key.passwd.swing.CreateKeyPanel
Getter for property extraDataUI.
getExtraDataUI() - Method in class de.schlichtherle.key.passwd.swing.OpenKeyPanel
Getter for property extraDataUI.
getFeedback() - Method in class de.schlichtherle.key.passwd.swing.CreateKeyPanel
Returns the feedback to run when this panel is shown in its ancestor window.
getFeedback() - Method in class de.schlichtherle.key.passwd.swing.OpenKeyPanel
Returns the feedback to run when this panel is shown in its ancestor window.
getFile() - Method in class de.schlichtherle.io.archive.spi.RfsEntry
Returns the adapted file.
getFilePointer() - Method in class de.schlichtherle.crypto.io.CipherReadOnlyFile
 
getFilePointer() - Method in class de.schlichtherle.io.rof.BufferedReadOnlyFile
 
getFilePointer() - Method in class de.schlichtherle.io.rof.ChannelReadOnlyFile
 
getFilePointer() - Method in class de.schlichtherle.io.rof.FastReadOnlyFile
Deprecated.  
getFilePointer() - Method in class de.schlichtherle.io.rof.FilterReadOnlyFile
 
getFilePointer() - Method in class de.schlichtherle.io.rof.MemoryMappedReadOnlyFile
Deprecated.  
getFilePointer() - Method in interface de.schlichtherle.io.rof.ReadOnlyFile
 
getFiles(File, boolean) - Method in class de.schlichtherle.io.swing.FileSystemView
 
getFileSystemView() - Static method in class de.schlichtherle.io.swing.FileSystemView
 
getFileSystemView(ArchiveDetector) - Static method in class de.schlichtherle.io.swing.FileSystemView
 
getIcon(File) - Method in class de.schlichtherle.io.swing.JFileChooser
 
getIndexOfChild(Object, Object) - Method in class de.schlichtherle.io.swing.tree.FileTreeModel
 
getInnerArchive() - Method in class de.schlichtherle.io.File
Returns the innermost archive file in this path.
getInnerEntryName() - Method in class de.schlichtherle.io.File
Returns the entry name in the innermost archive file.
getInputStream(ArchiveEntry, ArchiveEntry) - Method in interface de.schlichtherle.io.archive.spi.InputArchive
Returns a new InputStream for reading the contents of the given archive entry.
getInputStream(ArchiveEntry, ArchiveEntry) - Method in class de.schlichtherle.io.archive.tar.TarInputArchive
 
getInputStream(ArchiveEntry, ArchiveEntry) - Method in class de.schlichtherle.io.archive.zip.CheckedJarInputArchive
Overridden to read from a checked input stream.
getInputStream(ArchiveEntry, ArchiveEntry) - Method in class de.schlichtherle.io.archive.zip.CheckedZipInputArchive
Overridden to read from a checked input stream.
getInputStream(ArchiveEntry, ArchiveEntry) - Method in class de.schlichtherle.io.archive.zip.ZipInputArchive
 
getInputStream(String) - Method in class de.schlichtherle.util.zip.BasicZipFile
Equivalent to getInputStream(name, false, true).
getInputStream(ZipEntry) - Method in class de.schlichtherle.util.zip.BasicZipFile
Equivalent to getInputStream(entry.getName(), false, true) instead.
getInputStream(String, boolean) - Method in class de.schlichtherle.util.zip.BasicZipFile
Deprecated.  
getInputStream(ZipEntry, boolean) - Method in class de.schlichtherle.util.zip.BasicZipFile
Deprecated.  
getInputStream(String, boolean, boolean) - Method in class de.schlichtherle.util.zip.BasicZipFile
Returns an InputStream for reading the inflated or deflated data of the given entry.
getInputStream(String, boolean, boolean) - Method in class de.schlichtherle.util.zip.ZipFile
 
getInstance(OutputStream, RaesParameters) - Static method in class de.schlichtherle.crypto.io.raes.RaesOutputStream
Creates a new instance of RaesOutputStream.
getInstance(File, RaesParameters) - Static method in class de.schlichtherle.crypto.io.raes.RaesReadOnlyFile
Creates a new instance of RaesReadOnlyFile.
getInstance(ReadOnlyFile, RaesParameters) - Static method in class de.schlichtherle.crypto.io.raes.RaesReadOnlyFile
Creates a new instance of RaesReadOnlyFile.
getInstance() - Static method in class de.schlichtherle.key.KeyManager
Returns the default instance of the key manager.
getInvalidCreateKeyFeedback() - Method in class de.schlichtherle.key.passwd.swing.PromptingKeyProviderUI
 
getInvalidOpenKeyFeedback() - Method in class de.schlichtherle.key.passwd.swing.PromptingKeyProviderUI
 
getKey() - Method in class de.schlichtherle.key.AbstractKeyProvider
Deprecated. You should not use this method from this class. It will be moved to a subclass in the next major version release.
getKeyFilePath() - Method in class de.schlichtherle.key.passwd.swing.AuthenticationPanel
Returns the path of the key file.
getKeyProvider(String) - Method in class de.schlichtherle.key.KeyManager
Deprecated. Use #getKeyProvider(String, Class) instead.
getKeyProvider(String, Class) - Method in class de.schlichtherle.key.KeyManager
Returns the KeyProvider for the given resource identifier.
getKeyProvider(String, Class) - Method in class de.schlichtherle.key.PromptingKeyManager
Behaves like the super class implementation, but adds additional behaviour in case the resulting key provider is an instance of PromptingKeyProvider.
getKeySizeBits() - Method in class de.schlichtherle.crypto.io.raes.RaesOutputStream
Returns the key size in bits which is actually used to encrypt or decrypt the data for this output stream.
getKeySizeBits() - Method in class de.schlichtherle.crypto.io.raes.RaesReadOnlyFile
Returns the key size in bits which is actually used to decrypt the data of this RAES file.
getKeyStrength() - Method in interface de.schlichtherle.crypto.io.raes.Type0RaesParameters
Returns the key strength to use for creating or overwriting the RAES file.
getKeyStrength() - Method in interface de.schlichtherle.key.AesKeyProvider
Returns the cipher key strength for the AES encryption.
getKeyStrength() - Method in class de.schlichtherle.key.passwd.swing.AesKeyStrengthPanel
Getter for the metaData property .
getKeyStrength() - Method in class de.schlichtherle.key.PromptingAesKeyProvider
 
getLeafIcon() - Method in class de.schlichtherle.io.swing.tree.FileTreeCellRenderer
 
getLevel() - Method in class de.schlichtherle.io.archive.tar.TarBZip2Driver
Returns the value of the property inBlockSize which was provided to the constructor.
getLevel() - Method in class de.schlichtherle.io.archive.tar.TarGZipDriver
Returns the value of the property preambled which was provided to the constructor.
getLevel() - Method in class de.schlichtherle.io.archive.zip.ZipDriver
Returns the value of the property level which was provided to the constructor.
getLevel() - Method in class de.schlichtherle.util.zip.BasicZipOutputStream
Returns the compression level currently used.
getLevel() - Method in class de.schlichtherle.util.zip.ZipOutputStream
 
getListeners(Class) - Method in class de.schlichtherle.swing.EnhancedPanel
 
getLiveArchiveStatistics() - Static method in class de.schlichtherle.io.File
Returns a proxy instance which encapsulates live statistics about the total set of archives operated by this package.
getMaxPrintExceptions() - Static method in exception de.schlichtherle.io.ChainableIOException
 
getMetaData() - Method in interface de.schlichtherle.io.archive.spi.ArchiveEntry
Returns the meta data for this archive entry.
getMetaData() - Method in interface de.schlichtherle.io.archive.spi.InputArchive
Returns the meta data for this input archive.
getMetaData() - Method in class de.schlichtherle.io.archive.spi.MultiplexedOutputArchive
 
getMetaData() - Method in interface de.schlichtherle.io.archive.spi.OutputArchive
Returns the meta data for this input archive.
getMetaData() - Method in class de.schlichtherle.io.archive.spi.RfsEntry
Returns null.
getMetaData() - Method in class de.schlichtherle.io.archive.tar.TarEntry
 
getMetaData() - Method in class de.schlichtherle.io.archive.tar.TarInputArchive
 
getMetaData() - Method in class de.schlichtherle.io.archive.tar.TarOutputArchive
 
getMetaData() - Method in class de.schlichtherle.io.archive.zip.ZipEntry
 
getMetaData() - Method in class de.schlichtherle.io.archive.zip.ZipInputArchive
 
getMetaData() - Method in class de.schlichtherle.io.archive.zip.ZipOutputArchive
 
getMethod() - Method in class de.schlichtherle.util.zip.BasicZipOutputStream
Returns the default compression method for subsequent entries.
getMethod() - Method in class de.schlichtherle.util.zip.ZipEntry
Returns the compression method for this entry.
getMethod() - Method in class de.schlichtherle.util.zip.ZipOutputStream
 
getName() - Method in interface de.schlichtherle.io.archive.spi.ArchiveEntry
Returns the archive entry name.
getName() - Method in class de.schlichtherle.io.archive.spi.RfsEntry
Returns the name provided to the constructor.
getName() - Method in class de.schlichtherle.io.File
 
getName() - Method in class de.schlichtherle.util.zip.ZipEntry
Returns the ZIP entry name.
getNonArchivedParentFile() - Method in class de.schlichtherle.io.File
Returns the first parent directory (starting from this file) which is not an archive file or a file located in an archive file.
getNormalizedAbsoluteFile() - Method in class de.schlichtherle.io.File
Similar to File.getAbsoluteFile(), but removes any ".
getNormalizedAbsolutePath() - Method in class de.schlichtherle.io.File
Similar to File.getAbsolutePath(), but removes any ".
getNormalizedFile() - Method in class de.schlichtherle.io.File
Removes any ".
getNormalizedPath() - Method in class de.schlichtherle.io.File
Removes any ".
getNumArchiveEntries() - Method in interface de.schlichtherle.io.archive.spi.InputArchive
Returns the number of ArchiveEntry instances in this archive.
getNumArchiveEntries() - Method in class de.schlichtherle.io.archive.spi.MultiplexedOutputArchive
 
getNumArchiveEntries() - Method in interface de.schlichtherle.io.archive.spi.OutputArchive
Returns the number of ArchiveEntry instances in this archive.
getNumArchiveEntries() - Method in class de.schlichtherle.io.archive.tar.TarInputArchive
 
getNumArchiveEntries() - Method in class de.schlichtherle.io.archive.tar.TarOutputArchive
 
getNumArchiveEntries() - Method in class de.schlichtherle.io.archive.zip.ZipInputArchive
 
getNumArchiveEntries() - Method in class de.schlichtherle.io.archive.zip.ZipOutputArchive
 
getNumStreams() - Method in exception de.schlichtherle.io.ArchiveInputBusyException
Returns the number of open entry input streams, whereby an open stream is a stream which's close() method hasn't been called.
getNumStreams() - Method in exception de.schlichtherle.io.ArchiveInputBusyWarningException
Returns the number of open entry input streams, whereby an open stream is a stream which's close() method hasn't been called.
getNumStreams() - Method in exception de.schlichtherle.io.ArchiveOutputBusyException
Returns the number of open entry output streams, whereby an open stream is a stream which's close() method hasn't been called.
getNumStreams() - Method in exception de.schlichtherle.io.ArchiveOutputBusyWarningException
Returns the number of open entry output streams, whereby an open stream is a stream which's close() method hasn't been called.
getOpenIcon(Archive) - Method in class de.schlichtherle.io.archive.spi.AbstractArchiveDriver
Returns the value of the property openIcon which was provided to the constructor.
getOpenIcon(Archive) - Method in interface de.schlichtherle.io.archive.spi.ArchiveDriver
Returns the icon that FileTreeCellRenderer should display for the given archive.
getOpenIcon() - Method in interface de.schlichtherle.io.archive.spi.ArchiveEntry
Returns the icon that FileTreeCellRenderer should display for this entry if it is open/expanded in the view.
getOpenIcon() - Method in class de.schlichtherle.io.archive.spi.RfsEntry
Returns null.
getOpenIcon() - Method in class de.schlichtherle.io.archive.tar.TarEntry
 
getOpenIcon() - Method in class de.schlichtherle.io.archive.zip.ZipEntry
 
getOpenIcon() - Method in class de.schlichtherle.io.File
Returns an icon for this file or directory if it is in open state for JFileTree or null if the default should be used.
getOpenIcon() - Method in class de.schlichtherle.io.swing.tree.FileTreeCellRenderer
 
getOpenKey() - Method in class de.schlichtherle.key.AbstractKeyProvider
Forwards the call to AbstractKeyProvider.getOpenKeyImpl() and enforces a three seconds suspension penalty if AbstractKeyProvider.invalidOpenKey() was called by the same thread before.
getOpenKey() - Method in interface de.schlichtherle.key.KeyProvider
Returns the key which may be used to open an existing protected resource in order to access its contents.
getOpenKey() - Method in class de.schlichtherle.key.passwd.swing.OpenKeyPanel
Getter for property openKey.
getOpenKeyImpl() - Method in class de.schlichtherle.key.AbstractKeyProvider
Returns the key which should be used to open an existing protected resource in order to access its contents.
getOpenKeyImpl() - Method in class de.schlichtherle.key.PromptingKeyProvider
Returns a clone of the key which may be used to open an existing protected resource in order to access its contents.
getOpenKeyPanel() - Method in class de.schlichtherle.key.passwd.swing.PromptingKeyProviderUI
Deprecated. This method is not used anymore and will be removed for the next major release number. It's use may dead lock the GUI. Use PromptingKeyProviderUI.createOpenKeyPanel() instead.
getOpenPasswd() - Method in interface de.schlichtherle.crypto.io.raes.Type0RaesParameters
Returns the password required to open the RAES type 0 file for reading.
getOutputStream(ArchiveEntry, ArchiveEntry) - Method in class de.schlichtherle.io.archive.spi.MultiplexedOutputArchive
 
getOutputStream(ArchiveEntry, ArchiveEntry) - Method in interface de.schlichtherle.io.archive.spi.OutputArchive
Returns a new OutputStream for writing the contents of the given archive entry.
getOutputStream(ArchiveEntry, ArchiveEntry) - Method in class de.schlichtherle.io.archive.tar.TarOutputArchive
 
getOutputStream(ArchiveEntry, ArchiveEntry) - Method in class de.schlichtherle.io.archive.zip.OdfOutputArchive
 
getOutputStream(ArchiveEntry, ArchiveEntry) - Method in class de.schlichtherle.io.archive.zip.ZipOutputArchive
 
getPanel() - Method in class de.schlichtherle.key.passwd.swing.BasicFeedback
 
getPanel() - Method in interface de.schlichtherle.key.passwd.swing.Feedback
Returns the panel which is used to provide feedback.
getPanelListeners() - Method in class de.schlichtherle.swing.EnhancedPanel
Returns an array of all the panel listeners registered on this component.
getParameters(Class) - Method in class de.schlichtherle.crypto.io.raes.KeyManagerRaesParameters
 
getParameters(Class) - Method in interface de.schlichtherle.crypto.io.raes.RaesParametersAgent
Requests an RaesParameters instance of the given type.
getParent() - Method in class de.schlichtherle.io.File
 
getParentDirectory(File) - Method in class de.schlichtherle.io.swing.FileSystemView
 
getParentFile() - Method in class de.schlichtherle.io.File
Behaves like the superclass implementation, but actually either returns null or a new instance of this class, so you can safely cast it.
getParentWindow() - Static method in class de.schlichtherle.key.passwd.swing.PromptingKeyManager
Returns a window which is suitable to be the parent of the dialog used to prompt the user for a key.
getPath() - Method in interface de.schlichtherle.io.archive.Archive
Returns the canonical path of the archive file.
getPath() - Method in class de.schlichtherle.io.File
 
getPlatform() - Method in class de.schlichtherle.util.zip.ZipEntry
 
getPostambled() - Method in class de.schlichtherle.io.archive.zip.ZipDriver
Returns the value of the property postambled which was provided to the constructor.
getPostambleInputStream() - Method in class de.schlichtherle.util.zip.BasicZipFile
Returns an InputStream to read the postamble of this ZIP compatible file.
getPostambleInputStream() - Method in class de.schlichtherle.util.zip.ZipFile
 
getPostambleLength() - Method in class de.schlichtherle.util.zip.BasicZipFile
Returns the length of the postamble of this ZIP compatible file in bytes.
getPreambled() - Method in class de.schlichtherle.io.archive.zip.ZipDriver
Returns the value of the property preambled which was provided to the constructor.
getPreambleInputStream() - Method in class de.schlichtherle.util.zip.BasicZipFile
Returns an InputStream to read the preamble of this ZIP compatible file.
getPreambleInputStream() - Method in class de.schlichtherle.util.zip.ZipFile
 
getPreambleLength() - Method in class de.schlichtherle.util.zip.BasicZipFile
Returns the length of the preamble of this ZIP compatible file in bytes.
getPrior() - Method in exception de.schlichtherle.io.ChainableIOException
 
getPriority() - Method in exception de.schlichtherle.io.ArchiveBusyException
 
getPriority() - Method in exception de.schlichtherle.io.ArchiveWarningException
 
getPriority() - Method in exception de.schlichtherle.io.ChainableIOException
Returns the priority for this class of exception.
getRaesParameters(Archive) - Method in class de.schlichtherle.io.archive.zip.raes.AbstractZipRaesDriver
Returns the RaesParameters for the given canonical path name.
getResourceID() - Method in class de.schlichtherle.key.passwd.swing.CreateKeyPanel
Getter for property resourceID.
getResourceID() - Method in class de.schlichtherle.key.passwd.swing.OpenKeyPanel
Getter for property resourceID.
getResourceID() - Method in class de.schlichtherle.key.PromptingKeyProvider
Returns the unique resource identifier of the protected resource for which this key provider is used.
getRoot() - Method in class de.schlichtherle.io.swing.tree.FileTreeModel
Returns the root of this tree model.
getSelectedFile() - Method in class de.schlichtherle.io.swing.JFileChooser
Returns a de.schlichtherle.io.File instead of java.io.File.
getSelectedFiles() - Method in class de.schlichtherle.io.swing.JFileChooser
Returns an array of de.schlichtherle.io.File objects instead of java.io.File objects.
getSize() - Method in interface de.schlichtherle.io.archive.spi.ArchiveEntry
Returns the (uncompressed) size of the archive entry in bytes, or UNKNOWN if not specified.
getSize() - Method in class de.schlichtherle.io.archive.spi.RfsEntry
Returns the file size.
getSize() - Method in class de.schlichtherle.util.zip.ZipEntry
Returns the (Uncompressed) Size of this entry.
getSourcePanel() - Method in class de.schlichtherle.swing.event.PanelEvent
Returns the source of this event as an EnhancedPanel or null if it's not an instance of this class.
getSuffixes() - Method in class de.schlichtherle.io.DefaultArchiveDetector
Returns the set of archive file suffixes recognized by this archive detector in canonical form.
getSystemDisplayName(File) - Method in class de.schlichtherle.io.swing.FileSystemView
 
getSystemIcon(File) - Method in class de.schlichtherle.io.swing.FileSystemView
 
getSystemTypeDescription(File) - Method in class de.schlichtherle.io.swing.FileSystemView
 
getTime() - Method in interface de.schlichtherle.io.archive.spi.ArchiveEntry
Returns the last modification time of this archive entry since the epoch, or UNKNOWN if not specified.
getTime() - Method in class de.schlichtherle.io.archive.spi.RfsEntry
Returns the file's last modification time.
getTime() - Method in class de.schlichtherle.io.archive.tar.TarEntry
 
getTime() - Method in class de.schlichtherle.util.zip.ZipEntry
 
getTimeout() - Method in exception de.schlichtherle.awt.EventDispatchTimeoutException
 
getTopLevelArchive() - Method in class de.schlichtherle.io.File
Returns The top level archive file in the path or null if this path does not denote an archive.
getTopLevelArchivesTotal() - Method in interface de.schlichtherle.io.ArchiveStatistics
Returns the total number of top level archives operated by this package.
getTopLevelArchivesTouched() - Method in interface de.schlichtherle.io.ArchiveStatistics
Returns the number of top level archives which have been changed and hence need to be processed on the next call to File.update() or File.umount().
getTransientCause() - Method in exception de.schlichtherle.io.archive.spi.TransientIOException
Returns the transient cause of this exception as an IOException - null is never returned.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class de.schlichtherle.io.swing.tree.FileTreeCellRenderer
 
getTreePath(File) - Method in class de.schlichtherle.io.swing.tree.FileTreeModel
Deprecated. Use FileTreeModel.createTreePath(java.io.File) instead.
getTypeDescription(File) - Method in class de.schlichtherle.io.swing.JFileChooser
 
getUIClassID() - Method in class de.schlichtherle.key.PromptingAesKeyProvider
 
getUIClassID() - Method in class de.schlichtherle.key.PromptingKeyProvider
Returns the identifier which is used by the PromptingKeyManager to look up an instance of the PromptingKeyProviderUI user interface class which is then used to prompt the user for a key.
getUnderlyingCipher() - Method in class de.schlichtherle.crypto.modes.SICSeekableBlockCipher
return the underlying blockCounter cipher that we are wrapping.
getUnknownCreateKeyFeedback() - Method in class de.schlichtherle.key.passwd.swing.PromptingKeyProviderUI
 
getUnknownOpenKeyFeedback() - Method in class de.schlichtherle.key.passwd.swing.PromptingKeyProviderUI
 
getUpdateTotalByteCountRead() - Method in interface de.schlichtherle.io.ArchiveStatistics
Returns the total number of bytes read from all non-enclosed archive files which are updated during File.update() or File.umount().
getUpdateTotalByteCountWritten() - Method in interface de.schlichtherle.io.ArchiveStatistics
Returns the total number of bytes written to all non-enclosed archive files which are updated during File.update() or File.umount().
getValue() - Method in class de.schlichtherle.util.ThreadLocalLong
 

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