Uses of Class
com.sun.interview.Interview.Fault
Packages that use Interview.Fault
Package
Description
This package provides a means for creating a set of questions
to be asked by a "wizard".
This package provides facilities for reading, executing
and monitoring tests.
The Test Manager Tool provides a GUI for opening, browsing, configuring,
and running tests and test suites, and for browsing the results.
This package provides a configuration interview for legacy test
suites which do not provide their own interview, and also provides
sub-interviews which may be used to build a custom interview with
standard questions for the standard sections.
-
Uses of Interview.Fault in com.sun.interview
Subclasses of Interview.Fault in com.sun.interviewModifier and TypeClassDescriptionstatic class
Deprecated.No longer used in this API, direct JavaHelp usage was removed.static class
Deprecated.No longer used in this API, direct JavaHelp usage was removed.static class
This exception is thrown when a question is expected to be on the current path, and is not.static class
This exception will be thrown when an attempt to made to specify a dependency that would create a dependency cycle.static class
This exception is to report problems found while opening a JavaHelp help set.static class
This exception is thrown when a named help set cannot be found.Methods in com.sun.interview that throw Interview.FaultModifier and TypeMethodDescriptionHelpSetFactory.createHelpSetObject
(String name, File file) Creates an instance of HelpSet.HelpSetFactory.createHelpSetObject
(String name, Class<?> c) Creates an instance of HelpSet.JavaHelpFactory.createHelpSetObject
(String name, File file) JavaHelpFactory.createHelpSetObject
(String name, Class<?> c) Interview.getInterview
(String tag) Get a sub-interview with a given tag name.void
Interview.last()
Advance to the last question in the interview.void
Load the state for questions from an archive map.void
Load the state for questions from an archive map.void
Interview.next()
Advance to the next question in the interview.void
Interview.prev()
Back up to the previous question in the interview.void
Interview.setCurrentQuestion
(Question q) Jump to a specific question in the interview.protected void
Interview.setHelpSet
(String name) Set the name of the help set used to locate the "more info" for each question.protected void
Interview.setHelpSet
(String name, File file) Set the name of the help set used to locate the "more info" for each question.abstract void
Set the response to this question to the value represented by a string-valued argument.void
Set the response to this question to the value represented by a string-valued argument.void
Set the current value.void
Set the response to this question to the value represented by a string-valued argument.void
Set a specific property within this question.abstract void
Set the response to this question to the value represented by a string-valued argument. -
Uses of Interview.Fault in com.sun.javatest
Subclasses of Interview.Fault in com.sun.javatestModifier and TypeClassDescriptionstatic class
Indicates problems when accessing the configuration file.static class
Indicates problems when accessing the test suite.static class
Indicates problems when accessing the work directory.Methods in com.sun.javatest that throw Interview.FaultModifier and TypeMethodDescriptionvoid
Initialize an InterviewParameters object.void
Load a configuration file to be edited.void
Load a configuration file to be edited.void
EditJTI.load
(File inFile, URLClassLoader loader) Load a configuration file to be edited, using a specified class loader to load the interview class.boolean
InterviewParameters.load()
Load the interview with the contents of the file associated with the interview.boolean
Load the interview with the contents of a specified file, which will become the default file associated with the interview.void
boolean
Load the interview with data that has already been read from a specified file, which will become the default file associated with the interview.static InterviewParameters
Create an InterviewParameters as determined by the contents of an interview file.static InterviewParameters
Create an InterviewParameters by populating the interview for a specified test suite with responses from a given file.static InterviewParameters
InterviewParameters.open
(File file, WorkDirectory workDir) Create an InterviewParameters by populating the interview for a specified work directory with responses from a given file.static InterviewParameters
Open a a configuration file, based on paths for the configuration file, test suite and work directory.static InterviewParameters
Open a a configuration file, based on paths for the configuration file, test suite and work directory.void
Save the edited configuration in a specified file.void
InterviewParameters.save()
Save the current set of answers for the interview in the standard file associated with the interview.void
Save the current state of the interview in a specified file, and make that file the new file associated with the interview.void
Save the current state of the interview in a specified file, and make that file the new file associated with the interview.void
Save the current state of the interview in a specified file, including the paths for the test suite and work directory.void
Save the current state of the interview in a specified file.void
InterviewParameters.saveAs
(File file, boolean saveTestSuite, boolean saveWorkDir, boolean isTemplate) Save the current state of the interview in a specified file. -
Uses of Interview.Fault in com.sun.javatest.exec
Methods in com.sun.javatest.exec that throw Interview.FaultModifier and TypeMethodDescriptionstatic void
InterviewEditor.copy
(InterviewParameters from, InterviewParameters to) protected void
Does actual save work.ContextManager.getTemplate()
Get the active template. -
Uses of Interview.Fault in com.sun.javatest.interview
Methods in com.sun.javatest.interview that throw Interview.FaultModifier and TypeMethodDescriptionprotected TestsInterview
BasicInterviewParameters.createTestsInterview
(InterviewParameters parent) creation of {#link TestsInterview} is extracted into separate class to enable 'hooks' and return {#link TestsInterview} sub classConstructors in com.sun.javatest.interview that throw Interview.FaultModifierConstructorDescriptionprotected
Create a BasicInterviewParameters object.protected
BasicInterviewParameters
(String tag, TestSuite ts) Create a BasicInterviewParameters object.ConcurrencyInterview
(Interview parent) Create an interview.ConcurrencyInterview
(Interview parent, int max) Create an interview.protected
Deprecated.Create a BasicInterviewParameters object.protected
DefaultInterviewParameters
(String tag, TestSuite ts) Deprecated.Create a BasicInterviewParameters object.Create an interview.Create an interview.KeywordsInterview
(InterviewParameters parent) Create an interview.Create an interview.Create a configuration interview for legacy tests suites.LegacyParameters
(TestSuite testSuite) Create a configuration interview for legacy tests suites.Create an interview.TestsInterview
(InterviewParameters parent) Create an interview.Create an interview.