Method Summary |
|
public void | addPath(String path) Adds a path to the component's descriptor. |
final void | addPaths(String[] paths) Adds the given paths to the existing paths
contained within this component. |
public String | getName() Gets the name of the component. |
public String[] | getPaths() Gets the component's descriptor paths (these are the paths
where the component's descriptor may be found). |
public Class | getType() Gets the class that defines this component. |
public void | setName(String name) Sets the name of the component. |
public void | setTypeClass(String typeClass) Sets the type class that defines this component. |