Uses of Class
com.sun.interview.Interview
Packages that use Interview
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.
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 in com.sun.interview
Subclasses of Interview in com.sun.interviewModifier and TypeClassDescriptionclass
InterviewSet is an interview that is also a container for an ordered set of child interviews.static class
A special subtype of Interview to use for the questions in the body of a loop.Fields in com.sun.interview declared as InterviewModifier and TypeFieldDescriptionprotected Interview
Question.interview
The interview to which this question belongs.Methods in com.sun.interview that return InterviewModifier and TypeMethodDescriptionInterview.getInterview
(String tag) Get a sub-interview with a given tag name.Question.getInterview()
Return the interview of which this question is a part.Interview.getParent()
Get the parent interview for which this is a child.Interview.getRoot()
Get the root interview object for an interview series.Methods in com.sun.interview with parameters of type InterviewModifier and TypeMethodDescriptionprotected void
InterviewSet.addDependency
(Interview child, Interview dependency) Specify a dependency for a child interview.protected Question
Interview.callInterview
(Interview i, Question q) Return a special type of question used to indicate that a sub-interview interview should be called before proceeding to the next question in this interview.static com.sun.javatest.tool.jthelp.HelpSet
Help.getHelpSet
(Interview i) Get the help set used to locate the "more info" for each question.boolean
Interview.pathContains
(Interview i) Check if the path contains questions from a specific interview.protected void
InterviewSet.removeDependency
(Interview child, Interview dependency) Remove any dependency between two interviews, and hence any ordering constraint between these two interviews.HelpSetFactory.Default.updateHelpSetObject
(Interview interview, Object object) HelpSetFactory.updateHelpSetObject
(Interview interview, Object object) Updates a HelpSet instance associated with the given interview.JavaHelpFactory.updateHelpSetObject
(Interview interview, Object object) Constructors in com.sun.interview with parameters of type InterviewModifierConstructorDescriptionprotected
ChoiceArrayQuestion
(Interview interview, String tag) Create a question with a nominated tag.protected
ChoiceArrayQuestion
(Interview interview, String tag, String... choices) Create a question with a nominated tag.protected
ChoiceQuestion
(Interview interview, String tag) Create a question with a nominated tag.protected
ChoiceQuestion
(Interview interview, String tag, String... choices) Create a question with a nominated tag.protected
CompositeQuestion
(Interview interview) Create a question with no identifying tag.protected
CompositeQuestion
(Interview interview, String baseTag) Create a question with a nominated tag.ErrorQuestion
(Interview interview, String tag) Create a question with a nominated tag.protected
FileListQuestion
(Interview interview, String tag) Create a question with a nominated tag.protected
FileQuestion
(Interview interview, String tag) Create a question with a nominated tag.FinalQuestion
(Interview interview) Create an anonymous question that can be used to mark the end of a series of questions.FinalQuestion
(Interview interview, String tag) Create a question that can be used to mark the end of a series of questions.protected
FloatQuestion
(Interview interview, String tag) Create a question with a nominated tag.protected
FloatQuestion
(Interview interview, String tag, float min, float max, float resolution) Create a question with a nominated tag.protected
InetAddressQuestion
(Interview interview, String tag) Create a question with a nominated tag.protected
InetAddressQuestion
(Interview interview, String tag, int type) Create a question with a nominated tag.protected
Create an interview to be used as part of another interview.protected
InterviewSet
(Interview parent, String baseTag) Create an interview set.protected
IntQuestion
(Interview interview, String tag) Create a question with a nominated tag.protected
IntQuestion
(Interview interview, String tag, int min, int max) Create a question with a nominated tag.protected
ListQuestion
(Interview interview, String tag) Create a question with a nominated tag.protected
NullQuestion
(Interview interview) Create a null question.protected
NullQuestion
(Interview interview, String tag) Create a question with a nominated tag.protected
NullQuestion
(Interview interview, String tag, int level) Create a question with a nominated tag.protected
PropertiesQuestion
(Interview interview, String tag) Create a question with a nominated tag.protected
PropertiesQuestion
(Interview interview, String tag, String... keys) Create a question with a nominated tag.protected
PropertiesQuestion
(Interview interview, String tag, Properties props) Create a question with a nominated tag.protected
Create a question with no identifying tag.protected
Create a question with a nominated tag.protected
StringListQuestion
(Interview interview, String tag) Create a question with a nominated tag.protected
StringQuestion
(Interview interview, String tag) Create a question with a nominated tag.protected
TreeQuestion
(Interview interview, String tag, TreeQuestion.Model model) Create a tree question with a nominated tag and tree model.Create an editor for the questions in an interview.Create an object for printing the current set of questions from an interview.Create an object for printing a set of questions from an interview.protected
YesNoQuestion
(Interview interview, String tag) Create a question with a nominated tag.protected
YesNoQuestion
(Interview interview, String tag, String defaultValue) Create a question with a nominated tag. -
Uses of Interview in com.sun.javatest
Subclasses of Interview in com.sun.javatestModifier and TypeClassDescriptionclass
Configuration parameters provided via an interview. -
Uses of Interview in com.sun.javatest.interview
Subclasses of Interview in com.sun.javatest.interviewModifier and TypeClassDescriptionclass
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.class
This interview collects the concurrency parameter.class
Deprecated.Use BasicInterviewParametersclass
This interview collects the environment parameter, by means of environment (jte) files and an environment name.class
This interview collects the "exclude list" test filter parameters.class
This interview collects the keyword parameters.class
This interview collects the "kfl" test filter parameters.class
A configuration interview for legacy test suites that use environment (.jte) files to define the environment used to run tests.class
This interview collects the "prior status" test filter parameters.class
A simple interview that can be used for simple test suites.class
This interview collects the "initial files" parameter.class
This interview collects the timeout factor parameter.Methods in com.sun.javatest.interview with parameters of type InterviewModifier and TypeMethodDescriptionprotected TestsInterview.TreeOrFileChoiceQuestion
TestsInterview.createTreeOrFileChoiceQuestion
(Interview interview, String tag) creation of {#link TreeOrFileChoiceQuestion} is extracted into separate class to enable 'hooks' and return {#link TreeOrFileChoiceQuestion} sub classConstructors in com.sun.javatest.interview with parameters of type InterviewModifierConstructorDescriptionConcurrencyInterview
(Interview parent) Create an interview.ConcurrencyInterview
(Interview parent, int max) Create an interview.TreeOrFileChoiceQuestion
(Interview interview, String tag)