Uses of Class
com.sun.javatest.ExcludeList.Fault
Packages that use ExcludeList.Fault
Package
Description
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.FaultModifier and TypeMethodDescriptionvoid
ExcludeList.addEntry
(ExcludeList.Entry e) Add an entry to the table.static ExcludeList.Entry
Create an entry from a string.Constructors in com.sun.javatest that throw ExcludeList.FaultModifierConstructorDescriptionExcludeList
(File f) Create an ExcludeList from the data contained in a file.ExcludeList
(File... files) Create an ExcludeList from the data contained in a series of files.ExcludeList
(File[] files, boolean strict) Create an ExcludeList from the data contained in a series of files.ExcludeList
(File f, boolean strict) Create an ExcludeList from the data contained in a file.