Package org.codice.ddf.admin.core.impl
Class ConfigurationStatusImpl
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,,String> org.codice.ddf.admin.core.api.ConfigurationStatus
public class ConfigurationStatusImpl
extends HashMap<String,String>
implements org.codice.ddf.admin.core.api.ConfigurationStatus
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Fields inherited from interface org.codice.ddf.admin.core.api.ConfigurationStatus
DISABLED_EXTENSION, NEW_FACTORY_PID, NEW_PID, ORIGINAL_FACTORY_PID, ORIGINAL_PID -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationStatusImpl(String newFactoryPid, String newPid, String originalFactoryPid, String originalPid) -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.codice.ddf.admin.core.api.ConfigurationStatus
getNewFactoryPid, getNewPid, getOriginalFactoryPid, getOriginalPid, isDisabled, setNewFactoryPid, setNewPid, setOriginalFactoryPid, setOriginalPidMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
ConfigurationStatusImpl
-