Uses of Class
com.sun.javatest.ExcludeList.Fault

Packages that use ExcludeList.Fault
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
 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
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.
 



Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.