|
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.ResourceInfo
public static class Gate.ResourceInfo
Stores information about a resource defined by a CREOLE directory. The
resource might not have been loaded in the system so not all information
normally provided by the ResourceData
class is available. This is
what makes this class different from ResourceData
.
Field Summary | |
---|---|
protected String |
resourceClassName
The class for the resource. |
protected String |
resourceComment
The comment for the resource. |
protected String |
resourceName
The resource name. |
Constructor Summary | |
---|---|
Gate.ResourceInfo(String name,
String className,
String comment)
|
Method Summary | |
---|---|
String |
getResourceClassName()
|
String |
getResourceComment()
|
String |
getResourceName()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String resourceClassName
protected String resourceName
protected String resourceComment
Constructor Detail |
---|
public Gate.ResourceInfo(String name, String className, String comment)
Method Detail |
---|
public String getResourceClassName()
public String getResourceComment()
public String getResourceName()
|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |