Package Torello.Java

Class FileNode.RetTypeChoice

  • Enclosing class:
    FileNode

    public static class FileNode.RetTypeChoice
    extends java.lang.Object
    A class allowing a user to specify a return-type and a sort-type for results from FileNode operations.

    This class provides a long list of available options for output when using the FileNode methods such as flatten(...) or getDirContents(...).

    IMPORTANT:
    Listed below is a (slightly) less-commonly-used Java Syntax/Structure for importing all of the public static-fields offered by a class. In order to use the fields provided by this class, the import statement below will help import this class' contents. Notice the keyword 'static' used immediately after the keyword 'import'.

    Java Line of Code:
    import static Torello.Java.FileNode.RetTypeChoice.*;