TPTP 4.3.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.test.manual.runner
Class RemoteAppResourceBundle

java.lang.Object
  extended byorg.eclipse.hyades.test.manual.runner.RemoteAppResourceBundle

Deprecated. As of TPTP v4.1.0, replaced by one or more classes in the #org.eclipse.tptp.test.manual.runner.core.internal package.

public class RemoteAppResourceBundle
extends java.lang.Object

Swing-based manual test client resource bundle.

Since:
v1.0.2

Method Summary
static RemoteAppResourceBundle getInstance()
          Deprecated.  
 java.util.ResourceBundle getResourceBundle()
          Deprecated.  
static java.lang.String getString(java.lang.String key)
          Deprecated.  
static java.lang.String getString(java.lang.String key, java.lang.String arg)
          Deprecated.  
static java.lang.String getString(java.lang.String key, java.lang.String[] args)
          Deprecated.  
static void initialize()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initialize

public static void initialize()
Deprecated. 

getInstance

public static RemoteAppResourceBundle getInstance()
Deprecated. 

getResourceBundle

public java.util.ResourceBundle getResourceBundle()
Deprecated. 

getString

public static java.lang.String getString(java.lang.String key)
                                  throws java.util.MissingResourceException
Deprecated. 
Throws:
java.util.MissingResourceException

getString

public static java.lang.String getString(java.lang.String key,
                                         java.lang.String arg)
                                  throws java.util.MissingResourceException
Deprecated. 
Throws:
java.util.MissingResourceException

getString

public static java.lang.String getString(java.lang.String key,
                                         java.lang.String[] args)
                                  throws java.util.MissingResourceException
Deprecated. 
Throws:
java.util.MissingResourceException

TPTP 4.3.0 Testing Tools Project
Public API Specification