org.hrodberaht.directus.config
Class ConfigBase

java.lang.Object
  extended by org.hrodberaht.directus.config.ConfigBase

public abstract class ConfigBase
extends java.lang.Object

Simple Java Utilts - Config

Since:
1.0
Version:
1.0
Author:
Robert Alexandersson

Constructor Summary
ConfigBase()
           
 
Method Summary
 void initiate()
           
protected  void loadProperties()
           
 boolean requiresValidation()
           
 void setCustomPropertyPath(java.lang.String path)
           
 void setPropertyPath(java.lang.String path)
           
 boolean validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigBase

public ConfigBase()
Method Detail

loadProperties

protected void loadProperties()
                       throws java.text.ParseException
Throws:
java.text.ParseException

initiate

public void initiate()
              throws java.lang.IllegalAccessException
Throws:
java.lang.IllegalAccessException

setPropertyPath

public void setPropertyPath(java.lang.String path)

setCustomPropertyPath

public void setCustomPropertyPath(java.lang.String path)

requiresValidation

public boolean requiresValidation()

validate

public boolean validate()


Copyright © 2010. All Rights Reserved.