Class DynamicRemoteSetExportFormat
java.lang.Object
org.harctoolbox.irscrutinizer.exporter.Exporter
org.harctoolbox.irscrutinizer.exporter.RemoteSetExporter
org.harctoolbox.irscrutinizer.exporter.DynamicRemoteSetExportFormat
This class is a RemoteSetExporter that dynamically takes its content from the contents of a configuration file,
or a directory of such.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
String[][]
getName()
protected void
possiblyMakeExecutable
(File file) boolean
Methods inherited from class org.harctoolbox.irscrutinizer.exporter.RemoteSetExporter
export, export, export, export, export, export, export, supportsEmbeddedFormats
Methods inherited from class org.harctoolbox.irscrutinizer.exporter.Exporter
export, export, export, export, exportFilename, getCharset, getCreatingUser, getDateFormatString, getDateString, getDocument, getDocument, getEncoding, getLastSaveFileOrCopy, parseToDocumentFragment, setCreatingUser, setDateFormatFileString, setDateFormatString, setEncoding
-
Field Details
-
EXPORTFORMAT_NAMESPACE
- See Also:
-
-
Method Details
-
considersRepetitions
public boolean considersRepetitions()- Overrides:
considersRepetitions
in classExporter
-
getFileExtensions
- Specified by:
getFileExtensions
in classExporter
-
getName
-
getPreferredFileExtension
- Specified by:
getPreferredFileExtension
in classExporter
-
supportsMetaData
public boolean supportsMetaData()- Overrides:
supportsMetaData
in classRemoteSetExporter
-
getDocumentation
- Specified by:
getDocumentation
in classExporter
-
possiblyMakeExecutable
- Overrides:
possiblyMakeExecutable
in classExporter
-
export
public void export(org.harctoolbox.girr.RemoteSet remoteSet, String title, File saveFile, String encoding) throws IOException, TransformerException - Specified by:
export
in classRemoteSetExporter
- Throws:
IOException
TransformerException
-