Uses of Enum Class
de.spiritscorp.datasync.CLIFlags
Packages that use CLIFlags
-
Uses of CLIFlags in de.spiritscorp.datasync
Subclasses with type arguments of type CLIFlags in de.spiritscorp.datasyncModifier and TypeClassDescriptionenumDefines the supported command-line interface (CLI) switches and arguments utilized to configure the application's runtime environment during the bootstrapping phase.Methods in de.spiritscorp.datasync that return CLIFlagsModifier and TypeMethodDescriptionstatic CLIFlagsCLIFlags.fromArgument(String arg) Resolves a raw command-line argument string to its corresponding strongly-typedCLIFlagsrepresentation.static CLIFlagsReturns the enum constant of this class with the specified name.static CLIFlags[]CLIFlags.values()Returns an array containing the constants of this enum class, in the order they are declared.