public class DELIB extends JELIB
Output.OutputPreferences, Output.WriteJELIB
Modifier and Type | Field and Description |
---|---|
static char |
PLATFORM_INDEPENDENT_FILE_SEPARATOR |
static java.lang.String |
SEARCH_FOR_CELL_FILES |
dataOutputStream, errorLogger, filePath, printWriter, quiet, stringWriter
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getCellFile(Cell cell)
Method used by other tools to find out relative path for cell.
|
static java.lang.String |
getCellSubDir(CellId cellId)
Cell subdirectory name.
|
java.util.List<java.lang.String> |
getDeletedCellFiles() |
static java.lang.String |
getHeaderFile()
Get relative path to header file from .delib directory
|
java.util.List<java.lang.String> |
getWrittenCellFiles() |
protected boolean |
openTextOutputStream(java.lang.String filePath)
Open the printWriter for writing text files
|
protected boolean |
writeLib(Snapshot snapshot,
LibId libId,
java.util.Set<CellId> oldCells) |
describeDescriptor, writeLib
closeBinaryOutputStream, closeStringsOutputStream, closeTextOutputStream, emitCopyright, exportCellCommand, finishWrite, getAreaToPrint, getNumErrors, getNumWarnings, getOutputPreferences, openBinaryOutputStream, openStringsOutputStream, reportError, reportWarning, saveJelib, setContinuationString, setOutputWidth, writeCell, writeLibrary, writeLibrary, writePanicSnapshot, writeWidthLimited
public static final java.lang.String SEARCH_FOR_CELL_FILES
public static final char PLATFORM_INDEPENDENT_FILE_SEPARATOR
protected boolean openTextOutputStream(java.lang.String filePath)
openTextOutputStream
in class Output
filePath
- the name of the file.public java.util.List<java.lang.String> getDeletedCellFiles()
public java.util.List<java.lang.String> getWrittenCellFiles()
public static java.lang.String getCellSubDir(CellId cellId)
cellId
- public static java.lang.String getCellFile(Cell cell)
cell
- the Cell.public static final java.lang.String getHeaderFile()