asia.redact.bracket.properties.mgmt
Class ServerLocalizedProperties

java.lang.Object
  extended by asia.redact.bracket.properties.AbstractPropertiesBase
      extended by asia.redact.bracket.properties.PropertiesImpl
          extended by asia.redact.bracket.properties.mgmt.ServerLocalizedProperties
All Implemented Interfaces:
Properties

public class ServerLocalizedProperties
extends PropertiesImpl

Experimental - no junits done yet

Author:
Dave

Nested Class Summary
 
Nested classes/interfaces inherited from interface asia.redact.bracket.properties.Properties
Properties.Factory, Properties.Mode
 
Field Summary
(package private)  String baseName
           
(package private)  ServerLocale locale
           
(package private)  List<File> locationsToSearch
           
 
Fields inherited from class asia.redact.bracket.properties.AbstractPropertiesBase
lock, map
 
Constructor Summary
ServerLocalizedProperties(ServerLocale locale, String baseName)
           
 
Method Summary
 void loadFrom(List<File> locationsToSearch)
           
 
Methods inherited from class asia.redact.bracket.properties.PropertiesImpl
dateValue, dateValue, equals, get, getComments, getGroup, getKeyGroup, getPropertyMap, getSeparator, getTree, getTree, hashCode, hasValue, initMap, intValue, longValue, merge, merge, put, synchronize
 
Methods inherited from class asia.redact.bracket.properties.AbstractPropertiesBase
clear, containsKey, containsValue, isEmpty, keySet, remove, size, toString, values
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface asia.redact.bracket.properties.Properties
clear, containsKey, size
 

Field Detail

locale

ServerLocale locale

baseName

String baseName

locationsToSearch

List<File> locationsToSearch
Constructor Detail

ServerLocalizedProperties

public ServerLocalizedProperties(ServerLocale locale,
                                 String baseName)
Method Detail

loadFrom

public void loadFrom(List<File> locationsToSearch)


Copyright © 2011-2013 David R. Smith. All Rights Reserved.