Uses of Enum Class
eu.bandm.tools.applicationStart.StartApplicationProject_makeBased.Mode
Package
Description
CLI tool to construct the initial skeleton of files and folders required
by metatools and gnu make.
-
Uses of StartApplicationProject_makeBased.Mode in eu.bandm.tools.applicationStart
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.StartApplicationProject_makeBased.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription(package private) void
StartApplicationProject_makeBased.makeHierarchy
(String[] levels, String name_topDir, File file_topDir, String topName, StartApplicationProject_makeBased.Mode mode) Create a hierarchy of directories and Makefiles.(package private) File
StartApplicationProject_makeBased.makeSubSource
(String filePrefix, @Opt String packagePrefix, File context, String name, @Opt String sub, StartApplicationProject_makeBased.Mode mode) Create the directory and the Makefile for one level of the initial source tree.