|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileHandle | |
|---|---|
| org.eclipse.xpand2.output | Generator output handling |
| Uses of FileHandle in org.eclipse.xpand2.output |
|---|
| Classes in org.eclipse.xpand2.output that implement FileHandle | |
|---|---|
class |
FileHandleImpl
|
| Methods in org.eclipse.xpand2.output that return FileHandle | |
|---|---|
FileHandle |
Outlet.createFileHandle(String filePath)
|
FileHandle |
OutputImpl.current__testONLY()
DO NOT CALL THIS METHOD - FOR TESTS ONLY |
protected FileHandle |
OutputImpl.current()
|
| Methods in org.eclipse.xpand2.output that return types with arguments of type FileHandle | |
|---|---|
protected Stack<FileHandle> |
OutputImpl.getFileHandles()
|
| Methods in org.eclipse.xpand2.output with parameters of type FileHandle | |
|---|---|
void |
PostProcessor.afterClose(FileHandle impl)
Called after the file has been written. |
void |
Outlet.afterClose(FileHandle impl)
|
void |
JavaBeautifier.afterClose(FileHandle impl)
Called after the file has been written. |
void |
FileInfoLogger.afterClose(FileHandle handle)
|
void |
PostProcessor.beforeWriteAndClose(FileHandle impl)
Called before the file will be written. |
void |
Outlet.beforeWriteAndClose(FileHandle impl)
|
void |
JavaBeautifier.beforeWriteAndClose(FileHandle info)
Formats the file using Eclipse code formatter. |
void |
FileInfoLogger.beforeWriteAndClose(FileHandle handle)
|
byte[] |
NoChangesVetoStrategy.getBytes(FileHandle h)
|
boolean |
NoChangesVetoStrategy.hasChanges(FileHandle h)
|
boolean |
VetoStrategy.hasVeto(FileHandle handle)
Called before the file will be written and after beforeWriteAndClose() has been invoked on all post processors. |
boolean |
NoChangesVetoStrategy.hasVeto(FileHandle handle)
|
boolean |
VetoStrategy2.hasVetoBeforeOpen(FileHandle handle)
Called before the file will be opened and generated. |
boolean |
Outlet.shouldWrite(FileHandle fileHandle)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||