Class BundleState
- java.lang.Object
-
- org.apache.felix.configurator.impl.model.AbstractState
-
- org.apache.felix.configurator.impl.model.BundleState
-
- All Implemented Interfaces:
Serializable
public class BundleState extends AbstractState implements 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 theState
object.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BundleState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addFiles(List<ConfigurationFile> allFiles)
-
Methods inherited from class org.apache.felix.configurator.impl.model.AbstractState
add, getConfigurations, getConfigurations, getPids
-
-
-
-
Method Detail
-
addFiles
public void addFiles(List<ConfigurationFile> allFiles)
-
-