public class CompilationUnitGroup
extends java.lang.Object
| Constructor | Description |
|---|---|
CompilationUnitGroup() |
Creates a compilation unit group
|
CompilationUnitGroup(spoon.Launcher laucher) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(java.io.File file) |
Adds a new file to the list of files that make up the compilation unit group
|
void |
run(java.util.List<RefactoringRule> refactoringRules) |
Executes a refactoring job with a list of refactoring rules over the directory
|
public CompilationUnitGroup()
public CompilationUnitGroup(spoon.Launcher laucher)
public void add(java.io.File file)
throws java.io.IOException
file - The file to addjava.io.IOException - Thrown when there is IO exceptionpublic void run(java.util.List<RefactoringRule> refactoringRules) throws java.io.IOException
refactoringRules - A list of refactoring rulesjava.io.IOException - Thrown when there is IO exception