Uses of Interface
org.eclipse.xpand2.output.FileHandle

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
           
 

Fields in org.eclipse.xpand2.output with type parameters of type FileHandle
protected  java.util.Stack<FileHandle> OutputImpl.fileHandles
           
 

Methods in org.eclipse.xpand2.output that return FileHandle
 FileHandle Outlet.createFileHandle(java.lang.String filePath)
           
 FileHandle OutputImpl.current__testONLY()
          DO NOT CALL THIS METHOD - FOR TESTS ONLY
protected  FileHandle OutputImpl.current()
           
 

Methods in org.eclipse.xpand2.output with parameters of type FileHandle
 void XmlBeautifier.afterClose(FileHandle impl)
           
 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 XmlBeautifier.beforeWriteAndClose(FileHandle info)
           
 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.
 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.
 


Copyright 2007 committers of openArchitectureWare and others.
All Rights Reserved.