|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vladium.util.IProperties.Factory
public abstract static class IProperties.Factory
Nested Class Summary | |
---|---|
private static class |
IProperties.Factory.PropertiesImpl
|
Constructor Summary | |
---|---|
IProperties.Factory()
|
Method Summary | |
---|---|
static IProperties |
combine(IProperties overrides,
IProperties base)
Combines two property sets by creating a property set that chains 'overrides' to 'base' for property delegation. |
static IProperties |
create(IProperties.IMapper mapper)
Creates an empty IProperties set with an optional property mapper. |
static IProperties |
wrap(java.util.Properties properties,
IProperties.IMapper mapper)
Converts a java.util.Properties instance to an IProperties instance, with an optional property mapper. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IProperties.Factory()
Method Detail |
---|
public static IProperties create(IProperties.IMapper mapper)
mapper
- [may be null]
public static IProperties wrap(java.util.Properties properties, IProperties.IMapper mapper)
properties
- [may not be null]mapper
- [may be null]
public static IProperties combine(IProperties overrides, IProperties base)
overrides
- [may be null]base
- [may be null]
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |