|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogicalFile | |
---|---|
org.gridlab.gat | This package contains classes and interfaces which are used throughout the GAT application API. |
Uses of LogicalFile in org.gridlab.gat |
---|
Methods in org.gridlab.gat that return LogicalFile | |
---|---|
static LogicalFile |
GAT.createLogicalFile(GATContext gatContext,
Preferences preferences,
String name,
int mode)
This method creates a LogicalFile corresponding to the passed URI
(in String format) instance using a specified GATContext
with additional Preferences . |
static LogicalFile |
GAT.createLogicalFile(GATContext gatContext,
String name,
int mode)
This method creates a LogicalFile corresponding to the passed URI
(in String format) instance using a specified GATContext . |
static LogicalFile |
GAT.createLogicalFile(Preferences preferences,
String name,
int mode)
This method creates a LogicalFile corresponding to the passed URI
(in String format) instance using the default GATContext
with additional Preferences . |
static LogicalFile |
GAT.createLogicalFile(String name,
int mode)
This method creates a LogicalFile corresponding to the passed URI
(in String format) instance using the default GATContext . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |