|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.as400.vaccess.FileFilter
The FileFilter class provides file filtering support.
Constructor Summary | |
---|---|
FileFilter()
Deprecated. Constructs a FileFilter object. |
|
FileFilter(String description,
String pattern)
Deprecated. Constructs a FileFilter object. |
Method Summary | |
---|---|
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 |