public class TextExporter extends RemoteSetExporter implements IRemoteSetExporter
creatingUser
Constructor and Description |
---|
TextExporter() |
TextExporter(boolean generateRaw,
boolean generateCcf,
boolean generateParameters,
Command.CommandTextFormat... extraFormatters) |
Modifier and Type | Method and Description |
---|---|
void |
export(RemoteSet remoteSet,
String title,
int count,
File file) |
File |
export(String payload,
boolean automaticFilenames,
Component parent,
File exportDir) |
void |
export(String payload,
File exportFile) |
String[][] |
getFileExtensions() |
String |
getFormatName() |
String |
getPreferredFileExtension() |
boolean |
supportsEmbeddedFormats() |
considersRepetitions, export, export, export, export, export, export, export
exportFilename, getDateFormatString, getDateString, getLastSaveFile, setDateFormatFileString, setDateFormatString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
export, export, export, export, export
considersRepetitions, export, export
public TextExporter(boolean generateRaw, boolean generateCcf, boolean generateParameters, Command.CommandTextFormat... extraFormatters)
public TextExporter()
public String[][] getFileExtensions()
getFileExtensions
in class Exporter
public String getFormatName()
getFormatName
in interface ICommandExporter
getFormatName
in class Exporter
public String getPreferredFileExtension()
getPreferredFileExtension
in interface ICommandExporter
getPreferredFileExtension
in class Exporter
public void export(String payload, File exportFile) throws IrpMasterException, FileNotFoundException
public File export(String payload, boolean automaticFilenames, Component parent, File exportDir) throws IrpMasterException, IOException
IrpMasterException
IOException
public void export(RemoteSet remoteSet, String title, int count, File file) throws FileNotFoundException, IOException, IrpMasterException
export
in interface IRemoteSetExporter
export
in class RemoteSetExporter
FileNotFoundException
IOException
IrpMasterException
public boolean supportsEmbeddedFormats()
supportsEmbeddedFormats
in interface IRemoteSetExporter
supportsEmbeddedFormats
in class RemoteSetExporter
Copyright © 2015. All rights reserved.