Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members
cpi::FileCpi Class ReferenceCapability provider interface to the File class.
More...
Inheritance diagram for cpi::FileCpi:
[legend]Collaboration diagram for cpi::FileCpi:
[legend]List of all members.
Detailed Description
Capability provider interface to the File class.
Capability provider wishing to provide the functionality of the File class must extend this class and implement all of the abstract methods in this class. Each abstract method in this class mirrors the corresponding method in this File class and will be used to implement the corresponding method in the File class at runtime.
Definition at line 18 of file FileCpi.java.
Constructor & Destructor Documentation
| cpi::FileCpi::FileCpi |
( |
GATContext |
gatContext, |
|
|
Preferences |
preferences, |
|
|
URI |
location |
|
) |
[inline, protected] |
|
The documentation for this class was generated from the following file:
|