|
Groovy 2.2.0 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum
groovy.io.FileType
public enum FileType extends Enum
Represents particular files of interest.
| Enum Constant Summary | |
|---|---|
ANY
|
|
DIRECTORIES
|
|
FILES
|
|
| Method Summary |
|---|
| Methods inherited from class Enum | |
|---|---|
| name, equals, toString, hashCode, compareTo, compareTo, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Enum Constant Detail |
|---|
FileType ANY
FileType DIRECTORIES
FileType FILES
Copyright © 2003-2013 The Codehaus. All rights reserved.