public abstract class ReaderImporter extends FileImporter
Modifier | Constructor and Description |
---|---|
protected |
ReaderImporter() |
Modifier and Type | Method and Description |
---|---|
void |
load() |
void |
load(File file,
String origin) |
void |
load(InputStream inputStream,
String origin) |
abstract void |
load(Reader reader,
String origin) |
void |
load(String urlOrFilename) |
void |
load(String urlOrFilename,
boolean zip) |
void |
load(String payload,
String origin) |
canImportDirectories, dumbLoad, getFileExtensions, getFileExtensions, load, loadFileSelector, possiblyZipLoad
addCommand, addCommands, clearCommands, getCommand, getCommandIndex, getCommands, getConcatenatedCommands, getCreatingUser, getEndingTimeout, getFallbackFrequency, getHomeUrl, getOrigin, isGenerateCcf, isGenerateRaw, isInvokeAnalyzer, isInvokeDecodeIr, isInvokeRepeatFinder, isVerbose, prepareLoad, setProperties, uniqueName
public abstract void load(Reader reader, String origin) throws IOException, ParseException, IrpMasterException
public void load(File file, String origin) throws IOException, ParseException, IrpMasterException
load
in class FileImporter
IOException
ParseException
IrpMasterException
public void load() throws IOException, ParseException, IrpMasterException
public void load(InputStream inputStream, String origin) throws IOException, ParseException, IrpMasterException
public void load(String payload, String origin) throws IOException, ParseException, IrpMasterException
public void load(String urlOrFilename, boolean zip) throws IOException, ParseException, IrpMasterException
public void load(String urlOrFilename) throws IOException, ParseException, IrpMasterException
Copyright © 2015. All rights reserved.