public abstract class FileImporter extends Importer
Modifier | Constructor and Description |
---|---|
protected |
FileImporter() |
Modifier and Type | Method and Description |
---|---|
boolean |
canImportDirectories() |
protected void |
dumbLoad(Reader reader,
String origin) |
abstract String[][] |
getFileExtensions() |
String[][] |
getFileExtensions(boolean zip) |
void |
load(File file) |
abstract void |
load(File file,
String origin) |
boolean |
loadFileSelector(Component component,
String title,
String defaultDir) |
void |
possiblyZipLoad(File file) |
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(File file, String origin) throws IOException, ParseException, IrpMasterException
public final void load(File file) throws IOException, ParseException, IrpMasterException
public boolean loadFileSelector(Component component, String title, String defaultDir) throws IOException, ParseException, IrpMasterException
protected void dumbLoad(Reader reader, String origin) throws FileNotFoundException, IOException, ParseException, IrpMasterException
public void possiblyZipLoad(File file) throws ParseException, IOException, IrpMasterException
public boolean canImportDirectories()
public abstract String[][] getFileExtensions()
public String[][] getFileExtensions(boolean zip)
Copyright © 2015. All rights reserved.