Package | Description |
---|---|
net.java.truecommons.cio |
Provides generic services for reading and writing
entries in
containers,
e.g. file systems, archive files or I/O buffer pools.
|
Modifier and Type | Field and Description |
---|---|
static BitField<Entry.Type> |
Entry.ALL_TYPES
A bit field of all enums in
Entry.Type . |
static BitField<Entry.Type> |
Entry.DIRECTORY_TYPE
A bit field of just
DIRECTORY . |
static BitField<Entry.Type> |
Entry.FILE_TYPE
A bit field of just
FILE . |
static BitField<Entry.Type> |
Entry.NO_TYPES
A bit field of no enums in
Entry.Type . |
static BitField<Entry.Type> |
Entry.SPECIAL_TYPE
A bit field of just
SPECIAL . |
static BitField<Entry.Type> |
Entry.SYMLINK_TYPE
A bit field of just
SYMLINK . |
Modifier and Type | Method and Description |
---|---|
static Entry.Type |
Entry.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Entry.Type[] |
Entry.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2018 Schlichtherle IT Services. All rights reserved.