org.openarchitectureware.compiler.runtime.util
Class CompiledPostprocessFileHandle
java.lang.Object
org.openarchitectureware.compiler.runtime.util.CompiledPostprocessFileHandle
- All Implemented Interfaces:
- FileHandle
public class CompiledPostprocessFileHandle
- extends java.lang.Object
- implements FileHandle
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompiledPostprocessFileHandle
public CompiledPostprocessFileHandle(Outlet outlet,
EfficientLazyString content,
java.io.File targetFile)
getContent
public EfficientLazyString getContent()
getBuffer
public java.lang.CharSequence getBuffer()
- Specified by:
getBuffer
in interface FileHandle
getFileEncoding
public java.lang.String getFileEncoding()
- Specified by:
getFileEncoding
in interface FileHandle
getOutlet
public Outlet getOutlet()
- Specified by:
getOutlet
in interface FileHandle
getTargetFile
public java.io.File getTargetFile()
- Specified by:
getTargetFile
in interface FileHandle
isAppend
public boolean isAppend()
- Specified by:
isAppend
in interface FileHandle
isOverwrite
public boolean isOverwrite()
- Specified by:
isOverwrite
in interface FileHandle
setBuffer
public void setBuffer(java.lang.CharSequence buffer)
- Specified by:
setBuffer
in interface FileHandle
writeAndClose
public void writeAndClose()
- Specified by:
writeAndClose
in interface FileHandle