Index

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 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

B

B - Static variable in class com.sun.javatest.util.HTMLWriter
The HTML "b" tag.
backup(File) - Method in class com.sun.javatest.util.BackupPolicy
Backup a file by renaming it to have have a new name of old-name~n where n is chosen to be higher than any other for which a candidate new filename exists.
backupAllSubdirs(File, int) - Static method in class com.sun.javatest.util.BackupUtil
Backups all found "layers" of subdirs.
backupAndOpenStream(File) - Method in class com.sun.javatest.util.BackupPolicy
Backup a file and open a new output stream to the file.
backupAndOpenWriter(File) - Method in class com.sun.javatest.util.BackupPolicy
Backup a file and open a new Writer to the file.
backupAndOpenWriter(File, String) - Method in class com.sun.javatest.util.BackupPolicy
Backup a file and open a new Writer to the file with specified charset.
backupAndRename(File, File) - Method in class com.sun.javatest.util.BackupPolicy
Rename (or move) the source file to the target name.
backupContents(File, int) - Static method in class com.sun.javatest.util.BackupUtil
backups all files in the directory.
backupDir(File, int) - Static method in class com.sun.javatest.util.BackupUtil
This method created to backup dirs.
backupFile(File, int) - Static method in class com.sun.javatest.util.BackupUtil
Performs backup of file.
backupPolicy - Variable in class com.sun.javatest.Script
A backup policy object that specifies how files should be backed up, if a file is found to exist when a new one of the same name is to be written.
BackupPolicy - Class in com.sun.javatest.util
An abstract base class to provide a way of opening files subject to a policy of what to do if a file of the same name already exists.
BackupPolicy() - Constructor for class com.sun.javatest.util.BackupPolicy
 
BackupUtil - Class in com.sun.javatest.util
 
BackupUtil() - Constructor for class com.sun.javatest.util.BackupUtil
Creates a new instance of BackupUtil
BAD_CHECKSUM - Static variable in class com.sun.javatest.TestResult
A code indicating that an invalid checksum was found in a .jtr file.
BadArgs(ResourceBundle, String) - Constructor for exception class com.sun.interview.WizPrint.BadArgs
Create a Fault.
BadArgs(ResourceBundle, String, Object) - Constructor for exception class com.sun.interview.WizPrint.BadArgs
Create a Fault.
BadArgs(ResourceBundle, String, Object...) - Constructor for exception class com.sun.interview.WizPrint.BadArgs
Create a Fault.
BadHelpFault(ResourceBundle, String, Object) - Constructor for exception class com.sun.interview.Interview.BadHelpFault
Deprecated.
 
BasicInterviewParameters - Class in com.sun.javatest.interview
A basic implementation of InterviewParameters that uses standard interviews for all the various interview sections, except the environment section, which remains to be implemented by subtypes.
BasicInterviewParameters(String) - Constructor for class com.sun.javatest.interview.BasicInterviewParameters
Create a BasicInterviewParameters object.
BasicInterviewParameters(String, TestSuite) - Constructor for class com.sun.javatest.interview.BasicInterviewParameters
Create a BasicInterviewParameters object.
BasicParameters - Class in com.sun.javatest
A basic implementation of Parameters for all except the EnvParameters subsection.
BasicParameters() - Constructor for class com.sun.javatest.BasicParameters
 
BasicSession - Class in com.sun.javatest.exec
The very classic implementation of Session that encapsulates the WorkDirectory instance and InterviewParameters instance.
BasicSession(TestSuite) - Constructor for class com.sun.javatest.exec.BasicSession
Creates empty session for the passed test suite.
BasicSession.E_NewConfig - Class in com.sun.javatest.exec
Event which is delivered when current configuration has been modified.
BasicSession.E_NewWD - Class in com.sun.javatest.exec
Event which is delivered when WorkDircotry has been set.
BasicSession.OrderedObserver - Interface in com.sun.javatest.exec
Extension to the Observer interface for those classes which are sensitive to the order of notifying.
BasicSession.U_NewConfig - Class in com.sun.javatest.exec
Class of update to configuration
BasicSessionControl - Class in com.sun.javatest.exec
Class that encapsulate logic of user's actions on update session: operations on configuration and work directory.
BasicSessionControl(JComponent, UIFactory, TestSuite, ContextManager) - Constructor for class com.sun.javatest.exec.BasicSessionControl
Creates a control over new created session for the passed test suite.
BasicSessionControl.E_EditorVisibility - Class in com.sun.javatest.exec
Event to be sent out when Editor become visible/invisible
BasicSessionControl.SessionView - Class in com.sun.javatest.exec
 
batch(Parameters) - Method in class com.sun.javatest.Harness
Run the tests defined by a new set of parameters.
BinaryTestFinder - Class in com.sun.javatest.finder
A TestFinder to read a compressed binary file containing the previously "compiled" results of some other test finder.
BinaryTestFinder() - Constructor for class com.sun.javatest.finder.BinaryTestFinder
Create an uninitialized binary test finder.
BinaryTestFinder(File) - Constructor for class com.sun.javatest.finder.BinaryTestFinder
Deprecated.
Use BinaryTestFinder(File testSuiteRoot, File jtdFile) instead
BinaryTestFinder(File, File) - Constructor for class com.sun.javatest.finder.BinaryTestFinder
Deprecated.
Use BinaryTestFinder(File, File, TestEnvironment) with null as the last argument.
BinaryTestFinder.TestTable - Class in com.sun.javatest.finder
A TestTable is a collection of TestDescriptions.
BinaryTestFinder.TestTree - Class in com.sun.javatest.finder
A TestTree represents a tree of test descriptions; the data of the individual descriptions is stored in a test table.
BinaryTestFinder.TestTree.Node - Class in com.sun.javatest.finder
A node within the test tree.
BinaryTestWriter - Class in com.sun.javatest.finder
BinaryTestWriter creates the data file used by BinaryTestFinder.
BinaryTestWriter() - Constructor for class com.sun.javatest.finder.BinaryTestWriter
 
BinaryTestWriter.BadArgs - Exception Class in com.sun.javatest.finder
This exception is used to report bad command line arguments.
BinaryTestWriter.Fault - Exception Class in com.sun.javatest.finder
This exception is used to report problems that occur while running.
BLACK - Enum constant in enum class com.sun.javatest.tool.UIFactory.Colors
 
Body(ListQuestion, int) - Constructor for class com.sun.interview.ListQuestion.Body
Create an instance of a loop body.
BODY - Static variable in class com.sun.javatest.util.HTMLWriter
The HTML "body" tag.
BooleanConstraints() - Constructor for class com.sun.interview.PropertiesQuestion.BooleanConstraints
 
BooleanConstraints(boolean) - Constructor for class com.sun.interview.PropertiesQuestion.BooleanConstraints
 
BooleanConstraints(boolean, boolean) - Constructor for class com.sun.interview.PropertiesQuestion.BooleanConstraints
 
BORDER - Static variable in class com.sun.javatest.util.HTMLWriter
The HTML "border" attribute.
BP_DocumentationSubpanel - Class in com.sun.javatest.exec
 
BP_DocumentationSubpanel(UIFactory, BP_Model, TestTreeModel, ExecModel) - Constructor for class com.sun.javatest.exec.BP_DocumentationSubpanel
Creates a new instance of BP_DocumentationSubpanel
BR - Static variable in class com.sun.javatest.util.HTMLWriter
The HTML "br" tag.
BUGRPT_URL_PREF - Static variable in class com.sun.javatest.report.ReportManager
 
buildingCache(boolean) - Method in interface com.sun.javatest.TestResultCache.Observer
Called when starting to (re)build the cache.
buildingCache(TestResult) - Method in interface com.sun.javatest.TestResultCache.Observer
Called when a test has been found to put in the cache.
builtCache() - Method in interface com.sun.javatest.TestResultCache.Observer
Called when the cache has been (re)built.
BUTTON_DISABLED_FOREGROUND - Enum constant in enum class com.sun.javatest.tool.UIFactory.Colors
 
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 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form