public abstract class LibraryBuilder
extends java.lang.Object
Red (berkley) |
Red (berkley) |
Modifier and Type | Field and Description |
---|---|
protected java.util.List |
_attributes
Attributes that can be added to a LibraryBuilder via moml configuration.
|
Constructor and Description |
---|
LibraryBuilder()
Construct a library builder.
|
Modifier and Type | Method and Description |
---|---|
void |
addAttributes(java.util.List attributeList)
Add a list of Attributes.
|
abstract CompositeEntity |
buildLibrary(Workspace workspace)
Build the library.
|
java.util.List |
getAttributes()
Get the list of Attributes associated with this LibraryBuilder.
|
protected java.util.List _attributes
public void addAttributes(java.util.List attributeList)
attributeList
- The list of Attributes.public java.util.List getAttributes()
public abstract CompositeEntity buildLibrary(Workspace workspace) throws java.lang.Exception
workspace
- The workspace.java.lang.Exception