public class PluginBundle
extends java.lang.Object
Constructor and Description |
---|
PluginBundle(AlgorithmPlugin plugin,
ResourceLoader resLoader,
java.io.File file) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getFile()
Gets the file of the plugin.
|
java.lang.String |
getName()
Gets the name of the plugin file.
|
java.lang.String |
getPath()
Gets the path to the plugin file.
|
AlgorithmPlugin |
getPlugin()
Gets the plugin.
|
ResourceLoader |
getResourceLoader()
Gets the resource loader of the plugin.
|
java.lang.String |
getSimpleName()
Gets the simplified name of the plugin file.
|
public PluginBundle(AlgorithmPlugin plugin, ResourceLoader resLoader, java.io.File file) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public final AlgorithmPlugin getPlugin()
public final ResourceLoader getResourceLoader()
public final java.io.File getFile()
public final java.lang.String getName()
public final java.lang.String getSimpleName()
public final java.lang.String getPath()