public static class Creator.Descriptor extends Object implements Serializable, HasPath, Cloneable
Creator.
This descriptor identifies a factory by category and path, and contains the values of parameters.
// FIXME: Add special values for category, like CLASS.| Constructor and Description |
|---|
Descriptor() |
Descriptor(String category,
String path,
String... parameters) |
| Modifier and Type | Method and Description |
|---|---|
protected Creator.Descriptor |
clone() |
String |
getCategory() |
String[] |
getParameters() |
String |
getPath()
Returns the path to this object.
|
void |
setCategory(String category) |
void |
setParameters(String[] parameters) |
void |
setPath(String path) |
public String getCategory()
public void setCategory(String category)
public String getPath()
HasPathpublic void setPath(String path)
public String[] getParameters()
public void setParameters(String[] parameters)
protected Creator.Descriptor clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2023 LSST. All rights reserved.