cz.cuni.amis.pogamut.ut2004.utils
Class UT2004PropertiesProvider

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.ut2004.utils.UT2004PropertiesProvider
All Implemented Interfaces:
java.lang.Comparable<PropertyProvider>

public class UT2004PropertiesProvider
extends AbstractPropertiesProvider

UT 2004 specific props.


Constructor Summary
UT2004PropertiesProvider()
           
 
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

UT2004PropertiesProvider

public UT2004PropertiesProvider()
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: