Uses of Enum Class
com.theoryinpractise.clojure.ExecutionMode
Packages that use ExecutionMode
-
Uses of ExecutionMode in com.theoryinpractise.clojure
Subclasses with type arguments of type ExecutionMode in com.theoryinpractise.clojureMethods in com.theoryinpractise.clojure that return ExecutionModeModifier and TypeMethodDescriptionstatic ExecutionModeReturns the enum constant of this class with the specified name.static ExecutionMode[]ExecutionMode.values()Returns an array containing the constants of this enum class, 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)