Class PrefixFileFilterExample
- java.lang.Object
-
- org.apache.commons.vfs2.example.filter.PrefixFileFilterExample
-
public final class PrefixFileFilterExample extends java.lang.Object
Example for usingPrefixFileFilter
.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Invokes this example from the command line.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
Invokes this example from the command line.- Parameters:
args
- Arguments TODO- Throws:
java.lang.Exception
- If anything goes wrong.
-
-