|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.interview.Interview
com.sun.javatest.interview.KnownFailuresListInterview
public class KnownFailuresListInterview
This interview collects the "kfl" test filter parameters. It is normally used as one of a series of sub-interviews that collect the parameter information for a test run.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.interview.Interview |
---|
Interview.BadHelpFault, Interview.Fault, Interview.HelpNotFoundFault, Interview.NotOnPathFault, Interview.Observer |
Field Summary |
---|
Fields inherited from class com.sun.interview.Interview |
---|
CHECKSUM, EXPORT_IGNORE_ALL_EXCEPTIONS, EXPORT_IGNORE_NO_EXCEPTIONS, EXPORT_IGNORE_RUNTIME_EXCEPTIONS, EXTERNAL_PREF, INTERVIEW, LOCALE, MARKERS, MARKERS_PREF, QUESTION, SEMANTIC_MAX_VERSION, SEMANTIC_PRE_32, SEMANTIC_VERSION_32, SEMANTIC_VERSION_43, TEMPLATE_PREF |
Constructor Summary | |
---|---|
KnownFailuresListInterview(InterviewParameters parent)
Create an interview. |
Method Summary | |
---|---|
KnownFailuresList |
getKfl()
|
java.io.File[] |
getKflFiles()
|
boolean |
isKflEnabled()
According to the interview, does the user want to use a KFL? |
protected void |
setCustomKflFiles(java.io.File[] files)
|
void |
setKflFiles(java.io.File[] files)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KnownFailuresListInterview(InterviewParameters parent) throws Interview.Fault
parent
- The parent interview of which this is a child.
Interview.Fault
- if there is a problem while creating the interview.Method Detail |
---|
public void setKflFiles(java.io.File[] files)
public java.io.File[] getKflFiles()
protected void setCustomKflFiles(java.io.File[] files)
public KnownFailuresList getKfl()
public boolean isKflEnabled()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |