|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
PromptingAesKeyProviderUI.createAesKeyStrengthPanel()
instead.
Window
of this Panel
or
null
if the component is not (yet) placed in a
Window
.
null
if the
source of this event is not an EnhancedPanel
.
ArchiveDetector
that was used to construct this
object - never null
.
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.
ArchiveEntry
instances in this
archive.
ArchiveEntry
instances in this
archive (i.e. written so far).
ArchiveEntry
for the given entry name or
null
if no entry with this name exists.
ArchiveEntry
for the given entry name or
null
if no entry with this name has been written
or started to be written.
File.update()
or
File.umount()
.
BlockCipher.processBlock(byte[], int, byte[], int)
is called.
charset
which was
provided to the constructor.
getInputStream(name, true, true)
.
getInputStream(entry.getName(), true, true)
instead.
closedIcon
which was
provided to the constructor.
FileSystemView
and FileTreeCellRenderer
should
display for the given archive.
FileSystemView
and FileTreeCellRenderer
should
display for this entry if it is closed/collapsed in the view.
null
.
JFileTree
or null
if the default should be used.
null
if no comment exists.
AbstractKeyProvider.getCreateKeyImpl()
.
createKey
.
PromptingKeyProviderUI.createCreateKeyPanel()
instead.
DateTimeConverter
for the conversion of Java time
to DOS date/time fields and vice versa.
ArchiveDetector
to be used if no
archive detector is passed explicitly to the constructor of a
File
instance.
AbstractArchiveDriver.getCharset()
instead.
BasicZipFile.getCharset()
instead.
ZipEntry
for the given name or
null
if no entry with that name exists.
ZipEntry
for the given name or
null
if no entry with that name exists.
ZipEntry
for the given name or
null
if no entry with that name exists.
ZipEntry
for the given name or
null
if no entry with that name exists.
error
.
error
.
extraDataUI
.
extraDataUI
.
InputStream
for reading the contents of the
given archive entry.
getInputStream(name, false, true)
.
getInputStream(entry.getName(), false, true)
instead.
InputStream
for reading the inflated or
deflated data of the given entry.
RaesOutputStream
.
RaesReadOnlyFile
.
KeyProvider
for the given resource identifier.
PromptingKeyProvider
.
inBlockSize
which was
provided to the constructor.
preambled
which was
provided to the constructor.
level
which was
provided to the constructor.
null
.
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
-
|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |