Uses of Class
asia.redact.bracket.properties.mgmt.ServerLocale

Packages that use ServerLocale
asia.redact.bracket.properties.mgmt   
 

Uses of ServerLocale in asia.redact.bracket.properties.mgmt
 

Fields in asia.redact.bracket.properties.mgmt declared as ServerLocale
(package private)  ServerLocale ServerLocalizedProperties.locale
           
(package private)  ServerLocale ServerLocalizedFileInfo.locale
           
 

Methods in asia.redact.bracket.properties.mgmt that return ServerLocale
abstract  ServerLocale ServerLocaleBuilder.findServerLocale()
           
 ServerLocale HostnameServerLocaleBuilder.findServerLocale()
           
static ServerLocale ServerLocale.fromString(String input)
           return a server locale instance parsed from the input The ServerLocale generated will have a toString() method that returns a value equal to the input Inputs must match the following patterns: empty string _[environment|] _[environment|]_[cluster|] _[environment|]_[cluster|]_[instance|] _[environment|]_[cluster|]_[instance|]_[variant|] the tokens for environment, cluster, instance, and variant can be anything legal in a file name except an underscore and are user defined
 

Methods in asia.redact.bracket.properties.mgmt with parameters of type ServerLocale
 boolean ServerLocale.includes(ServerLocale locale)
          If this locale "includes" locale, then return true.
 

Constructors in asia.redact.bracket.properties.mgmt with parameters of type ServerLocale
ServerLocalizedProperties(ServerLocale locale, String baseName)
           
 



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