Method Summary |
|
public Object | clone() Creates and returns a copy of this object. |
public String | getBundle() Returns the resource bundle name. |
public String | getKey() Gets the key/value. |
public String | getName() Gets the name of the dependency. |
public boolean | isResource() Tests whether or not the key is a resource key or literal value. |
public void | setBundle(String bundle) Sets the resource bundle name. |
public void | setKey(String key) Sets the key/value. |
public void | setName(String name) Sets the name of the dependency. |
public void | setResource(boolean resource) Sets whether or not the key is a resource. |
public String | toString() Returns a string representation of the object. |