public abstract class AbstractPatchWriter extends AbstractFileWriter
| Constructor and Description |
|---|
AbstractPatchWriter() |
| Modifier and Type | Method and Description |
|---|---|
File |
createOutputDirectory(Object o) |
String |
getCause() |
String |
getPatchFormat() |
protected Writer |
getWriter(File out) |
boolean |
isPatchPerChange() |
boolean |
isPatchPerFile() |
boolean |
requiresToAppend(VisitorContext vc) |
void |
setCause(String cause) |
void |
setPatchFormat(String format) |
void |
setPatchPerChange(boolean patchPerChange) |
void |
setPatchPerFile(boolean patchPerFile) |
append, close, flush, getContent, getEncoding, getEndLineChar, getExcludes, getIncludes, getOutputDirectory, getOutputFile, getPath, isValid, setEncoding, setExcludes, setIncludes, setOutputDirectory, setPath, setPlatform, write, writepublic File createOutputDirectory(Object o)
createOutputDirectory in class AbstractFileWriterpublic boolean requiresToAppend(VisitorContext vc)
requiresToAppend in class AbstractFileWriterprotected Writer getWriter(File out) throws UnsupportedEncodingException, FileNotFoundException
getWriter in class AbstractFileWriterUnsupportedEncodingExceptionFileNotFoundExceptionpublic void setPatchPerChange(boolean patchPerChange)
public void setPatchPerFile(boolean patchPerFile)
public void setPatchFormat(String format)
public String getCause()
public void setCause(String cause)
public boolean isPatchPerChange()
public boolean isPatchPerFile()
public String getPatchFormat()
Copyright © 2017. All rights reserved.