@Mojo(name="swank", requiresDependencyResolution=TEST) public class ClojureSwankMojo extends AbstractClojureCompilerMojo
AbstractClojureCompilerMojo.SourceDirectory
Modifier and Type | Field and Description |
---|---|
protected String |
encoding |
protected int |
port |
protected String |
protocolVersion |
protected String |
swankHost |
baseDirectory, baseTestSourceDirectory, charset, classpathElements, compileDeclaredNamespaceOnly, copiedNamespaces, copyDeclaredNamespaceOnly, directLinking, generatedSourceDirectory, namespaces, outputDirectory, project, sourceDirectories, testClasspathElements, testDeclaredNamespaceOnly, testNamespaces, testOutputDirectory, testSourceDirectories, workingDirectory
Constructor and Description |
---|
ClojureSwankMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
callClojureWith, callClojureWith, callClojureWith, callClojureWith, copyNamespaceSourceFilesToOutput, createTemporaryDirectory, discoverNamespaces, discoverNamespacesToCopy, escapeFilePath, escapeFilePath, getRunWithClasspathElements, getSourceDirectories, getWorkingDirectory, isClasspathResource, isExistingTestScriptFile
@Parameter(defaultValue="4005", property="clojure.swank.port") protected int port
@Parameter(defaultValue="2009-09-14", property="clojure.swank.protocolVersion") protected String protocolVersion
@Parameter(defaultValue="iso-8859-1", property="clojure.swank.encoding") protected String encoding
@Parameter(defaultValue="localhost", property="clojure.swank.host") protected String swankHost
Copyright © 2018. All rights reserved.