com.mycompany.myproject.api
Class RuntimeProperties

java.lang.Object
  extended byorg.xins.server.RuntimeProperties
      extended bycom.mycompany.myproject.api.RuntimeProperties

public class RuntimeProperties
extends RuntimeProperties

Class containing the method to access the properties of the myproject API.


Constructor Summary
RuntimeProperties()
           
 
Method Summary
protected  List descriptors()
          Gets the descriptor list.
protected  void init(PropertyReader runtimeSettings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeProperties

public RuntimeProperties()
Method Detail

init

protected void init(PropertyReader runtimeSettings)
             throws MissingRequiredPropertyException,
                    InvalidPropertyValueException
Throws:
MissingRequiredPropertyException
InvalidPropertyValueException

descriptors

protected List descriptors()
Gets the descriptor list. The list is created by getting all the properties which are marked as _descriptor in runtime properties file.

Returns:
the unmodifiable list of all descriptors, never null.