|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.connector.basefiletransfer.net.ClientSymLinkFilter
public class ClientSymLinkFilter
Symbolic Link filter
| Constructor Summary | |
|---|---|
ClientSymLinkFilter()
Constructor |
|
| Method Summary | |
|---|---|
java.util.List<ClientListEntry> |
filter(java.util.List<ClientListEntry> entries)
Method to filter out unmatched ClientListEntry objects
from a List. |
boolean |
match(ClientListEntry entry)
Method to match ClientListEntry objects based on
whether they represent symbolic links or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClientSymLinkFilter()
| Method Detail |
|---|
public boolean match(ClientListEntry entry)
ClientListEntry objects based on
whether they represent symbolic links or not.
match in interface ClientFilterentry - The ClientListEntry to match.
true if ClientListEntry is a
symbolic link, false otherwise.public java.util.List<ClientListEntry> filter(java.util.List<ClientListEntry> entries)
ClientListEntry objects
from a List.
filter in interface ClientFilterentries - The List of ClientListEntries
to filter.
List of all ClientListEntries
matching the Filter's criteria.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||