Uses of Class
com.sun.javatest.ExcludeList.Fault
-
Packages that use ExcludeList.Fault Package Description com.sun.javatest This package provides facilities for reading, executing and monitoring tests. -
-
Uses of ExcludeList.Fault in com.sun.javatest
Methods in com.sun.javatest that throw ExcludeList.Fault Modifier and Type Method Description void
ExcludeList. addEntry(ExcludeList.Entry e)
Add an entry to the table.static ExcludeList.Entry
ExcludeList.Entry. read(java.lang.String text)
Create an entry from a string.Constructors in com.sun.javatest that throw ExcludeList.Fault Constructor Description ExcludeList(java.io.File f)
Create an ExcludeList from the data contained in a file.ExcludeList(java.io.File... files)
Create an ExcludeList from the data contained in a series of files.ExcludeList(java.io.File[] files, boolean strict)
Create an ExcludeList from the data contained in a series of files.ExcludeList(java.io.File f, boolean strict)
Create an ExcludeList from the data contained in a file.
-