|
GATE Version 3.1-2270 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgate.Gate.DirectoryInfo
public static class Gate.DirectoryInfo
Stores information about the contents of a CREOLE directory.
| Field Summary | |
|---|---|
protected List |
resourceInfoList
The list of Gate.ResourceInfo objects. |
protected URL |
url
The URL for the CREOLE directory. |
protected boolean |
valid
Is the directory valid (i.e. is the location reachable and the creole.xml file parsable). |
| Constructor Summary | |
|---|---|
Gate.DirectoryInfo(URL url)
|
|
| Method Summary | |
|---|---|
List |
getResourceInfoList()
|
URL |
getUrl()
|
boolean |
isValid()
|
protected void |
parseCreole()
Performs a shallow parse of the creole.xml file to get the information about the resources contained. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected URL url
protected boolean valid
protected List resourceInfoList
Gate.ResourceInfo objects.
| Constructor Detail |
|---|
public Gate.DirectoryInfo(URL url)
| Method Detail |
|---|
protected void parseCreole()
public List getResourceInfoList()
public URL getUrl()
public boolean isValid()
|
GATE Version 3.1-2270 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||