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 TypeClassDescriptionclassInterviewSet is an interview that is also a container for an ordered set of child interviews.static classA 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 InterviewQuestion.interviewThe 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 voidInterviewSet.addDependency(Interview child, Interview dependency) Specify a dependency for a child interview.protected QuestionInterview.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.HelpSetHelp.getHelpSet(Interview i) Get the help set used to locate the "more info" for each question.booleanInterview.pathContains(Interview i) Check if the path contains questions from a specific interview.protected voidInterviewSet.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 InterviewModifierConstructorDescriptionprotectedChoiceArrayQuestion(Interview interview, String tag) Create a question with a nominated tag.protectedChoiceArrayQuestion(Interview interview, String tag, String... choices) Create a question with a nominated tag.protectedChoiceQuestion(Interview interview, String tag) Create a question with a nominated tag.protectedChoiceQuestion(Interview interview, String tag, String... choices) Create a question with a nominated tag.protectedCompositeQuestion(Interview interview) Create a question with no identifying tag.protectedCompositeQuestion(Interview interview, String baseTag) Create a question with a nominated tag.ErrorQuestion(Interview interview, String tag) Create a question with a nominated tag.protectedFileListQuestion(Interview interview, String tag) Create a question with a nominated tag.protectedFileQuestion(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.protectedFloatQuestion(Interview interview, String tag) Create a question with a nominated tag.protectedFloatQuestion(Interview interview, String tag, float min, float max, float resolution) Create a question with a nominated tag.protectedInetAddressQuestion(Interview interview, String tag) Create a question with a nominated tag.protectedInetAddressQuestion(Interview interview, String tag, int type) Create a question with a nominated tag.protectedCreate an interview to be used as part of another interview.protectedInterviewSet(Interview parent, String baseTag) Create an interview set.protectedIntQuestion(Interview interview, String tag) Create a question with a nominated tag.protectedIntQuestion(Interview interview, String tag, int min, int max) Create a question with a nominated tag.protectedListQuestion(Interview interview, String tag) Create a question with a nominated tag.protectedNullQuestion(Interview interview) Create a null question.protectedNullQuestion(Interview interview, String tag) Create a question with a nominated tag.protectedNullQuestion(Interview interview, String tag, int level) Create a question with a nominated tag.protectedPropertiesQuestion(Interview interview, String tag) Create a question with a nominated tag.protectedPropertiesQuestion(Interview interview, String tag, String... keys) Create a question with a nominated tag.protectedPropertiesQuestion(Interview interview, String tag, Properties props) Create a question with a nominated tag.protectedCreate a question with no identifying tag.protectedCreate a question with a nominated tag.protectedStringListQuestion(Interview interview, String tag) Create a question with a nominated tag.protectedStringQuestion(Interview interview, String tag) Create a question with a nominated tag.protectedTreeQuestion(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.protectedYesNoQuestion(Interview interview, String tag) Create a question with a nominated tag.protectedYesNoQuestion(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 TypeClassDescriptionclassConfiguration parameters provided via an interview. -
Uses of Interview in com.sun.javatest.interview
Subclasses of Interview in com.sun.javatest.interviewModifier and TypeClassDescriptionclassA 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.classThis interview collects the concurrency parameter.classDeprecated.Use BasicInterviewParametersclassThis interview collects the environment parameter, by means of environment (jte) files and an environment name.classThis interview collects the "exclude list" test filter parameters.classThis interview collects the keyword parameters.classThis interview collects the "kfl" test filter parameters.classA configuration interview for legacy test suites that use environment (.jte) files to define the environment used to run tests.classThis interview collects the "prior status" test filter parameters.classA simple interview that can be used for simple test suites.classThis interview collects the "initial files" parameter.classThis interview collects the timeout factor parameter.Methods in com.sun.javatest.interview with parameters of type InterviewModifier and TypeMethodDescriptionprotected TestsInterview.TreeOrFileChoiceQuestionTestsInterview.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)