com.sun.enterprise.admin.cli
Class Strings

java.lang.Object
  extended by com.sun.enterprise.admin.cli.Strings

final class Strings
extends Object

Strings -- Get your Strings here. One file with Strings So one class for messing with them! Nothing in here is public protected. Only for use by this one java package.

Author:
Byron Nevins

Field Summary
private static LocalStringsImpl strings
           
 
Constructor Summary
private Strings()
           
 
Method Summary
(package private) static String get(String indexString)
           
(package private) static String get(String indexString, Object... objects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

strings

private static final LocalStringsImpl strings
Constructor Detail

Strings

private Strings()
Method Detail

get

static final String get(String indexString)

get

static final String get(String indexString,
                        Object... objects)


Copyright © 2012 GlassFish Community. All Rights Reserved.