public interface ImportPlugin
Modifier and Type | Method and Description |
---|---|
java.io.File |
getFile()
Returns the File object this plugin was instantiated with.
|
java.lang.Object |
importFile(PluginContext context,
java.io.File f) |
java.lang.Object |
importFile(PluginContext context,
java.lang.String filename) |
java.lang.Object |
importFile(PluginContext context,
java.net.URI uri) |
java.lang.Object |
importFile(PluginContext context,
java.net.URL url) |
java.io.File getFile()
java.lang.Object importFile(PluginContext context, java.lang.String filename) throws java.lang.Exception
java.lang.Exception
java.lang.Object importFile(PluginContext context, java.net.URI uri) throws java.lang.Exception
java.lang.Exception
java.lang.Object importFile(PluginContext context, java.net.URL url) throws java.lang.Exception
java.lang.Exception
java.lang.Object importFile(PluginContext context, java.io.File f) throws java.lang.Exception
java.lang.Exception