@Mojo(name="start",
defaultPhase=PROCESS_SOURCES)
public class StartRedisMojo
extends org.apache.maven.plugin.AbstractMojo
| Constructor and Description |
|---|
StartRedisMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
File |
getOutputDirectory() |
int |
getPort() |
void |
setOutputDirectory(File outputDirectory) |
void |
setPort(int port) |
void |
start() |
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic void start()
throws InterruptedException
InterruptedExceptionpublic void setOutputDirectory(File outputDirectory)
public File getOutputDirectory()
public void setPort(int port)
public int getPort()
Copyright © 2013 Github. All Rights Reserved.