|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.oodt.pcs.input.PGEConfigFileReader
public class PGEConfigFileReader
A Reader for reading the constructs defined in a PGEConfigurationFile.
The constructs are read and a new PGEConfigurationFile object is
constructed and returned.
| Constructor Summary | |
|---|---|
PGEConfigFileReader()
Default Constructor |
|
| Method Summary | |
|---|---|
PGEConfigurationFile |
read(InputStream is)
Reads a PGEConfigurationFile from the specified is
InputStream. |
PGEConfigurationFile |
read(URL url)
Reads the PGE Configuration file from the given url. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PGEConfigFileReader()
Default Constructor
| Method Detail |
|---|
public PGEConfigurationFile read(URL url)
throws PGEConfigFileException
Reads the PGE Configuration file from the given url.
url - The URL pointer to the pge configuration file.
PGEConfigurationFile object, created from the
specified URL.
PGEConfigFileException - If there is an error reading the url.
public PGEConfigurationFile read(InputStream is)
throws PGEConfigFileException
Reads a PGEConfigurationFile from the specified is
InputStream.
is - The InputStream to read the PGEConfigurationFile from.
PGEConfigurationFile, created from the specified
InputStream.
PGEConfigFileException - If any error occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||