public final class RefactoringDriver
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RefactoringDriver.Builder |
Modifier and Type | Method and Description |
---|---|
java.util.List<SuggestedFix> |
drive(Scanner scanner)
Run a refactoring and return any suggested fixes as a result.
|
java.util.List<SuggestedFix> |
drive(Scanner scanner,
java.util.regex.Pattern includeFilePattern)
Run a refactoring and return any suggested fixes as a result.
|
Compiler |
getCompiler() |
static CompilerOptions |
getCompilerOptions() |
public java.util.List<SuggestedFix> drive(Scanner scanner, java.util.regex.Pattern includeFilePattern)
public java.util.List<SuggestedFix> drive(Scanner scanner)
public Compiler getCompiler()
public static CompilerOptions getCompilerOptions()
Copyright © 2009-2018 Google. All Rights Reserved.