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
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidString[][]getName()protected voidpossiblyMakeExecutable(File file) booleanMethods inherited from class org.harctoolbox.irscrutinizer.exporter.RemoteSetExporter
export, export, export, export, export, export, export, supportsEmbeddedFormatsMethods 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:
considersRepetitionsin classExporter
-
getFileExtensions
- Specified by:
getFileExtensionsin classExporter
-
getName
-
getPreferredFileExtension
- Specified by:
getPreferredFileExtensionin classExporter
-
supportsMetaData
public boolean supportsMetaData()- Overrides:
supportsMetaDatain classRemoteSetExporter
-
getDocumentation
- Specified by:
getDocumentationin classExporter
-
possiblyMakeExecutable
- Overrides:
possiblyMakeExecutablein classExporter
-
export
public void export(org.harctoolbox.girr.RemoteSet remoteSet, String title, File saveFile, String encoding) throws IOException, TransformerException - Specified by:
exportin classRemoteSetExporter- Throws:
IOExceptionTransformerException
-