public class ToolboxConfiguration extends CompoundConfiguration<ToolConfiguration>
This class handles configuration info for the Toolbox instances
that will eventually be produced by ToolboxFactory.
It contains ToolConfigurations for tools which will be managed
by those toolboxes, as well the toolboxes' scope and
any other Propertys which you intend to be available
to all the tools in the toolbox.
Most users will not find themselves directly using the API of this class.
NOTE: Two instances of this class are considered equal() if their scopes are equal. This is not the intuitive behavior at this level but is done to facilitate intuitive behavior in the higher APIs, which are much more likely to be used directly.
| Constructor and Description |
|---|
ToolboxConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTool(ToolConfiguration tool) |
int |
compareTo(Configuration conf) |
boolean |
equals(Object obj) |
String |
getScope() |
ToolConfiguration |
getTool(String key) |
Collection<ToolConfiguration> |
getTools() |
int |
hashCode() |
void |
removeTool(ToolConfiguration tool) |
void |
setScope(String scope) |
void |
setTools(Collection<ToolConfiguration> tools) |
String |
toString() |
void |
validate() |
addChild, addConfiguration, appendChildren, getChild, getChildren, hasChildren, removeChild, setChildrenaddConfiguration, addProperty, appendProperties, getProperties, getProperty, getPropertyMap, hasProperties, removeProperty, removeProperty, setProperties, setProperty, setPropertyMappublic void setScope(String scope)
public String getScope()
public void addTool(ToolConfiguration tool)
public void removeTool(ToolConfiguration tool)
public ToolConfiguration getTool(String key)
public Collection<ToolConfiguration> getTools()
public void setTools(Collection<ToolConfiguration> tools)
public void validate()
validate in class CompoundConfiguration<ToolConfiguration>public int compareTo(Configuration conf)
compareTo in interface Comparable<Configuration>compareTo in class Configurationpublic int hashCode()
hashCode in class CompoundConfiguration<ToolConfiguration>public boolean equals(Object obj)
equals in class CompoundConfiguration<ToolConfiguration>Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.