|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.listeners.deployers.mc.util.VfsFileFilter
public class VfsFileFilter
A VirtualFileFilter implementation that takes a suffix as a parameter to its
constructor.
| Constructor Summary | |
|---|---|
VfsFileFilter(java.lang.String suffix)
Creates a instance using the passed in suffix |
|
| Method Summary | |
|---|---|
boolean |
accepts(org.jboss.virtual.VirtualFile file)
Accepts only files ending with the suffix. |
java.lang.String |
getSuffix()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VfsFileFilter(java.lang.String suffix)
suffix - The suffix for this filter.
java.lang.IllegalArgumentException - If the passed in suffix is null.| Method Detail |
|---|
public boolean accepts(org.jboss.virtual.VirtualFile file)
accepts in interface org.jboss.virtual.VirtualFileFilterfile - The file to filter.
public java.lang.String getSuffix()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||