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,
String charsetName) |
abstract String[][] |
getFileExtensions() |
String[][] |
getFileExtensions(boolean zip) |
void |
load(File file,
String charsetName) |
abstract void |
load(File file,
String origin,
String charsetName) |
boolean |
loadFileSelector(Component component,
String title,
String defaultDir,
String charsetName) |
void |
possiblyZipLoad(File file,
String charsetName) |
addCommand, addCommands, clearCommands, getCommand, getCommandIndex, getCommands, getConcatenatedCommands, getCreatingUser, getEndTimeout, getFallbackFrequency, getHomeUrl, getOrigin, isGenerateCcf, isGenerateRaw, isInvokeAnalyzer, isInvokeDecodeIr, isInvokeRepeatFinder, isVerbose, prepareLoad, setProperties, uniqueNamepublic abstract void load(File file, String origin, String charsetName) throws IOException, ParseException
IOExceptionParseExceptionpublic final void load(File file, String charsetName) throws IOException, ParseException
IOExceptionParseExceptionpublic boolean loadFileSelector(Component component, String title, String defaultDir, String charsetName) throws IOException, ParseException, IrpMasterException
protected void dumbLoad(Reader reader, String origin, String charsetName) throws FileNotFoundException, IOException, ParseException
public void possiblyZipLoad(File file, String charsetName) throws ParseException, IOException
ParseExceptionIOExceptionpublic boolean canImportDirectories()
public abstract String[][] getFileExtensions()
public String[][] getFileExtensions(boolean zip)
Copyright © 2016. All rights reserved.