public static class Gate.ResourceInfo extends Object
ResourceData
class is available. This is
what makes this class different from ResourceData
.Modifier and Type | Field and Description |
---|---|
protected String |
helpURL
The help URL for the resource.
|
protected String |
resourceClassName
The class for the resource.
|
protected String |
resourceComment
The comment for the resource.
|
protected String |
resourceName
The resource name.
|
Constructor and Description |
---|
ResourceInfo(String name,
String className,
String comment) |
ResourceInfo(String name,
String className,
String comment,
String helpURL) |
Modifier and Type | Method and Description |
---|---|
String |
getHelpURL() |
String |
getResourceClassName() |
String |
getResourceComment() |
String |
getResourceName() |
void |
setHelpURL(String helpURL) |
void |
setResourceComment(String resourceComment) |
void |
setResourceName(String resourceName) |
String |
toString() |
protected String resourceClassName
protected String resourceName
protected String resourceComment
protected String helpURL
public String getResourceClassName()
public String getResourceComment()
public void setResourceComment(String resourceComment)
public String getResourceName()
public void setResourceName(String resourceName)
public String getHelpURL()
public void setHelpURL(String helpURL)
Copyright © 2024 GATE. All rights reserved.