Arch4J 1.1

org.arch4j.propertytree
Interface PropertyTreeManager

All Known Implementing Classes:
PropertyTreeManagerImpl

public interface PropertyTreeManager

Version:
1.0
Author:
Russ Brown

Method Summary
 ReadOnlyProperty getProperties(String forDomain)
           
 String[] getProperties(String forDomain, String propertyName)
           
 String getProperty(String forDomain, String propertyName)
           
 String getProperty(String forDomain, String propertyName, String defaultValue)
           
 File getPropertyDirectory()
           
 

Method Detail

getPropertyDirectory

public File getPropertyDirectory()

getProperties

public ReadOnlyProperty getProperties(String forDomain)

getProperties

public String[] getProperties(String forDomain,
                              String propertyName)

getProperty

public String getProperty(String forDomain,
                          String propertyName)

getProperty

public String getProperty(String forDomain,
                          String propertyName,
                          String defaultValue)

Arch4J 1.1

Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.