cz.cuni.amis.pogamut.base.utils.configuration
Class PlatformPropertiesProvider

java.lang.Object
  extended by cz.cuni.amis.utils.configuration.PropertyProvider
      extended by cz.cuni.amis.utils.configuration.providers.AbstractPropertiesProvider
          extended by cz.cuni.amis.pogamut.base.utils.configuration.PlatformPropertiesProvider
All Implemented Interfaces:
java.lang.Comparable<PropertyProvider>

public class PlatformPropertiesProvider
extends AbstractPropertiesProvider

Default Pogamut platform properties loader.


Constructor Summary
PlatformPropertiesProvider()
           
 
Method Summary
 int getPriority()
          Priority of this provider.
 
Methods inherited from class cz.cuni.amis.utils.configuration.providers.AbstractPropertiesProvider
getProperty, toString
 
Methods inherited from class cz.cuni.amis.utils.configuration.PropertyProvider
compareTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlatformPropertiesProvider

public PlatformPropertiesProvider()
                           throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getPriority

public int getPriority()
Description copied from class: PropertyProvider
Priority of this provider. It will be asked for property value before all providers with lower priority.

Specified by:
getPriority in class PropertyProvider
Returns: