Package com.exedio.cope.misc
Class FactoryProperties<F extends Properties.Factory<?>>
- java.lang.Object
-
- com.exedio.cope.util.Properties
-
- com.exedio.cope.misc.FactoryProperties<F>
-
- Direct Known Subclasses:
ConnectProperties
,DispatcherPurgeProperties
public abstract class FactoryProperties<F extends Properties.Factory<?>> extends Properties
This class makes thefactory
available in field initializers of its subclasses.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.exedio.cope.util.Properties
Properties.Factory<T extends Properties>, Properties.Field<E>, Properties.Probe, Properties.ProbeAbortedException, Properties.PropertiesField<T extends Properties>, Properties.Source
-
-
Field Summary
Fields Modifier and Type Field Description protected F
factory
-
Fields inherited from class com.exedio.cope.util.Properties
EMPTY_SOURCE, SYSTEM_PROPERTY_SOURCE
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FactoryProperties(Properties.Source source, F factory)
-
Method Summary
-
Methods inherited from class com.exedio.cope.util.Properties
ensureEquality, ensureValidity, field, field, field, field, field, fieldFile, getContext, getContext, getContext, getField, getFields, getOrphanedKeys, getProbes, getSource, getSource, getSource, getSourceObject, getSystemPropertyContext, getSystemPropertySource, getTests, loadProperties, newException, newException, newProbeAbortedException, valnp, value, value, value, value, value, value, value, value, value, value, value, value, valueFile, valueHidden, valueMessageDigest, valuePath, valueService, valueService, valueService
-
-
-
-
Field Detail
-
factory
protected final F extends Properties.Factory<?> factory
-
-
Constructor Detail
-
FactoryProperties
protected FactoryProperties(Properties.Source source, F factory)
-
-