Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractClojureCompilerMojo - Class in com.theoryinpractise.clojure
- AbstractClojureCompilerMojo() - Constructor for class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- AbstractClojureCompilerMojo.SourceDirectory - Enum in com.theoryinpractise.clojure
- append(StringBuilder, String, int) - Method in class com.theoryinpractise.clojure_maven_plugin.HelpMojo
-
Append a description to the buffer by respecting the indentSize and lineLength parameters.
- appendNreplHandler(StringBuilder) - Method in class com.theoryinpractise.clojure.ClojureNReplMojo
- args - Variable in class com.theoryinpractise.clojure.ClojureRunMojo
-
args specified on the command line.
- autodoc - Variable in class com.theoryinpractise.clojure.ClojureAutodocMojo
- autodocTargetDirectory - Variable in class com.theoryinpractise.clojure.ClojureAutodocMojo
B
- baseDirectory - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- baseTestSourceDirectory - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
-
Location of the source files.
- BATCH - Enum constant in enum com.theoryinpractise.clojure.ExecutionMode
- build() - Method in class com.theoryinpractise.clojure_maven_plugin.HelpMojo
C
- callClojureWith(ExecutionMode, File[], File, List<String>, String, NamespaceInFile[]) - Method in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- callClojureWith(ExecutionMode, File[], File, List<String>, String, String[]) - Method in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- callClojureWith(File[], File, List<String>, String, NamespaceInFile[]) - Method in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- callClojureWith(File[], File, List<String>, String, String[]) - Method in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- charset - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
-
Source file encoding
- charset - Variable in class com.theoryinpractise.clojure.NamespaceDiscovery
- classpathElements - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- cleanAOTNamespaces - Variable in class com.theoryinpractise.clojure.ClojureCompilerMojo
-
Should the compile phase clean unwanted aot classes?
- cleanAOTNamespaces(File, String[]) - Method in class com.theoryinpractise.clojure.ClojureCompilerMojo
- ClojureAddSourceMojo - Class in com.theoryinpractise.clojure
-
Add Clojure source directories to the POM
- ClojureAddSourceMojo() - Constructor for class com.theoryinpractise.clojure.ClojureAddSourceMojo
- ClojureAddTestSourceMojo - Class in com.theoryinpractise.clojure
-
Add Clojure test source directories to the POM
- ClojureAddTestSourceMojo() - Constructor for class com.theoryinpractise.clojure.ClojureAddTestSourceMojo
- ClojureAutodocMojo - Class in com.theoryinpractise.clojure
- ClojureAutodocMojo() - Constructor for class com.theoryinpractise.clojure.ClojureAutodocMojo
- ClojureCompilerMojo - Class in com.theoryinpractise.clojure
- ClojureCompilerMojo() - Constructor for class com.theoryinpractise.clojure.ClojureCompilerMojo
- ClojureCompilerMojo.IFileProcessor - Interface in com.theoryinpractise.clojure
- ClojureGenDocMojo - Class in com.theoryinpractise.clojure
- ClojureGenDocMojo() - Constructor for class com.theoryinpractise.clojure.ClojureGenDocMojo
- ClojureMarginaliaMojo - Class in com.theoryinpractise.clojure
-
Mojo for running Marginalia.
- ClojureMarginaliaMojo() - Constructor for class com.theoryinpractise.clojure.ClojureMarginaliaMojo
- ClojureNailgunMojo - Class in com.theoryinpractise.clojure
-
Mojo to start a clojure REPL running vimclojure's nailgun.
- ClojureNailgunMojo() - Constructor for class com.theoryinpractise.clojure.ClojureNailgunMojo
- ClojureNReplMojo - Class in com.theoryinpractise.clojure
- ClojureNReplMojo() - Constructor for class com.theoryinpractise.clojure.ClojureNReplMojo
- clojureOptions - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
-
Clojure/Java command-line options
- ClojureReplMojo - Class in com.theoryinpractise.clojure
-
Mojo to start a clojure repl
- ClojureReplMojo() - Constructor for class com.theoryinpractise.clojure.ClojureReplMojo
- ClojureRunMojo - Class in com.theoryinpractise.clojure
- ClojureRunMojo() - Constructor for class com.theoryinpractise.clojure.ClojureRunMojo
- ClojureRunTestMojo - Class in com.theoryinpractise.clojure
- ClojureRunTestMojo() - Constructor for class com.theoryinpractise.clojure.ClojureRunTestMojo
- ClojureRunTestWithJUnitMojo - Class in com.theoryinpractise.clojure
- ClojureRunTestWithJUnitMojo() - Constructor for class com.theoryinpractise.clojure.ClojureRunTestWithJUnitMojo
- ClojureSwankMojo - Class in com.theoryinpractise.clojure
- ClojureSwankMojo() - Constructor for class com.theoryinpractise.clojure.ClojureSwankMojo
- com.theoryinpractise.clojure - package com.theoryinpractise.clojure
- com.theoryinpractise.clojure_maven_plugin - package com.theoryinpractise.clojure_maven_plugin
- COMPILE - Enum constant in enum com.theoryinpractise.clojure.AbstractClojureCompilerMojo.SourceDirectory
- compileDeclaredNamespaceOnly - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
-
Should we compile all namespaces or only those defined?
- compileDeclaredNamespaceOnly - Variable in class com.theoryinpractise.clojure.NamespaceDiscovery
- copiedNamespaces - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
-
A list of namespaces whose source files will be copied to the output.
- copyAllCompiledNamespaces - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
-
Should the source files of all compiled namespaces be copied to the output? This overrides copiedNamespaces and copyDeclaredNamespaceOnly.
- copyDeclaredNamespaceOnly - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
-
Should we copy the source of all namespaces or only those defined?
- copyNamespaceSourceFilesToOutput(File, NamespaceInFile[]) - Method in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- createJar(String, String) - Method in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- createTemporaryDirectory(String) - Method in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
D
- DEFAULT_LINE_LENGTH - Static variable in class com.theoryinpractise.clojure_maven_plugin.HelpMojo
- demunge(String) - Method in class com.theoryinpractise.clojure.ClojureCompilerMojo
- DEMUNGE_MAP - Static variable in class com.theoryinpractise.clojure.ClojureCompilerMojo
- DEMUNGE_PATTERN - Static variable in class com.theoryinpractise.clojure.ClojureCompilerMojo
- detail - Variable in class com.theoryinpractise.clojure_maven_plugin.HelpMojo
-
If
true, display all settable properties for each goal. - directLinking - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
-
A list of namespaces to compile clojure.compiler.direct-linking
- discoverNamespaces() - Method in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- discoverNamespacesIn(File) - Method in class com.theoryinpractise.clojure.NamespaceDiscovery
- discoverNamespacesIn(String[], File...) - Method in class com.theoryinpractise.clojure.NamespaceDiscovery
-
Discover namespaces in a list of source directories filtered by a list of namespace regexs
- discoverNamespacesInPath(File...) - Method in class com.theoryinpractise.clojure.NamespaceDiscovery
- discoverNamespacesToCopy() - Method in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- doFile(File) - Method in interface com.theoryinpractise.clojure.ClojureCompilerMojo.IFileProcessor
E
- encoding - Variable in class com.theoryinpractise.clojure.ClojureSwankMojo
- equals(Object) - Method in class com.theoryinpractise.clojure.NamespaceInFile
- escapeFilePath(File) - Method in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
-
Escapes the given file path so that it's safe for inclusion in a Clojure string literal.
- escapeFilePath(String, String) - Method in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
-
Escapes the given file path so that it's safe for inclusion in a Clojure string literal.
- execute() - Method in class com.theoryinpractise.clojure_maven_plugin.HelpMojo
- execute() - Method in class com.theoryinpractise.clojure.ClojureAddSourceMojo
- execute() - Method in class com.theoryinpractise.clojure.ClojureAddTestSourceMojo
- execute() - Method in class com.theoryinpractise.clojure.ClojureAutodocMojo
- execute() - Method in class com.theoryinpractise.clojure.ClojureCompilerMojo
- execute() - Method in class com.theoryinpractise.clojure.ClojureGenDocMojo
- execute() - Method in class com.theoryinpractise.clojure.ClojureMarginaliaMojo
- execute() - Method in class com.theoryinpractise.clojure.ClojureNailgunMojo
- execute() - Method in class com.theoryinpractise.clojure.ClojureNReplMojo
- execute() - Method in class com.theoryinpractise.clojure.ClojureReplMojo
- execute() - Method in class com.theoryinpractise.clojure.ClojureRunMojo
- execute() - Method in class com.theoryinpractise.clojure.ClojureRunTestWithJUnitMojo
- execute() - Method in class com.theoryinpractise.clojure.ClojureSwankMojo
- execute() - Method in class com.theoryinpractise.clojure.TestClojureCompilerMojo
- ExecutionMode - Enum in com.theoryinpractise.clojure
- ExecutionMode() - Constructor for enum com.theoryinpractise.clojure.ExecutionMode
F
- filterScope(Set<Artifact>, String) - Method in class com.theoryinpractise.clojure.ClojureMarginaliaMojo
- findNamedChild(Node, String) - Static method in class com.theoryinpractise.clojure_maven_plugin.HelpMojo
- findNamespaceInFile(File, File) - Method in class com.theoryinpractise.clojure.NamespaceDiscovery
- findSingleChild(Node, String) - Static method in class com.theoryinpractise.clojure_maven_plugin.HelpMojo
- formatDependencies(Set<Artifact>) - Method in class com.theoryinpractise.clojure.ClojureMarginaliaMojo
- formatMap(Map<String, String>) - Method in class com.theoryinpractise.clojure.ClojureMarginaliaMojo
G
- generateConfig(PrintWriter, NamespaceInFile[]) - Method in class com.theoryinpractise.clojure.ClojureRunTestWithJUnitMojo
- generatedSourceDirectory - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
-
Location of the generated source files.
- generateTestDocumentation - Variable in class com.theoryinpractise.clojure.ClojureGenDocMojo
-
Should we compile all namespaces or only those defined?
- generateTestScript(PrintWriter) - Method in class com.theoryinpractise.clojure.ClojureRunTestWithJUnitMojo
- getDefaultJavaHomeExecutable(Map<String, String>) - Static method in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- getFilename() - Method in class com.theoryinpractise.clojure.NamespaceInFile
- getIndentLevel(String) - Static method in class com.theoryinpractise.clojure_maven_plugin.HelpMojo
-
Gets the indentation level of the specified line.
- getJavaExecutable() - Method in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- getName() - Method in class com.theoryinpractise.clojure.NamespaceInFile
- getPath(File[]) - Method in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- getPropertyFromExpression(String) - Static method in class com.theoryinpractise.clojure_maven_plugin.HelpMojo
- getProps(NamespaceInFile[]) - Method in class com.theoryinpractise.clojure.ClojureRunTestMojo
- getProps(NamespaceInFile[]) - Method in class com.theoryinpractise.clojure.ClojureRunTestWithJUnitMojo
- getRunWithClasspathElements() - Method in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- getSingleChild(Node, String) - Static method in class com.theoryinpractise.clojure_maven_plugin.HelpMojo
- getSourceDirectories(AbstractClojureCompilerMojo.SourceDirectory...) - Method in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- getSourceFile() - Method in class com.theoryinpractise.clojure.NamespaceInFile
- getSourceInclusionScanner(boolean) - Method in class com.theoryinpractise.clojure.NamespaceDiscovery
- getValue(Node, String) - Static method in class com.theoryinpractise.clojure_maven_plugin.HelpMojo
- getWorkingDirectory() - Method in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- goal - Variable in class com.theoryinpractise.clojure_maven_plugin.HelpMojo
-
The name of the goal for which to show help.
H
- hashCode() - Method in class com.theoryinpractise.clojure.NamespaceInFile
- HelpMojo - Class in com.theoryinpractise.clojure_maven_plugin
-
Display help information on clojure-maven-plugin.
Callmvn clojure:help -Ddetail=true -Dgoal=<goal-name>to display parameter details. - HelpMojo() - Constructor for class com.theoryinpractise.clojure_maven_plugin.HelpMojo
I
- ICLOJURE - Static variable in class com.theoryinpractise.clojure.ClojureReplMojo
- includePluginDependencies - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
-
Include plugin dependencies in classpath?
- includeStale - Variable in class com.theoryinpractise.clojure.NamespaceDiscovery
- indentSize - Variable in class com.theoryinpractise.clojure_maven_plugin.HelpMojo
-
The number of spaces per indentation level, should be positive.
- INTERACTIVE - Enum constant in enum com.theoryinpractise.clojure.ExecutionMode
- isClasspathResource(String) - Method in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- isExistingTestScriptFile(String) - Method in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- isIClojureAvailable(List<String>) - Method in class com.theoryinpractise.clojure.ClojureReplMojo
- isJLineAvailable(List<String>) - Method in class com.theoryinpractise.clojure.ClojureReplMojo
- isNotEmpty(String) - Static method in class com.theoryinpractise.clojure_maven_plugin.HelpMojo
- isPatternFoundInClasspath(List<String>, Pattern) - Method in class com.theoryinpractise.clojure.ClojureReplMojo
- isReplyAvailable(List<String>) - Method in class com.theoryinpractise.clojure.ClojureReplMojo
J
- JLINE - Static variable in class com.theoryinpractise.clojure.ClojureReplMojo
- junitOutput - Variable in class com.theoryinpractise.clojure.ClojureRunTestMojo
-
Whether to produce junit output or not
L
- lineLength - Variable in class com.theoryinpractise.clojure_maven_plugin.HelpMojo
-
The maximum length of a display line, should be positive.
- log - Variable in class com.theoryinpractise.clojure.NamespaceDiscovery
M
- mainClass - Variable in class com.theoryinpractise.clojure.ClojureRunMojo
-
The fully qualified name of the main class to run.
- manifestClasspath(File[], File, List<String>) - Method in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- marginalia - Variable in class com.theoryinpractise.clojure.ClojureMarginaliaMojo
- marginaliaSourceDirectories - Variable in class com.theoryinpractise.clojure.ClojureMarginaliaMojo
-
Location of the source files.
- marginaliaTargetDirectory - Variable in class com.theoryinpractise.clojure.ClojureMarginaliaMojo
-
Location of the output files.
- mergeScripts(String, String[]) - Static method in class com.theoryinpractise.clojure.ClojureRunMojo
-
Returns either a path to a temp file that loads all of the provided scripts, or simply returns the singular
scriptString (which therefore allows for @ classpath-loading paths to be passed in as a script). - middlewareConfigured() - Method in class com.theoryinpractise.clojure.ClojureNReplMojo
N
- namespace - Variable in class com.theoryinpractise.clojure.NamespaceInFile
- NamespaceDiscovery - Class in com.theoryinpractise.clojure
- NamespaceDiscovery(Log, File, String, boolean) - Constructor for class com.theoryinpractise.clojure.NamespaceDiscovery
- NamespaceDiscovery(Log, File, String, boolean, boolean) - Constructor for class com.theoryinpractise.clojure.NamespaceDiscovery
- NamespaceInFile - Class in com.theoryinpractise.clojure
- NamespaceInFile(String, File) - Constructor for class com.theoryinpractise.clojure.NamespaceInFile
- namespaces - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
-
A list of namespaces to compile
- noNreplHandlerAvailable() - Method in class com.theoryinpractise.clojure.ClojureNReplMojo
- nreplHandler - Variable in class com.theoryinpractise.clojure.ClojureNReplMojo
- nreplHost - Variable in class com.theoryinpractise.clojure.ClojureNReplMojo
- nreplMiddlewares - Variable in class com.theoryinpractise.clojure.ClojureNReplMojo
- nsPattern - Variable in class com.theoryinpractise.clojure.NamespaceDiscovery
O
- outputDirectory - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
P
- PLUGIN_HELP_PATH - Static variable in class com.theoryinpractise.clojure_maven_plugin.HelpMojo
- pluginArtifacts - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- port - Variable in class com.theoryinpractise.clojure.ClojureNailgunMojo
- port - Variable in class com.theoryinpractise.clojure.ClojureNReplMojo
- port - Variable in class com.theoryinpractise.clojure.ClojureSwankMojo
- prependClasses - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
-
Classes to put onto the command line before the main class
- project - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- project - Variable in class com.theoryinpractise.clojure.ClojureMarginaliaMojo
-
The Maven Project.
- projectBuildDir - Variable in class com.theoryinpractise.clojure.ClojureAutodocMojo
- projectBuildDir - Variable in class com.theoryinpractise.clojure.ClojureMarginaliaMojo
- projectDescription - Variable in class com.theoryinpractise.clojure.ClojureAutodocMojo
- projectDescription - Variable in class com.theoryinpractise.clojure.ClojureMarginaliaMojo
- projectName - Variable in class com.theoryinpractise.clojure.ClojureAutodocMojo
- projectName - Variable in class com.theoryinpractise.clojure.ClojureMarginaliaMojo
- projectVersion - Variable in class com.theoryinpractise.clojure.ClojureMarginaliaMojo
- protocolVersion - Variable in class com.theoryinpractise.clojure.ClojureSwankMojo
Q
- quote(String) - Method in class com.theoryinpractise.clojure.ClojureMarginaliaMojo
R
- recurseDirectoryFiles(File, ClojureCompilerMojo.IFileProcessor, boolean) - Method in class com.theoryinpractise.clojure.ClojureCompilerMojo
- repeat(String, int) - Static method in class com.theoryinpractise.clojure_maven_plugin.HelpMojo
-
Repeat a String
ntimes to form a new string. - replScript - Variable in class com.theoryinpractise.clojure.ClojureNailgunMojo
-
The clojure script to preceding the switch to the repl
- replScript - Variable in class com.theoryinpractise.clojure.ClojureNReplMojo
-
The clojure script to preceding the switch to the repl
- replScript - Variable in class com.theoryinpractise.clojure.ClojureReplMojo
-
The clojure script to preceding the switch to the repl
- replScript - Variable in class com.theoryinpractise.clojure.ClojureSwankMojo
-
The clojure script to preceding the switch to the repl
- REPLY - Static variable in class com.theoryinpractise.clojure.ClojureReplMojo
- REPLY_REPLY_MAIN - Static variable in class com.theoryinpractise.clojure.ClojureReplMojo
- requireNreplHandlerNs(List<String>) - Method in class com.theoryinpractise.clojure.ClojureNReplMojo
- runWithTests - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
-
Run with test-classpath or compile-classpath?
S
- script - Variable in class com.theoryinpractise.clojure.ClojureRunMojo
-
The main clojure script to run
- scripts - Variable in class com.theoryinpractise.clojure.ClojureRunMojo
-
Additional scripts to run
- server - Variable in class com.theoryinpractise.clojure.ClojureNailgunMojo
-
pre vimclojure 2.2.0: com.martiansoftware.nailgun.NGServer
- session - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- skip - Variable in class com.theoryinpractise.clojure.ClojureRunTestWithJUnitMojo
-
Flag to allow test compiliation to be skipped.
- skip - Variable in class com.theoryinpractise.clojure.TestClojureCompilerMojo
-
Flag to allow test compiliation to be skipped.
- skipTests - Variable in class com.theoryinpractise.clojure.ClojureRunTestWithJUnitMojo
-
Flag to allow test execution to be skipped.
- sourceDirectories - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
-
Location of the source files.
- SourceDirectory() - Constructor for enum com.theoryinpractise.clojure.AbstractClojureCompilerMojo.SourceDirectory
- sourceFile - Variable in class com.theoryinpractise.clojure.NamespaceInFile
- spawnInteractiveConsoleOnWindows - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
-
Spawn a new console window for interactive clojure sessions on Windows
- swankHost - Variable in class com.theoryinpractise.clojure.ClojureSwankMojo
T
- targetPath - Variable in class com.theoryinpractise.clojure.NamespaceDiscovery
- TEMPORARY_FILES_REGEXP - Static variable in class com.theoryinpractise.clojure.NamespaceDiscovery
- temporaryOutputDirectory - Variable in class com.theoryinpractise.clojure.ClojureCompilerMojo
-
Should the compile phase create a temporary output directory for .class files?
- temporaryTestOutputDirectory - Variable in class com.theoryinpractise.clojure.TestClojureCompilerMojo
-
Should the test-compile phase create a temporary output directory for .class files?
- test - Variable in class com.theoryinpractise.clojure.ClojureRunTestWithJUnitMojo
-
Provide a comma separated list of tests to run, instead of trying to run all of the test.
- TEST - Enum constant in enum com.theoryinpractise.clojure.AbstractClojureCompilerMojo.SourceDirectory
- testClasspathElements - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- TestClojureCompilerMojo - Class in com.theoryinpractise.clojure
- TestClojureCompilerMojo() - Constructor for class com.theoryinpractise.clojure.TestClojureCompilerMojo
- testDeclaredNamespaceOnly - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
-
Should we test all namespaces or only those defined?
- testNamespaces - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
-
A list of test namespaces to compile
- testOutputDirectory - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- testOutputDirectory - Variable in class com.theoryinpractise.clojure.ClojureRunTestWithJUnitMojo
-
Output directory for test results
- testScript - Variable in class com.theoryinpractise.clojure.ClojureRunTestWithJUnitMojo
-
The main clojure script to run
- testSourceDirectories - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
-
Location of the source files.
- toLines(String, int, int, int) - Static method in class com.theoryinpractise.clojure_maven_plugin.HelpMojo
-
Splits the specified text into lines of convenient display length.
- toLines(List<String>, String, int, int) - Static method in class com.theoryinpractise.clojure_maven_plugin.HelpMojo
-
Adds the specified line to the output sequence, performing line wrapping if necessary.
- toolchainManager - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
- translatePaths(String[]) - Method in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
V
- valueOf(String) - Static method in enum com.theoryinpractise.clojure.AbstractClojureCompilerMojo.SourceDirectory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.theoryinpractise.clojure.ExecutionMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.theoryinpractise.clojure.AbstractClojureCompilerMojo.SourceDirectory
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.theoryinpractise.clojure.ExecutionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- vmargs - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
-
Specify additional vmargs to use when running clojure or swank.
W
- warnOnReflection - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
-
Should reflective invocations in Clojure source emit warnings? Corresponds with the *warn-on-reflection* var and the clojure.compile.warn-on-reflection system property.
- windowsConsole - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
-
Which Windows command to use when starting the REPL
- windowsEscapeCommandLineArg(String) - Method in class com.theoryinpractise.clojure.ClojureNReplMojo
- windowsEscapeCommandLineArg(String) - Method in class com.theoryinpractise.clojure.ClojureSwankMojo
- workingDirectory - Variable in class com.theoryinpractise.clojure.AbstractClojureCompilerMojo
-
Working directory for forked java clojure process.
- writeGoal(StringBuilder, String, Element) - Method in class com.theoryinpractise.clojure_maven_plugin.HelpMojo
- writeParameter(StringBuilder, Node, Node) - Method in class com.theoryinpractise.clojure_maven_plugin.HelpMojo
X
- xmlEscapeOutput - Variable in class com.theoryinpractise.clojure.ClojureRunTestWithJUnitMojo
-
Whether to XML escape non-report output sent to *out*
All Classes and Interfaces|All Packages|Constant Field Values