| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<FileChange>
oracle.ide.file.FileChanges
public final class FileChanges
A collection of changes to files.
| Method Summary | |
|---|---|
|  FileChange | getChange(java.net.URL file)Get the change for a specific file, if it has changed. | 
|  long | getCookie()Get the cookie for this file table. | 
|  int | getVersion()Get the version number of the file table or scope after these changes. | 
|  java.util.Iterator<FileChange> | iterator()Returns an iterator over the file changes. | 
|  int | size()Get the number of changes. | 
| Methods inherited from class java.util.AbstractCollection | 
|---|
| add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface java.util.Collection | 
|---|
| equals, hashCode | 
| Method Detail | 
|---|
public FileChange getChange(@NotNull
                            java.net.URL file)
file - the URL of the file
null if the file has not changedpublic int size()
size in interface java.util.Collection<FileChange>size in class java.util.AbstractCollection<FileChange>public int getVersion()
public long getCookie()
public java.util.Iterator<FileChange> iterator()
iterator in interface java.lang.Iterable<FileChange>iterator in interface java.util.Collection<FileChange>iterator in class java.util.AbstractCollection<FileChange>| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||