|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensor.xmldata.option.OptionFactory
public class OptionFactory
The class which follows the factory pattern to encapsulate the creation of options based on the specified parameters.
Method Summary | |
---|---|
static Option |
getInstance(XmlDataController controller,
java.lang.String optionName,
java.util.List<java.lang.String> parameters)
Returns an option instance based on the specified option name and parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Option getInstance(XmlDataController controller, java.lang.String optionName, java.util.List<java.lang.String> parameters)
controller
- the specified controller used to create an option.optionName
- the option name.parameters
- the option parameters.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |