@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
See: Description
| Interface | Description |
|---|---|
| Entry |
Represents an entry in an entry container,
for example an archive file or a file system etc.
|
| EntryContainer<E extends Entry> |
An iterable container for entries.
|
| MutableEntry |
Represents a mutable entry in a container.
|
| Class | Description |
|---|---|
| DecoratingEntry<E extends Entry> |
An abstract decorator for an entry.
|
| DecoratingEntryContainer<E extends Entry,C extends EntryContainer<E>> |
An abstract decorator for an entry container.
|
| EntryName |
Addresses an entry in an entry container.
|
| EntryNameBeanInfo |
Provides a persistence delegate to support
XMLEncoder/XMLDecoder. |
| Enum | Description |
|---|---|
| Entry.Access |
Defines the type of access information for an entry.
|
| Entry.Size |
Defines the type of size information for an entry.
|
| Entry.Type |
Defines the type of entry.
|
Copyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.