public abstract class AbstractUpdaterFactory extends java.lang.Object implements UpdaterFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractUpdaterFactory.AbstractUpdater |
UpdaterFactory.Updater| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
LOGGER |
| Constructor and Description |
|---|
AbstractUpdaterFactory(java.lang.String name,
java.lang.String label) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel() |
java.lang.String |
getName() |
AbstractUpdaterFactory |
getValue() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreatelabelpublic AbstractUpdaterFactory(java.lang.String name,
java.lang.String label)
public java.lang.String getName()
getName in interface UpdaterFactorypublic java.lang.String getLabel()
getLabel in interface LabeledValue<UpdaterFactory>public AbstractUpdaterFactory getValue()
getValue in interface LabeledValue<UpdaterFactory>public java.lang.String toString()
toString in interface LabeledValue<UpdaterFactory>toString in class java.lang.Object