Package org.apache.commons.vfs2.example
Class ShowProperties
- java.lang.Object
-
- org.apache.commons.vfs2.example.ShowProperties
-
public final class ShowProperties extends java.lang.Object
Example which prints all properties of the file passed as first parameter.
-
-
Field Summary
Fields Modifier and Type Field Description private static int
SHOW_MAX
Maximum number of children to show.
-
Constructor Summary
Constructors Modifier Constructor Description private
ShowProperties()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-
-
-
Field Detail
-
SHOW_MAX
private static final int SHOW_MAX
Maximum number of children to show.- See Also:
- Constant Field Values
-
-