org.harctoolbox.irscrutinizer.exporter
Class GirrExporter
java.lang.Object
org.harctoolbox.irscrutinizer.exporter.Exporter
org.harctoolbox.irscrutinizer.exporter.RemoteSetExporter
org.harctoolbox.irscrutinizer.exporter.GirrExporter
- All Implemented Interfaces:
- ICommandExporter, IRemoteSetExporter
public class GirrExporter
- extends RemoteSetExporter
- implements IRemoteSetExporter
This class does something interesting and useful. Or not...
| Fields inherited from class org.harctoolbox.irscrutinizer.exporter.Exporter |
exportDir |
|
Constructor Summary |
GirrExporter(java.lang.String creatingUser,
java.io.File exportDir,
java.lang.String girrStyleSheetType,
java.lang.String girrStyleSheetUrl,
boolean fatRaw,
boolean createSchemaLocation,
boolean generateRaw,
boolean generateCcf,
boolean generateParameters,
org.harctoolbox.girr.Command.CommandTextFormat... extraFormats)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GirrExporter
public GirrExporter(java.lang.String creatingUser,
java.io.File exportDir,
java.lang.String girrStyleSheetType,
java.lang.String girrStyleSheetUrl,
boolean fatRaw,
boolean createSchemaLocation,
boolean generateRaw,
boolean generateCcf,
boolean generateParameters,
org.harctoolbox.girr.Command.CommandTextFormat... extraFormats)
export
public void export(org.harctoolbox.girr.RemoteSet remoteSet,
java.lang.String title,
int count,
java.io.File file)
throws java.io.FileNotFoundException,
java.io.IOException,
org.harctoolbox.IrpMaster.IrpMasterException
- Specified by:
export in interface IRemoteSetExporter- Specified by:
export in class RemoteSetExporter
- Throws:
java.io.FileNotFoundException
java.io.IOException
org.harctoolbox.IrpMaster.IrpMasterException
getFileExtensions
public java.lang.String[][] getFileExtensions()
- Specified by:
getFileExtensions in class Exporter
getPreferredFileExtension
public java.lang.String getPreferredFileExtension()
- Specified by:
getPreferredFileExtension in interface ICommandExporter- Specified by:
getPreferredFileExtension in class Exporter
getFormatName
public java.lang.String getFormatName()
- Specified by:
getFormatName in interface ICommandExporter- Specified by:
getFormatName in class Exporter
supportsEmbeddedFormats
public boolean supportsEmbeddedFormats()
- Specified by:
supportsEmbeddedFormats in interface IRemoteSetExporter- Overrides:
supportsEmbeddedFormats in class RemoteSetExporter