Class AbstractState

java.lang.Object
org.apache.felix.configurator.impl.model.AbstractState
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BundleState, State

public class AbstractState
extends java.lang.Object
implements java.io.Serializable
This object holds a sorted map of configurations
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractState()  
  • Method Summary

    Modifier and Type Method Description
    void add​(Config c)  
    java.util.Map<java.lang.String,​ConfigList> getConfigurations()  
    ConfigList getConfigurations​(java.lang.String pid)  
    java.util.Collection<java.lang.String> getPids()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait