|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.as400.vaccess.FileFilter
public class FileFilter extends Object
The FileFilter class provides file filtering support.
| Constructor and Description |
|---|
FileFilter()
Deprecated. Constructs a FileFilter object. |
FileFilter(String description,
String pattern)
Deprecated. Constructs a FileFilter object. |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Deprecated. Returns the description. |
String |
getPattern()
Deprecated. Returns the pattern. |
void |
setDescription(String description)
Deprecated. Sets the description. |
void |
setPattern(String pattern)
Deprecated. Sets the pattern. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileFilter()
public FileFilter(String description,
String pattern)
| Method Detail |
|---|
public String getDescription()
public String getPattern()
public void setDescription(String description)
description - The description.public void setPattern(String pattern)
pattern - The pattern.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||