public class Importer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static ResourceImporter |
resourceImporter |
Constructor and Description |
---|
Importer() |
Modifier and Type | Method and Description |
---|---|
static ContentReader |
getReader(byte[] ba,
FUImportContext ctxt) |
static ContentReader |
getReader(java.io.File f) |
static ContentReader |
getReader(java.net.URL u) |
static ResourceImporter |
getResourceImporter() |
static java.lang.Object |
importFile(java.io.File f) |
static java.lang.Object |
importURL(java.net.URL u) |
static ResourceImporter resourceImporter
public static ResourceImporter getResourceImporter()
public static java.lang.Object importFile(java.io.File f)
public static java.lang.Object importURL(java.net.URL u)
public static ContentReader getReader(byte[] ba, FUImportContext ctxt)
public static ContentReader getReader(java.io.File f)
public static ContentReader getReader(java.net.URL u)
Copyright © 2013. All Rights Reserved.