Class PlugInManager
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.plugin.PlugInManager
-
public class PlugInManager extends Object
Loads plug-ins (or more precisely, Extensions), and any JAR files that they depend on, from the plug-in directory.
-
-
Constructor Summary
Constructors Constructor Description PlugInManager(WorkbenchContext context, File plugInDirectory, TaskMonitor monitor)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection
getConfigurations()
void
load()
static String
name(Configuration configuration)
static String
version(Configuration configuration)
-
-
-
Constructor Detail
-
PlugInManager
public PlugInManager(WorkbenchContext context, File plugInDirectory, TaskMonitor monitor) throws Exception
- Parameters:
plugInDirectory
- null to leave unspecified- Throws:
Exception
-
-
Method Detail
-
name
public static String name(Configuration configuration)
-
version
public static String version(Configuration configuration)
-
getConfigurations
public Collection getConfigurations()
-
-