Package eu.bandm.tools.util.files
Class FileTree.EntryPoint
java.lang.Object
eu.bandm.tools.util.files.FileTree.EntryPoint
- All Implemented Interfaces:
EntryPoint<FileTree>
- Enclosing class:
FileTree
Entry point for a file tree as a standalone GUI application.
-
Nested Class Summary
Nested classes/interfaces inherited from interface eu.bandm.tools.util.java.EntryPoint
EntryPoint.ConsoleRunner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateMainInstance
(String[] args) Creates a new application main object.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface eu.bandm.tools.util.java.EntryPoint
createMainInstance
-
Constructor Details
-
EntryPoint
public EntryPoint()Only constructor
-
-
Method Details
-
createMainInstance
Creates a new application main object.- Specified by:
createMainInstance
in interfaceEntryPoint<FileTree>
- Parameters:
args
- an array of application-specific command line arguments- Returns:
- a main object for the application
-