Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

R

read(String) - Static method in class com.sun.javatest.ExcludeList.Entry
Create an entry from a string.
read(File) - Method in class com.sun.javatest.finder.ReverseTestFinder
 
read(String) - Static method in class com.sun.javatest.KnownFailuresList.Entry
Create an entry from a string.
read(File) - Method in class com.sun.javatest.TestFinder
Read a file, looking for test descriptions and other files that might need to be read.
ReadAheadIterator - Class in com.sun.javatest.util
An iterator that can read ahead of the current position, either for performance reasons or to help find out the number of items returned by an iterator before accessing them.
ReadAheadIterator(Iterator, int) - Constructor for class com.sun.javatest.util.ReadAheadIterator
Create a ReadAheadIterator.
ReadAheadIterator(Iterator, int, int) - Constructor for class com.sun.javatest.util.ReadAheadIterator
Create a ReadAheadIterator.
readColorFromPreferences() - Method in enum com.sun.javatest.tool.UIFactory.Colors
Read color value from preferences ignoring current color value that is returned by getValue();
readComment() - Method in class com.sun.javatest.finder.CommentStream
Read the next comment from the input reader.
readComment() - Method in class com.sun.javatest.finder.HTMLCommentStream
 
readComment() - Method in class com.sun.javatest.finder.JavaCommentStream
 
readComment() - Method in class com.sun.javatest.finder.ShScriptCommentStream
 
readEntries(File) - Method in class com.sun.javatest.finder.ChameleonTestFinder
Read the entries in a file which describe which test finder to use in which part of the test suite.
readInfo(WorkDirectory) - Static method in class com.sun.javatest.LastRunInfo
Given a work directory, attempt to create an instance using the information found in it.
reading(File) - Method in interface com.sun.javatest.TestFinderQueue.Observer
A file is being read.
readLine() - Method in class com.sun.javatest.util.LineParser
Read the next line of words from the input stream.
readLocale(Map) - Static method in class com.sun.interview.Interview
Reads information about locale from the given map.
ref - Variable in class com.sun.javatest.lib.MultiTest
Output to be logged to result file.
REFRESH_ON_RUN - Static variable in class com.sun.javatest.TestSuite
 
refreshIfNeeded(String) - Method in class com.sun.javatest.TestResultTable
Refresh a test if the files on disk have been modified since the test was read.
refreshIfNeeded(TestResultTable.TreeNode) - Method in class com.sun.javatest.TestResultTable
Refresh a folder if the files on disk have been modified since the folder was read.
refreshIfNeeded() - Method in class com.sun.javatest.TRT_TreeNode
Refresh this entire node if necessary.
refreshTests() - Method in class com.sun.javatest.exec.ContextManager
Request that the harness reload the test suite structure from the test suite.
refreshTests() - Method in class com.sun.javatest.tool.CustomPropagationController
Request that the harness reload the test suite structure from the test suite.
refreshTestTree(InterviewParameters) - Method in interface com.sun.javatest.InterviewPropagator.TestRefresher
 
registerCustomQuestionRenderer(Class<? extends Question>, QuestionRenderer) - Method in class com.sun.javatest.exec.ContextManager
Register custom config editor's question renderer for specified question class.
rejectAll() - Method in class com.sun.javatest.InterviewPropagator
Rejects all changes and store in the current configuration new template values as current
rejected(TestDescription, TestFilter) - Method in interface com.sun.javatest.TestFilter.Observer
Notification methodcalled when a test has been rejected.
REL - Static variable in class com.sun.javatest.util.HTMLWriter
The HTML "rel" attribute value.
release(String[]) - Method in class com.sun.javatest.ResourceTable
Release a set of previously acquired locks.
releasedLock() - Method in interface com.sun.javatest.TestResultCache.Observer
Called when the lock on the cache has been released.
releaseFrame(Frame) - Static method in class com.sun.javatest.util.MainFrame
Release access to the previously acquired frame.
reload() - Method in class com.sun.interview.Question
This methods invokes save(Map), clear() and load(Map).
reloadFromWorkDir(WorkDirectory) - Method in class com.sun.javatest.TestResult
Reconstruct the results of a previously run test.
reloadInterview() - Method in class com.sun.javatest.exec.BasicSession
Reloads interview if out of date.
reloadInterview() - Method in interface com.sun.javatest.exec.SessionExt
Reloads interview if out of date.
remove() - Method in interface com.sun.javatest.TestResultTable.TreeIterator
Do not call this method.
remove(Object[], int) - Static method in class com.sun.javatest.util.DynamicArray
Remove the object at the specified index.
remove(Object[], Object) - Static method in class com.sun.javatest.util.DynamicArray
Remove the object from the array.
remove() - Method in class com.sun.javatest.util.Fifo
Remove an entry from the buffer if one is available.
remove(int) - Method in class com.sun.javatest.util.OrderedTwoWayTable
Remove the object at a specified index.
remove(Object) - Method in class com.sun.javatest.util.PrefixMap
 
remove(String[], String) - Static method in class com.sun.javatest.util.PropertyArray
Remove an entry from an array of properties.
remove(String) - Method in class com.sun.javatest.util.PropertyArray
Remove a property.
remove() - Method in class com.sun.javatest.util.ReadAheadIterator
 
removeAllMarkers() - Method in class com.sun.interview.Interview
Remove all the markers, whatever their name.
removeAutoResizeColumn(int) - Method in class com.sun.javatest.exec.FileTable
Selects column not to be autoresized
removeCellEditorListener(CellEditorListener) - Method in class com.sun.javatest.exec.AbstractCellEditor
 
removedBranch(TestResultTable.TreeNode, int) - Method in interface com.sun.javatest.TestResultTable.TreeNodeObserver
A TreeNode has been removed from the given parent node.
removeDependency(Interview, Interview) - Method in class com.sun.interview.InterviewSet
Remove any dependency between two interviews, and hence any ordering constraint between these two interviews.
removedResult(TestResultTable.TreeNode, TestResult, int) - Method in interface com.sun.javatest.TestResultTable.TreeNodeObserver
A TestResult has been removed from the given parent node.
removeEntry(ExcludeList.Entry) - Method in class com.sun.javatest.ExcludeList
Remove an entry from the table.
removeListDataListener(ListDataListener) - Method in class com.sun.javatest.tool.EditableList
Remove a listener that was previously added to be notified of events when the list data changes.
removeMarker(String) - Method in class com.sun.interview.Question
Remove a named marker to this question.
removeMarkers(String) - Method in class com.sun.interview.Interview
Remove all the markers with a specified name.
removeObserver(Interview.Observer) - Method in class com.sun.interview.Interview
Remove an observer previously registered to monitor updates to the interview.
removeObserver(Session.Observer) - Method in class com.sun.javatest.exec.BasicSession
 
removeObserver(FilterConfig.Observer) - Method in class com.sun.javatest.exec.FilterConfig
 
removeObserver(InterviewEditor.Observer) - Method in class com.sun.javatest.exec.InterviewEditor
Removes observer from the list
removeObserver(Session.Observer) - Method in interface com.sun.javatest.exec.Session
Unregisters the observer.
removeObserver(Harness.Observer) - Method in class com.sun.javatest.Harness
Remove a previously registered observer so that it will no longer be notified during the execution of a test run.
removeObserver(ObservableTestFilter.Observer) - Method in class com.sun.javatest.ObservableTestFilter
Remove a previously registered observer so that it will no longer be notified of changes to this filter.
removeObserver(TestFinderQueue.Observer) - Method in class com.sun.javatest.TestFinderQueue
Remove an observer form the set currently monitoring the progress of the TestFinder.
removeObserver(TestResult.Observer) - Method in class com.sun.javatest.TestResult
Remove an observer that was previously added.
removeObserver(TestResultTable.Observer) - Method in class com.sun.javatest.TestResultTable
Remove a general purpose observer.
removeObserver(TestResultTable.TreeObserver) - Method in class com.sun.javatest.TestResultTable
Remove a tree-aware observer.
removeObserver(TestResultTable.TreeNodeObserver) - Method in interface com.sun.javatest.TestResultTable.TreeNode
Add a observer for this particular node.
removeObserver(String, Preferences.Observer) - Method in class com.sun.javatest.tool.Preferences
Remove an observer which was previously registered to be notified of changes to all preferences whose name begins with a given prefix.
removeObserver(String[], Preferences.Observer) - Method in class com.sun.javatest.tool.Preferences
Remove an observer which was previously registered to be notified of changes to all preferences whose name begins with any of a set of prefixed.
removeObserver(Tool.Observer) - Method in class com.sun.javatest.tool.Tool
Remove a previously registered observer so that it will no longer be notified of changes to a tool.
removeObserver(TestResultTable.TreeNodeObserver) - Method in class com.sun.javatest.TRT_TreeNode
Remove an observer that was previously added.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.sun.javatest.tool.ToolAction
 
removeStartGeneratingListener(Report.StartGenListener) - Method in class com.sun.javatest.report.Report
 
removeTool(Tool) - Method in class com.sun.javatest.tool.Desktop
Remove a tool from the desktop.
repeat(TestDescription[]) - Method in class com.sun.javatest.TestFinderQueue
Deprecated.
retained for historical purposes
replacedResult(TestResultTable.TreeNode, TestResult, TestResult, int) - Method in interface com.sun.javatest.TestResultTable.TreeNodeObserver
A TestResult has been replaced in the given parent node.
Report - Class in com.sun.javatest.report
A report generator for sets of test results.
Report() - Constructor for class com.sun.javatest.report.Report
 
Report(InterviewParameters, File) - Constructor for class com.sun.javatest.report.Report
Deprecated.
It is expected that you call writeReport() if you use this constructor.
Report(InterviewParameters, File, TestFilter) - Constructor for class com.sun.javatest.report.Report
Deprecated.
It is expected that you call writeReport() if you use this constructor.
Report.CustomReportManager - Interface in com.sun.javatest.report
 
Report.Settings - Class in com.sun.javatest.report
Deprecated.
Use com.sun.javatest.report.ReportSettings instead
Report.StartGenListener - Interface in com.sun.javatest.report
 
ReportConfigPanel() - Constructor for class com.sun.javatest.report.CustomReport.ReportConfigPanel
 
ReportDirChooser - Class in com.sun.javatest.report
A custom JFileChooser, for a user to choose a report directory.
ReportDirChooser() - Constructor for class com.sun.javatest.report.ReportDirChooser
Create a ReportDirChooser, initially showing the user's current directory.
ReportDirChooser(File) - Constructor for class com.sun.javatest.report.ReportDirChooser
Create a ReportDirChooser, initially showing a given directory.
ReportException(String) - Constructor for exception com.sun.javatest.report.CustomReport.ReportException
Constructs a new exception with the specified detail message.
ReportManager - Class in com.sun.javatest.report
A command manager to provide commands for reporting test results.
ReportManager() - Constructor for class com.sun.javatest.report.ReportManager
 
ReportScript - Class in com.sun.javatest.lib
A special script which reads the result file which is presumed to exist in the work directory as the result of a prior run.
ReportScript() - Constructor for class com.sun.javatest.lib.ReportScript
 
ReportSettings - Class in com.sun.javatest.report
Specify what parts of the reports to generate.
ReportSettings() - Constructor for class com.sun.javatest.report.ReportSettings
 
ReportSettings(InterviewParameters) - Constructor for class com.sun.javatest.report.ReportSettings
 
ReportSettings(File, File[]) - Constructor for class com.sun.javatest.report.ReportSettings
Creates a new ReportEnviroment instance refers to the given file.
requestDelayedCallback(Timer.Timeable, long) - Method in class com.sun.javatest.util.Timer
Request that the Timeable object given will have its timeout() method called after not less than delay milliseconds.
reset() - Method in class com.sun.interview.Interview
Start (or restart) the interview.
resetElementsUsed() - Method in class com.sun.javatest.TestEnvironment
Reset the record of entries in this environment that have been referenced.
resetFile() - Method in class com.sun.javatest.TestResult
 
resetTable(String, FileSystemTableModel.FileTableFilter) - Method in class com.sun.javatest.exec.FileSystemTableModel
 
resetTable(String) - Method in class com.sun.javatest.exec.FileSystemTableModel
 
resetTest(TestResult) - Method in class com.sun.javatest.TestResultTable
This method purges the given test, including attempting to delete the associated JTR file, then replaces it with a basic NOT_RUN test of the same name.
resetTest(String) - Method in class com.sun.javatest.TestResultTable
This method purges the given test, including attempting to delete the associated JTR file, then replaces it with a basic NOT_RUN test of the same name.
resolve(String) - Method in class com.sun.javatest.TestEnvironment
Resolve a value in the environment by splitting it into words and performing various substitutions on it.
resolveUrl(String) - Method in class com.sun.javatest.TestResultTable
Take a URL and find the node in the current test tree to which it refers to.
ResourceLoader - Class in com.sun.javatest
 
ResourceLoader() - Constructor for class com.sun.javatest.ResourceLoader
 
ResourceTable - Class in com.sun.javatest
A table providing simple named locks for arbitrary resources.
ResourceTable() - Constructor for class com.sun.javatest.ResourceTable
Create a resource table.
ResourceTable(int) - Constructor for class com.sun.javatest.ResourceTable
Create a resource table of a specified size.
restore(Map) - Method in class com.sun.javatest.exec.BasicSession
 
restore(Map) - Method in class com.sun.javatest.exec.BasicSessionControl
 
restore(Map) - Method in interface com.sun.javatest.exec.ET_Control
Restores saved state from the map
restore(Map) - Method in class com.sun.javatest.exec.ET_DefaultHelpControl
Does nothing
restore(Map) - Method in class com.sun.javatest.exec.ET_DefaultViewControl
 
restore(Map) - Method in class com.sun.javatest.exec.ET_FilterHandler
 
restore(Map) - Method in class com.sun.javatest.exec.ExecTool
 
restore(Map) - Method in interface com.sun.javatest.exec.Session
Restores the config state from the map
restore() - Method in class com.sun.javatest.tool.Desktop
Restore the desktop from information in a saved desktop file.
restore(File) - Method in class com.sun.javatest.tool.Desktop
Restore the desktop from information in a specified file.
restore(Map) - Method in class com.sun.javatest.tool.Tool
Restore information about a tool from a map, and configure the tool according this information.
RESTORE_ALL - Static variable in class com.sun.javatest.tool.ToolDialog.Restorer
 
RESTORE_NOTHING - Static variable in class com.sun.javatest.tool.ToolDialog.Restorer
 
restoreConfigFromWD(WorkDirectory) - Method in class com.sun.javatest.exec.BasicSessionControl
Tries to restore latest available configuration for the session.
restoreContext(Container) - Static method in class com.sun.javatest.util.MainFrame
Deprecated.
replaced by releaseFrame.
restoreHistory() - Method in class com.sun.javatest.tool.Desktop
 
Restorer() - Constructor for class com.sun.javatest.tool.ToolDialog.Restorer
 
restoreTool(Map) - Method in class com.sun.javatest.exec.ExecToolManager
 
restoreTool(Map) - Method in class com.sun.javatest.tool.ToolManager
Restore a tool from previously saved information.
retrieveProperty(String) - Method in class com.sun.interview.Interview
Retrieve a property from the collection of "external" values being stored in the configuration.
retrieveTemplateKeys() - Method in class com.sun.interview.Interview
 
retrieveTemplateProperty(String) - Method in class com.sun.interview.Interview
Retrieve a template property.
ReverseTestFinder - Class in com.sun.javatest.finder
A test finder that reads tests from a delegate, and returns the results in the reverse order.
ReverseTestFinder() - Constructor for class com.sun.javatest.finder.ReverseTestFinder
Default constructor
ReverseTestFinder(TestFinder) - Constructor for class com.sun.javatest.finder.ReverseTestFinder
Constructor to create ReverseTestFinder object when the original TestFinder instance is already created and initialized.
revert() - Method in class com.sun.javatest.exec.InterviewEditor
 
RIGHT - Static variable in class com.sun.javatest.util.HTMLWriter
The HTML "right" attribute value.
rmiCompile(String[]) - Method in class com.sun.javatest.Script
RMI Compile the given class files.
rmiCompile(String, String[]) - Method in class com.sun.javatest.Script
RMI Compile the given class files.
ROW - Static variable in class com.sun.javatest.util.HTMLWriter
The HTML "row" attribute value.
run(String[], PrintWriter, PrintWriter) - Method in class com.sun.javatest.Command
The method that that does the work of the command.
run(String[]) - Method in class com.sun.javatest.EditJTI
Run the utility, without exiting.
run(String[], PrintWriter) - Method in class com.sun.javatest.EditJTI
Run the utility, without exiting, writing any messages to a specified stream.
run() - Method in class com.sun.javatest.EditLinks
Edit the files set up by the EditLinks.EditLinks(String[]) constructor.
run(String[]) - Method in class com.sun.javatest.finder.BinaryTestWriter
Main work method.
run(String[]) - Method in class com.sun.javatest.finder.ShowTests
Main work method.
run(String[], TestDescription, TestEnvironment) - Method in class com.sun.javatest.lib.APIScript
The method that interprets the tags provided in the test description and performs actions accordingly.
run(String[], PrintWriter, PrintWriter) - Method in class com.sun.javatest.lib.ExecStdTestSameJVMCmd
The method that that does the work of the command.
run(String[], PrintWriter, PrintWriter) - Method in class com.sun.javatest.lib.JavaCompileCommand
Invoke a specified compiler, or the default, javac.
run() - Method in class com.sun.javatest.lib.KeywordScript
Run the script, using the parameters set up by the standard initialization methods.
run(String[], TestDescription, TestEnvironment) - Method in class com.sun.javatest.lib.KeywordScript
 
run(String[], PrintWriter, PrintWriter) - Method in class com.sun.javatest.lib.MultiTest
Run the test cases contained in this object.
run(String[], PrintStream, PrintStream) - Method in class com.sun.javatest.lib.MultiTest
Run the test cases contained in this object This method is a convenience wrapper around the primary run method which takes PrintWriters: this variant takes PrintStreams and wraps them into PrintWriters.
run(String[], PrintWriter, PrintWriter) - Method in class com.sun.javatest.lib.ProcessCommand
Run the given command.
run() - Method in class com.sun.javatest.lib.ReportScript
 
run(String[], TestDescription, TestEnvironment) - Method in class com.sun.javatest.lib.ReportScript
This method should not be called; for this class, its identity is significant, not its implementation.
run(String[], TestDescription, TestEnvironment) - Method in class com.sun.javatest.lib.StdTestScript
 
run() - Method in class com.sun.javatest.Script
Run the script, to fill out the test results for the test description given to init.
run(String[], TestDescription, TestEnvironment) - Method in class com.sun.javatest.Script
The primary method to be provided by Scripts.
run(String[], PrintWriter, PrintWriter) - Method in interface com.sun.javatest.Test
Runs the test embodied by the implementation.
run(CommandContext) - Method in class com.sun.javatest.tool.Command
Execute the work embodied by this command, using the given command context.
run(String[], PrintWriter) - Method in class com.sun.javatest.tool.Main
The main routine to run JT Harness.
run(String[], CommandContext) - Method in class com.sun.javatest.tool.Main
A routine to run JT Harness.
run(CommandContext) - Method in class com.sun.javatest.tool.VerboseCommand
 
RUN_OTHER - Static variable in class com.sun.javatest.exec.JavaTestMenuManager
 
RUN_PRIMARY - Static variable in class com.sun.javatest.exec.JavaTestMenuManager
 
runCommands() - Method in class com.sun.javatest.tool.CommandContext
Run the set of commands that have been registered with this object.
runTests(Iterator) - Method in class com.sun.javatest.DefaultTestRunner
 
runTests(String[]) - Method in interface com.sun.javatest.exec.ExecModel
Run specified tests.
runTests() - Method in class com.sun.javatest.exec.ExecTool
Invoked after QSW
runTests(String[]) - Method in class com.sun.javatest.exec.ExecTool
 
runTests(String[]) - Method in class com.sun.javatest.exec.WorkDirChooseTool.ExecModelStub
 
runTests(Iterator) - Method in class com.sun.javatest.TestRunner
Run the tests obtained from an iterator.
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.