| Package | Description | 
|---|---|
| oracle.ide.file | 
 Classes and interfaces used to track changes to files. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static FileTableVisitor.Result | 
FileTableVisitor.Result.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static FileTableVisitor.Result[] | 
FileTableVisitor.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
FileTableVisitor.Result | 
FileTableVisitor.visitFile(int id,
         java.lang.String parentPath,
         java.lang.String fileName,
         FileChange.Type type)  |