|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<FileFilter.AcceptMode>
net.ranides.assira.io.FileFilter.AcceptMode
public static enum FileFilter.AcceptMode
Tryb generowania wyniku listowania zawartości katalogów przez filtr.
| Enum Constant Summary | |
|---|---|
ANY_DIRECTORY
Dodaje do wyniku wszystkie napotkane katalogi |
|
ANY_FILE
Dodaje do wyniku wszystkie napotkane pliki |
|
DIRECTORY
Dodaje do wyniku katalogi spełniające warunki filtru. |
|
FILE
Dodaje do wyniku pliki spełniające warunki filtru. |
|
RECURSIVE
Przegląda katalog wgłąb |
|
| Method Summary | |
|---|---|
static FileFilter.AcceptMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FileFilter.AcceptMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final FileFilter.AcceptMode FILE
public static final FileFilter.AcceptMode ANY_FILE
public static final FileFilter.AcceptMode DIRECTORY
public static final FileFilter.AcceptMode ANY_DIRECTORY
public static final FileFilter.AcceptMode RECURSIVE
| Method Detail |
|---|
public static FileFilter.AcceptMode[] values()
for (FileFilter.AcceptMode c : FileFilter.AcceptMode.values()) System.out.println(c);
public static FileFilter.AcceptMode valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||