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 voidaddFiles(java.util.List<ConfigurationFile> allFiles)Methods inherited from class org.apache.felix.configurator.impl.model.AbstractState
add, getConfigurations, getConfigurations, getPids
-
Constructor Details
-
BundleState
public BundleState()
-
-
Method Details