public class ScannerFactory extends Object
| Constructor and Description |
|---|
ScannerFactory(org.sonarsource.scanner.api.LogOutput logOutput,
boolean debugEnabled,
org.apache.maven.rtinfo.RuntimeInformation runtimeInformation,
org.apache.maven.execution.MavenSession session,
Properties envProps,
PropertyDecryptor propertyDecryptor) |
| Modifier and Type | Method and Description |
|---|---|
org.sonarsource.scanner.api.EmbeddedScanner |
create() |
Properties |
createGlobalProperties() |
public ScannerFactory(org.sonarsource.scanner.api.LogOutput logOutput,
boolean debugEnabled,
org.apache.maven.rtinfo.RuntimeInformation runtimeInformation,
org.apache.maven.execution.MavenSession session,
Properties envProps,
PropertyDecryptor propertyDecryptor)
public org.sonarsource.scanner.api.EmbeddedScanner create()
public Properties createGlobalProperties()
Copyright © 2009–2016. All rights reserved.