Class FileTree.EntryPoint

java.lang.Object
eu.bandm.tools.util.files.FileTree.EntryPoint
All Implemented Interfaces:
EntryPoint<FileTree>
Enclosing class:
FileTree

public static class FileTree.EntryPoint extends Object implements EntryPoint<FileTree>
Entry point for a file tree as a standalone GUI application.
  • Constructor Details

    • EntryPoint

      public EntryPoint()
      Only constructor
  • Method Details

    • createMainInstance

      public FileTree createMainInstance(String[] args)
      Creates a new application main object.
      Specified by:
      createMainInstance in interface EntryPoint<FileTree>
      Parameters:
      args - an array of application-specific command line arguments
      Returns:
      a main object for the application