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