protected final class LocalUWSFileManager.OwnerFileFilter
extends java.lang.Object
implements java.io.FileFilter
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
ownerID |
| Modifier | Constructor and Description |
|---|---|
protected |
OwnerFileFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.io.File f) |
void |
setOwnerID(java.lang.String ownerID)
Sets the ID of the user whose the backup file must be returned.
|
public void setOwnerID(java.lang.String ownerID)
ownerID - ID of the user whose the backup file must be returned. (MAY BE NULL)public boolean accept(java.io.File f)
accept in interface java.io.FileFilter