Modifier and Type | Method and Description |
---|---|
static ExecutionMode |
ExecutionMode.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractClojureCompilerMojo.callClojureWith(ExecutionMode executionMode,
File[] sourceDirectory,
File outputDirectory,
List<String> compileClasspathElements,
String mainClass,
NamespaceInFile[] namespaceArgs) |
protected void |
AbstractClojureCompilerMojo.callClojureWith(ExecutionMode executionMode,
File[] sourceDirectory,
File outputDirectory,
List<String> compileClasspathElements,
String mainClass,
String[] clojureArgs) |
Copyright © 2018. All rights reserved.