public class FileFilter extends Object
Constructor | Description |
---|---|
FileFilter() |
Deprecated.
Constructs a FileFilter object.
|
FileFilter(String description,
String pattern) |
Deprecated.
Constructs a FileFilter object.
|
Modifier and Type | Method | 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.
|
public String getDescription()
public String getPattern()
public void setDescription(String description)
description
- The description.public void setPattern(String pattern)
pattern
- The pattern.Copyright © 2024. All rights reserved.