Package | Description |
---|---|
com.sun.javatest |
This package provides facilities for reading, executing
and monitoring tests.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.