asia.redact.bracket.properties.mgmt
Class ServerLocalizedFileInfo

java.lang.Object
  extended by asia.redact.bracket.properties.mgmt.ServerLocalizedFileInfo

 class ServerLocalizedFileInfo
extends Object

A properties file name used with a ServerLocale has a particular form, such as "baseNameXXX.properties' where XXX is the embedded locale information. So we need a container for the baseName and the extension

Author:
Dave

Field Summary
(package private)  String baseName
           
(package private)  String extension
           
(package private)  ServerLocale locale
           
 
Constructor Summary
ServerLocalizedFileInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

baseName

String baseName

locale

ServerLocale locale

extension

String extension
Constructor Detail

ServerLocalizedFileInfo

ServerLocalizedFileInfo()


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