Class RemoteSetExporter
java.lang.Object
org.harctoolbox.irscrutinizer.exporter.Exporter
org.harctoolbox.irscrutinizer.exporter.RemoteSetExporter
- Direct Known Subclasses:
DynamicRemoteSetExportFormat
,GirrExporter
,ProntoClassicExporter
,TextExporter
This class does something interesting and useful. Or not...
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
export
(Collection<org.harctoolbox.girr.Command> commands, String source, String title, File file, String charsetName) export
(Map<String, org.harctoolbox.girr.Command> commands, String source, String title, org.harctoolbox.girr.Remote.MetaData metaData, boolean automaticFilenames, Component parent, File exportDir, String charsetName) void
export
(Map<String, org.harctoolbox.girr.Command> commands, String source, String title, org.harctoolbox.girr.Remote.MetaData metaData, File saveFile, String charsetName) protected void
export
(org.harctoolbox.girr.Command command, String source, String title, int repeatCount, File file, String charsetName) void
export
(org.harctoolbox.girr.Command command, String source, String title, File file, String charsetName) void
export
(org.harctoolbox.girr.Remote remote, String title, String source, File saveFile, String charsetName) void
export
(org.harctoolbox.girr.RemoteSet remoteSet, String title, boolean automaticFilenames, Component parent, File exportDir, String charsetName) abstract void
boolean
boolean
Methods inherited from class org.harctoolbox.irscrutinizer.exporter.Exporter
considersRepetitions, export, export, export, export, exportFilename, getCharset, getCreatingUser, getDateFormatString, getDateString, getDocument, getDocument, getDocumentation, getEncoding, getFileExtensions, getLastSaveFileOrCopy, getName, getPreferredFileExtension, parseToDocumentFragment, possiblyMakeExecutable, setCreatingUser, setDateFormatFileString, setDateFormatString, setEncoding
-
Constructor Details
-
RemoteSetExporter
protected RemoteSetExporter()
-
-
Method Details
-
export
public void export(org.harctoolbox.girr.RemoteSet remoteSet, String title, boolean automaticFilenames, Component parent, File exportDir, String charsetName) throws IOException, TransformerException, org.harctoolbox.girr.GirrException, org.harctoolbox.irp.IrpException, org.harctoolbox.ircore.IrCoreException - Throws:
IOException
TransformerException
org.harctoolbox.girr.GirrException
org.harctoolbox.irp.IrpException
org.harctoolbox.ircore.IrCoreException
-
export
public abstract void export(org.harctoolbox.girr.RemoteSet remoteSet, String title, File saveFile, String charsetName) throws IOException, org.harctoolbox.girr.GirrException, org.harctoolbox.irp.IrpException, org.harctoolbox.ircore.IrCoreException, TransformerException - Throws:
IOException
org.harctoolbox.girr.GirrException
org.harctoolbox.irp.IrpException
org.harctoolbox.ircore.IrCoreException
TransformerException
-
export
public void export(org.harctoolbox.girr.Remote remote, String title, String source, File saveFile, String charsetName) throws IOException, TransformerException, org.harctoolbox.girr.GirrException, org.harctoolbox.irp.IrpException, org.harctoolbox.ircore.IrCoreException - Throws:
IOException
TransformerException
org.harctoolbox.girr.GirrException
org.harctoolbox.irp.IrpException
org.harctoolbox.ircore.IrCoreException
-
export
public void export(Map<String, org.harctoolbox.girr.Command> commands, String source, String title, org.harctoolbox.girr.Remote.MetaData metaData, File saveFile, String charsetName) throws IOException, TransformerException, org.harctoolbox.girr.GirrException, org.harctoolbox.irp.IrpException, org.harctoolbox.ircore.IrCoreException- Throws:
IOException
TransformerException
org.harctoolbox.girr.GirrException
org.harctoolbox.irp.IrpException
org.harctoolbox.ircore.IrCoreException
-
export
public File export(Map<String, org.harctoolbox.girr.Command> commands, String source, String title, org.harctoolbox.girr.Remote.MetaData metaData, boolean automaticFilenames, Component parent, File exportDir, String charsetName) throws IOException, TransformerException, org.harctoolbox.girr.GirrException, org.harctoolbox.irp.IrpException, org.harctoolbox.ircore.IrCoreException- Throws:
IOException
TransformerException
org.harctoolbox.girr.GirrException
org.harctoolbox.irp.IrpException
org.harctoolbox.ircore.IrCoreException
-
export
public void export(Collection<org.harctoolbox.girr.Command> commands, String source, String title, File file, String charsetName) throws IOException, TransformerException, org.harctoolbox.girr.GirrException, org.harctoolbox.irp.IrpException, org.harctoolbox.ircore.IrCoreException - Throws:
IOException
TransformerException
org.harctoolbox.girr.GirrException
org.harctoolbox.irp.IrpException
org.harctoolbox.ircore.IrCoreException
-
export
public void export(org.harctoolbox.girr.Command command, String source, String title, File file, String charsetName) throws IOException, TransformerException, org.harctoolbox.girr.GirrException, org.harctoolbox.irp.IrpException, org.harctoolbox.ircore.IrCoreException - Throws:
IOException
TransformerException
org.harctoolbox.girr.GirrException
org.harctoolbox.irp.IrpException
org.harctoolbox.ircore.IrCoreException
-
export
protected void export(org.harctoolbox.girr.Command command, String source, String title, int repeatCount, File file, String charsetName) throws IOException, TransformerException, org.harctoolbox.ircore.IrCoreException, org.harctoolbox.irp.IrpException, org.harctoolbox.girr.GirrException - Specified by:
export
in classExporter
- Throws:
IOException
TransformerException
org.harctoolbox.ircore.IrCoreException
org.harctoolbox.irp.IrpException
org.harctoolbox.girr.GirrException
-
supportsEmbeddedFormats
public boolean supportsEmbeddedFormats() -
supportsMetaData
public boolean supportsMetaData()
-