gate
Class Gate.ResourceInfo

java.lang.Object
  extended by gate.Gate.ResourceInfo
Enclosing class:
Gate

public static class Gate.ResourceInfo
extends Object

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

resourceClassName

protected String resourceClassName
The class for the resource.


resourceName

protected String resourceName
The resource name.


resourceComment

protected String resourceComment
The comment for the resource.

Constructor Detail

Gate.ResourceInfo

public Gate.ResourceInfo(String name,
                         String className,
                         String comment)
Method Detail

getResourceClassName

public String getResourceClassName()
Returns:
Returns the resourceClassName.

getResourceComment

public String getResourceComment()
Returns:
Returns the resourceComment.

getResourceName

public String getResourceName()
Returns:
Returns the resourceName.