public interface ModificationResult
Modifier and Type | Method and Description |
---|---|
void |
commit()
Performs commit of changes into files.
|
Collection<? extends FileObject> |
getModifiedFileObjects()
FileObjects modified by this ModificationResult.
|
Collection<? extends File> |
getNewFiles()
New files generated by this ModificationResult.
|
String |
getResultingSource(FileObject file)
New source text for given file.
|
String getResultingSource(FileObject file) throws IOException, IllegalArgumentException
file
- IOException
IllegalArgumentException
Collection<? extends FileObject> getModifiedFileObjects()
Collection<? extends File> getNewFiles()
void commit() throws IOException
IOException