public class ClientStepRegistryImpl extends ClientStepRegistry
changeEvent, listenerList| Constructor and Description |
|---|
ClientStepRegistryImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ClientStepFactory> |
getFactories()
Returns a read-only collection of the registered factories
|
com.google.common.base.Optional<ClientStepFactory> |
getStepFactory(java.lang.String id)
Looks up the delegate for the given step factory id.
|
void |
register(ClientStepFactory factory) |
getInstanceaddChangeListener, fireStateChanged, getChangeListeners, removeChangeListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChangeListener, removeChangeListenerpublic void register(ClientStepFactory factory)
register in class ClientStepRegistrypublic com.google.common.base.Optional<ClientStepFactory> getStepFactory(java.lang.String id)
StepRegistrygetStepFactory in interface StepRegistrygetStepFactory in class ClientStepRegistrypublic java.util.Collection<ClientStepFactory> getFactories()
ClientStepRegistrygetFactories in class ClientStepRegistry