public class RunnerBootstrapper extends Object
| Type | Property and Description |
|---|---|
boolean |
supportsNewDependency |
| Constructor and Description |
|---|
RunnerBootstrapper(org.apache.maven.plugin.logging.Log log,
org.apache.maven.execution.MavenSession session,
org.sonatype.plexus.components.sec.dispatcher.SecDispatcher securityDispatcher,
org.sonar.runner.api.EmbeddedRunner runner,
MavenProjectConverter mavenProjectConverter,
ExtensionsFactory extensionsFactory) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
decryptProperties(Properties properties) |
void |
execute() |
boolean |
isVersionPriorTo5Dot0() |
boolean |
isVersionPriorTo5Dot2() |
boolean |
supportsNewDependencyProperty() |
public RunnerBootstrapper(org.apache.maven.plugin.logging.Log log,
org.apache.maven.execution.MavenSession session,
org.sonatype.plexus.components.sec.dispatcher.SecDispatcher securityDispatcher,
org.sonar.runner.api.EmbeddedRunner runner,
MavenProjectConverter mavenProjectConverter,
ExtensionsFactory extensionsFactory)
public void execute()
throws IOException,
org.apache.maven.plugin.MojoExecutionException
IOExceptionorg.apache.maven.plugin.MojoExecutionExceptionpublic Properties decryptProperties(Properties properties)
public boolean supportsNewDependencyProperty()
public boolean isVersionPriorTo5Dot2()
public boolean isVersionPriorTo5Dot0()
Copyright © 2009–2015 MojoHaus. All rights reserved.