Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.ide.index.file
Interface FileChange


public interface FileChange

Provides information about a file change.


Nested Class Summary
static class FileChange.Type
          The types of file changes.
 
Method Summary
 long getTimestamp()
          Get the new timestamp of the file, if known.
 FileChange.Type getType()
          Get the type of change.
 java.net.URL getURL()
          Get the URL of the changed file.
 

Method Detail

getType

FileChange.Type getType()
Get the type of change.

Returns:
the type of change

getURL

java.net.URL getURL()
Get the URL of the changed file.

Returns:
the URL of the changed file

getTimestamp

long getTimestamp()
Get the new timestamp of the file, if known.

Returns:
the new timestamp of the file, or -1 if not known

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.