Class ConfigurationFile

java.lang.Object
org.apache.felix.configurator.impl.model.ConfigurationFile
All Implemented Interfaces:
java.lang.Comparable<ConfigurationFile>

public class ConfigurationFile
extends java.lang.Object
implements java.lang.Comparable<ConfigurationFile>
This object holds all configurations from a single file. This is only an intermediate object.
  • Constructor Summary

    Constructors 
    Constructor Description
    ConfigurationFile​(java.net.URL url, java.util.List<Config> configs)  
  • Method Summary

    Modifier and Type Method Description
    int compareTo​(ConfigurationFile o)  
    java.util.List<Config> getConfigurations()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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