Class RefactoringDriver.Builder
java.lang.Object
com.google.javascript.refactoring.RefactoringDriver.Builder
- Enclosing class:
RefactoringDriver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExterns
(Iterable<SourceFile> externs) addExternsFromCode
(String code) addExternsFromFile
(Iterable<String> externs) addExternsFromFile
(String filename) addInputs
(Iterable<SourceFile> inputs) addInputsFromCode
(String code) addInputsFromCode
(String code, String filename) addInputsFromFile
(Iterable<String> inputs) addInputsFromFile
(String filename) build()
withCompilerOptions
(CompilerOptions compilerOptions)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
addExternsFromFile
-
addExternsFromFile
-
addExternsFromCode
-
addExterns
-
addInputsFromFile
-
addInputsFromFile
-
addInputsFromCode
-
addInputsFromCode
-
addInputs
-
withCompilerOptions
-
build
-