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()
Run the refactoring and return any suggested fixes as a result.
|
java.util.List<SuggestedFix> |
drive(java.util.regex.Pattern includeFilePattern)
Run the refactoring and return any suggested fixes as a result.
|
Compiler |
getCompiler() |
static CompilerOptions |
getCompilerOptions() |
public java.util.List<SuggestedFix> drive(java.util.regex.Pattern includeFilePattern)
public java.util.List<SuggestedFix> drive()
public Compiler getCompiler()
public static CompilerOptions getCompilerOptions()
Copyright © 2009-2017 Google. All Rights Reserved.