Uses of Enum
com.theoryinpractise.clojure.ExecutionMode
Packages that use ExecutionMode
-
Uses of ExecutionMode in com.theoryinpractise.clojure
Methods in com.theoryinpractise.clojure that return ExecutionModeModifier and TypeMethodDescriptionstatic ExecutionModeReturns the enum constant of this type with the specified name.static ExecutionMode[]ExecutionMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.theoryinpractise.clojure with parameters of type ExecutionModeModifier and TypeMethodDescriptionprotected voidAbstractClojureCompilerMojo.callClojureWith(ExecutionMode executionMode, File[] sourceDirectory, File outputDirectory, List<String> compileClasspathElements, String mainClass, NamespaceInFile[] namespaceArgs) protected voidAbstractClojureCompilerMojo.callClojureWith(ExecutionMode executionMode, File[] sourceDirectory, File outputDirectory, List<String> compileClasspathElements, String mainClass, String[] clojureArgs)