public class AbstractPropertiesBuilderDecorator<T extends Properties.PropertiesBuilder> extends AbstractPropertiesDecorator<T> implements Properties.PropertiesBuilder
Properties.MutableProperties, Properties.PropertiesBuilderorg.refcodes.structure.CanonicalMap.CanonicalMapBuilder, org.refcodes.structure.CanonicalMap.MutableCanonicalMaporg.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<T>, org.refcodes.structure.PropertiesAccessorMixin.PropertiesMixin, org.refcodes.structure.PropertiesAccessorMixin.PropertiesMutatorMixinorg.refcodes.structure.PathMap.MutablePathMap<T>, org.refcodes.structure.PathMap.PathMapBuilder<T>org.refcodes.mixin.DelimiterAccessor.DelimiterBuilder<B extends org.refcodes.mixin.DelimiterAccessor.DelimiterBuilder<B>>, org.refcodes.mixin.DelimiterAccessor.DelimiterMutator, org.refcodes.mixin.DelimiterAccessor.DelimiterPropertyorg.refcodes.mixin.TypeAccessor.TypeMutator<T>, org.refcodes.mixin.TypeAccessor.TypeProperty<T>_propertiesDEFAULT_COMMENT| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPropertiesBuilderDecorator()
Make sure to set the _properties member variable!
|
|
AbstractPropertiesBuilderDecorator(T aProperties)
Decorates the provided
ResourceProperties with additional
behavior or functionality. |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsValue(Object aValue) |
Set<Map.Entry<String,String>> |
entrySet() |
String |
put(String aKey,
String aValue) |
void |
putAll(Map<? extends String,? extends String> aProperties) |
String |
remove(Object aKey) |
childrenOf, containsKey, get, getDelimiter, isEmpty, keySet, retrieveFrom, retrieveTo, size, toDataStructure, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwithInsert, withInsert, withInsert, withInsert, withInsertFrom, withInsertFrom, withInsertTo, withInsertTo, withPut, withPut, withPutBoolean, withPutByte, withPutDouble, withPutFloat, withPutInteger, withPutLong, withPutShort, withRemoveFromwithInsert, withInsert, withInsertFrom, withInsertTowithInsert, withInsert, withInsertFrom, withInsertTowithPutput, put, putBoolean, putBoolean, putByte, putByte, putDouble, putDouble, putFloat, putFloat, putInteger, putInteger, putLong, putLong, putShort, putShortdelete, delete, insert, insert, insertFrom, insertTo, put, putAll, putAllchildrenOf, getType, retrieve, retrieveFrom, retrieveTo, toMap, toProperties, toPropertyPathinsert, insert, insertFrom, insertTo, putAll, toDump, toSourceCode, toSourceCodetoInstance, toInstance, toType, toTypecontainsKey, get, getBoolean, getBoolean, getByte, getByte, getCharacter, getCharacter, getDouble, getDouble, getFloat, getFloat, getInteger, getInteger, getLong, getLong, getShort, getShort, use, useBoolean, useBoolean, useByte, useByte, useDouble, useDouble, useFloat, useFloat, useInteger, useInteger, useLong, useLong, useShort, useShortinsert, insert, insert, insert, insertFrom, insertFrom, insertTo, insertTo, put, putArray, putArray, removeAlldirectories, directories, entries, entries, fromExternalKey, getArray, getArray, hasParentPath, isArray, isArray, isDirectory, isEntry, isRecord, isRootPath, keySet, paths, paths, records, records, toDataStructure, toDataStructure, toExternalKey, toMap, toNormalizedPath, toNormalizedPath, toParentPath, toPath, toRootPathprotected AbstractPropertiesBuilderDecorator()
public AbstractPropertiesBuilderDecorator(T aProperties)
ResourceProperties with additional
behavior or functionality. Changes applied to the provided
ResourceProperties affect the decorator.aProperties - The ResourceProperties to be decorated.public boolean containsValue(Object aValue)
containsValue in interface Map<String,String>containsValue in interface PropertiescontainsValue in interface Properties.MutablePropertiescontainsValue in interface org.refcodes.structure.CanonicalMapcontainsValue in interface org.refcodes.structure.CanonicalMap.MutableCanonicalMapcontainsValue in interface org.refcodes.structure.Keys<String,String>public void clear()
Copyright © 2018. All rights reserved.