Uses of Class
com.sun.javatest.util.I18NResourceBundle
-
Packages that use I18NResourceBundle Package Description com.sun.javatest This package provides facilities for reading, executing and monitoring tests.com.sun.javatest.report This package provides API for generating reports about test runs.com.sun.javatest.tool The JT Harness Tool API provides the command-line and GUI infrastructure for the main JT Harness test harness.com.sun.javatest.util This package contains utility classes provided in support of the Javatest test harness. -
-
Uses of I18NResourceBundle in com.sun.javatest
Methods in com.sun.javatest with parameters of type I18NResourceBundle Modifier and Type Method Description protected void
TestFinder. error(I18NResourceBundle i18n, java.lang.String key)
Report an error to the error handler.protected void
TestFinder. error(I18NResourceBundle i18n, java.lang.String key, java.lang.Object arg)
Report an error to the error handler.protected void
TestFinder. error(I18NResourceBundle i18n, java.lang.String key, java.lang.Object[] args)
Report an error to the error handler.void
WorkDirectory. log(I18NResourceBundle i18n, java.lang.String key)
Print a text message to the workdir logfile.void
WorkDirectory. log(I18NResourceBundle i18n, java.lang.String key, java.lang.Object arg)
Print a text message to the workdir logfile.void
WorkDirectory. log(I18NResourceBundle i18n, java.lang.String key, java.lang.Object[] args)
Print a text message to the workdir logfile.Constructors in com.sun.javatest with parameters of type I18NResourceBundle Constructor Description CompositeFilter(TestFilter[] filters, I18NResourceBundle bundle, java.lang.String prefix)
This is the preferred constructor which creates a filter composed of the given filters, with descriptive string from a resource bundle.DuplicateLogNameFault(I18NResourceBundle i18n, java.lang.String s, java.lang.String key)
Create a Fault.Fault(I18NResourceBundle i18n, java.lang.String s)
Create a Fault.Fault(I18NResourceBundle i18n, java.lang.String s, java.lang.Object o)
Create a Fault.Fault(I18NResourceBundle i18n, java.lang.String s, java.lang.Object[] o)
Create a Fault.Fault(I18NResourceBundle i18n, java.lang.String msgKey)
Create a Fault.Fault(I18NResourceBundle i18n, java.lang.String msgKey, java.lang.Object arg)
Create a Fault.Fault(I18NResourceBundle i18n, java.lang.String msgKey, java.lang.Object[] args)
Create a Fault.Fault(I18NResourceBundle i18n, java.lang.String s)
Create a Fault.Fault(I18NResourceBundle i18n, java.lang.String s, java.lang.Object o)
Create a Fault.Fault(I18NResourceBundle i18n, java.lang.String s, java.lang.Object[] o)
Create a Fault.JavaTestError(I18NResourceBundle i18n, java.lang.String key)
Constructs a JavaTestError object with an I18N string as the message.JavaTestError(I18NResourceBundle i18n, java.lang.String key, java.lang.Object arg)
Constructs a JavaTestError object with an I18N string as the message.JavaTestError(I18NResourceBundle i18n, java.lang.String key, java.lang.Object[] args)
Constructs a JavaTestError object with an I18N string as the message.JavaTestError(I18NResourceBundle i18n, java.lang.String key, java.lang.Object[] args, java.lang.Throwable original)
Constructs a JavaTestError object with an I18N string as the message and the error or exception which caused this error to be thrown.JavaTestError(I18NResourceBundle i18n, java.lang.String key, java.lang.Object arg, java.lang.Throwable original)
Constructs a JavaTestError object with an I18N string as the message and the error or exception which caused this error to be thrown.JavaTestError(I18NResourceBundle i18n, java.lang.String key, java.lang.Throwable original)
Constructs a JavaTestError object with an I18N string as the message and the error or exception which caused this error to be thrown.NoSuchLogFault(I18NResourceBundle i18n, java.lang.String s, java.lang.String key)
Create a Fault.NotTestSuiteFault(I18NResourceBundle i18n, java.lang.String s, java.io.File f)
Create a Fault. -
Uses of I18NResourceBundle in com.sun.javatest.report
Constructors in com.sun.javatest.report with parameters of type I18NResourceBundle Constructor Description HTMLWriterEx(java.io.Writer out, I18NResourceBundle i18n)
Create an HTMLWriterEx object, using a specified bundle for localizing messages.HTMLWriterEx(java.io.Writer out, java.lang.String docType, I18NResourceBundle i18n)
Create an HTMLWriterEx object, using a specified doctype header and using a specified bundle for localizing messages. -
Uses of I18NResourceBundle in com.sun.javatest.tool
Fields in com.sun.javatest.tool declared as I18NResourceBundle Modifier and Type Field Description protected I18NResourceBundle
ToolManager. i18n
The standard resource bundle for this tool manager, defined in the filei18n.properties
in the same package as the tool manager.Methods in com.sun.javatest.tool that return I18NResourceBundle Modifier and Type Method Description I18NResourceBundle
UIFactory. getI18NResourceBundle()
Get the resource bundle used to obtain the resources for the components create by this factory.Methods in com.sun.javatest.tool with parameters of type I18NResourceBundle Modifier and Type Method Description void
Desktop. log(I18NResourceBundle i18n, java.lang.String key)
Print a text message to the desktop logfile.void
Desktop. log(I18NResourceBundle i18n, java.lang.String key, java.lang.Object arg)
Print a text message to the desktop logfile.void
Desktop. log(I18NResourceBundle i18n, java.lang.String key, java.lang.Object[] args)
Print a text message to the desktop logfile.void
CommandContext. printErrorMessage(I18NResourceBundle i18n, java.lang.String key)
Write an error message to the log stream associated with this object.void
CommandContext. printErrorMessage(I18NResourceBundle i18n, java.lang.String key, java.lang.Object arg)
Write an error message to the log stream associated with this object.void
CommandContext. printErrorMessage(I18NResourceBundle i18n, java.lang.String key, java.lang.Object[] args)
Write an error message to the log stream associated with this object.void
CommandContext. printMessage(I18NResourceBundle i18n, java.lang.String key)
Write a message to the log stream associated with this object.void
CommandContext. printMessage(I18NResourceBundle i18n, java.lang.String key, java.lang.Object arg)
Write a message to the log stream associated with this object.void
CommandContext. printMessage(I18NResourceBundle i18n, java.lang.String key, java.lang.Object[] args)
Write a message to the log stream associated with this object.Constructors in com.sun.javatest.tool with parameters of type I18NResourceBundle Constructor Description Fault(I18NResourceBundle i18n, java.lang.String s)
Create a Fault.Fault(I18NResourceBundle i18n, java.lang.String s, java.lang.Object o)
Create a Fault.Fault(I18NResourceBundle i18n, java.lang.String s, java.lang.Object[] o)
Create a Fault.Fault(I18NResourceBundle i18n, java.lang.String s)
Create a Fault.Fault(I18NResourceBundle i18n, java.lang.String s, java.lang.Object o)
Create a Fault.Fault(I18NResourceBundle i18n, java.lang.String s, java.lang.Object[] o)
Create a Fault.Fault(I18NResourceBundle i18n, java.lang.String key)
Create a BadArgs exception.Fault(I18NResourceBundle i18n, java.lang.String key, java.lang.Object arg)
Create a BadArgs exception.Fault(I18NResourceBundle i18n, java.lang.String key, java.lang.Object[] args)
Create a BadArgs exception.Fault(I18NResourceBundle i18n, java.lang.String s)
Create a Fault.Fault(I18NResourceBundle i18n, java.lang.String s, java.lang.Object o)
Create a Fault.Fault(I18NResourceBundle i18n, java.lang.String s, java.lang.Object[] o)
Create a Fault.Startup(I18NResourceBundle i18n, java.lang.String prefix)
Create an object to display a startup screen.ToolAction(I18NResourceBundle i18n, java.lang.String key)
Construct an internationalized action. -
Uses of I18NResourceBundle in com.sun.javatest.util
Methods in com.sun.javatest.util that return I18NResourceBundle Modifier and Type Method Description static I18NResourceBundle
I18NResourceBundle. getBundleForClass(java.lang.Class c)
Get a package-specific resource bundle for a class containing localization data.Methods in com.sun.javatest.util with parameters of type I18NResourceBundle Modifier and Type Method Description void
LogFile. log(I18NResourceBundle i18n, java.lang.String key)
Print a text message to the logfile.void
LogFile. log(I18NResourceBundle i18n, java.lang.String key, java.lang.Object arg)
Print a text message to the workdir logfile.void
LogFile. log(I18NResourceBundle i18n, java.lang.String key, java.lang.Object[] args)
Print a text message to the workdir logfile.void
HTMLWriter. setI18NResourceBundle(I18NResourceBundle i18n)
Set the resource bundle to be used for localizing messages.void
XMLWriter. setI18NResourceBundle(I18NResourceBundle i18n)
Set the resource bundle to be used for localizing messages.void
HTMLWriter. write(I18NResourceBundle i18n, java.lang.String key)
Write a localized message, using a specified resource bundle.void
HTMLWriter. write(I18NResourceBundle i18n, java.lang.String key, java.lang.Object arg)
Write a localized message, using a specified resource bundle.void
HTMLWriter. write(I18NResourceBundle i18n, java.lang.String key, java.lang.Object[] args)
Write a localized message, using a specified resource bundle.void
XMLWriter. write(I18NResourceBundle i18n, java.lang.String key)
Write a localized message, using a specified resource bundle.void
XMLWriter. write(I18NResourceBundle i18n, java.lang.String key, java.lang.Object arg)
Write a localized message, using a specified resource bundle.void
XMLWriter. write(I18NResourceBundle i18n, java.lang.String key, java.lang.Object[] args)
Write a localized message, using a specified resource bundle.Constructors in com.sun.javatest.util with parameters of type I18NResourceBundle Constructor Description HTMLWriter(java.io.Writer out, I18NResourceBundle i18n)
Create an HTMLWriter object, using a specified bundle for l0calizing messages.HTMLWriter(java.io.Writer out, java.lang.String docType, I18NResourceBundle i18n)
Create an HTMLWriter object, using a specified doctype header and using a specified bundle for localizing messages.Node(I18NResourceBundle i18n, java.lang.String prefix)
Create a node, with no children.Node(I18NResourceBundle i18n, java.lang.String prefix, HelpTree.Node[] children)
Create a node, with given children.Node(I18NResourceBundle i18n, java.lang.String prefix, java.lang.String[] entries)
Create a node and its children.XMLWriter(java.io.Writer out, I18NResourceBundle i18n)
Create an XMLWriter object, using a specified bundle for l0calizing messages.XMLWriter(java.io.Writer out, java.lang.String docType, I18NResourceBundle i18n)
Create an XMLWriter object, using a specified doctype header and using a specified bundle for localizing messages.
-