com.ibm.rational.common.test.editor.framework

Class PluginHelper



  • public class PluginHelper
    extends Object
    • Field Detail

      • CRLF

        public static final String CRLF
    • Method Detail

      • keyExists

        public boolean keyExists(String key)
      • getString

        public String getString(String key,
                       String arg)
        Returns a string from plugin.properties file with one parameter substituted. The string must have "%1" characters (without quotes).
        Parameters:
        key - String property name
        arg - String argument for paramter substitution.
        Returns:
        String property.
      • getString

        public String getString(String key,
                       String[] args)
        Returns a string from plugin.properties file, with all parameters substituted. The number of parameters in the string must be equal to the number of strings in args.
        Parameters:
        key - String property name.
        args - String[] array of arguments.
        Returns:
        String property witt substituted values.
      • getResourceBundleManager

        public org.eclipse.hyades.test.core.util.ResourceBundleManager getResourceBundleManager()
        Returns:
        ResourceBundleManager
      • getID

        public String getID()
      • logInfo

        public void logInfo(String text)
      • logError

        public void logError(String text)
      • logError

        public void logError(Throwable throwable)
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.