public class GirrImporter extends RemoteSetImporter implements IReaderImporter, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
homeUrl |
remoteSet| Constructor and Description |
|---|
GirrImporter(boolean validate,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canImportDirectories() |
String[][] |
getFileExtensions() |
String |
getFormatName() |
Schema |
getSchema() |
void |
load(File file,
String origin,
String charsetName) |
void |
load(InputStream inputStream,
String origin) |
void |
load(InputStream inputStream,
String origin,
String charsetName) |
void |
load(Reader reader,
String origin) |
void |
setUrl(URL url) |
void |
setValidate(boolean validate) |
getRemoteSet, setupCommands, setupRemote, setupRemoteSet, setupRemoteSetload, load, load, loaddumbLoad, getFileExtensions, load, loadFileSelector, possiblyZipLoadaddCommand, addCommands, clearCommands, getCommand, getCommandIndex, getCommands, getConcatenatedCommands, getCreatingUser, getEndTimeout, getFallbackFrequency, getHomeUrl, getOrigin, isGenerateCcf, isGenerateRaw, isInvokeAnalyzer, isInvokeDecodeIr, isInvokeRepeatFinder, isVerbose, prepareLoad, setProperties, uniqueNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitload, load, load, loadgetFileExtensions, load, loadFileSelector, possiblyZipLoadgetCommand, getCommands, getConcatenatedCommandspublic static final String homeUrl
public GirrImporter(boolean validate,
URL url)
public Schema getSchema()
public void setUrl(URL url)
url - the url to setpublic void setValidate(boolean validate)
public void load(InputStream inputStream, String origin, String charsetName) throws IOException, ParseException
load in interface IReaderImporterload in class ReaderImporterinputStream - origin - charsetName - ignored; taken from input file encoding.IOExceptionParseExceptionpublic void load(InputStream inputStream, String origin) throws IOException, ParseException
IOExceptionParseExceptionpublic void load(Reader reader, String origin) throws IOException, ParseException
load in interface IReaderImporterload in class ReaderImporterIOException - Generic IO error.ParseException - Generic parse error.public void load(File file, String origin, String charsetName) throws IOException
load in class ReaderImporterfile - origin - charsetName - ignored, instead taken from file encoding field.IOExceptionpublic boolean canImportDirectories()
canImportDirectories in interface IFileImportercanImportDirectories in class FileImporterpublic String[][] getFileExtensions()
getFileExtensions in interface IFileImportergetFileExtensions in class FileImporterpublic String getFormatName()
getFormatName in interface IImporterCopyright © 2016. All rights reserved.