Class BundleState

java.lang.Object
org.apache.felix.configurator.impl.model.AbstractState
org.apache.felix.configurator.impl.model.BundleState
All Implemented Interfaces:
java.io.Serializable

public class BundleState
extends AbstractState
implements java.io.Serializable
This object holds all configurations provided by a single bundle when the configurations are read. Later on it just holds the last modified information. The configurations are merged into the State object.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    BundleState()  
  • Method Summary

    Modifier and Type Method Description
    void addFiles​(java.util.List<ConfigurationFile> allFiles)  

    Methods inherited from class org.apache.felix.configurator.impl.model.AbstractState

    add, getConfigurations, getConfigurations, getPids

    Methods inherited from class java.lang.Object

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