org.pf.plugin
Class PluginUtil

java.lang.Object
  extended by org.pf.plugin.PluginUtil

public class PluginUtil
extends java.lang.Object

Provides helper methods around the PF plug-in mechanism.

Version:
1.2
Author:
Manfred Duchrow

Method Summary
static PluginUtil current()
          Returns the only instance this class supports (design pattern "Singleton")
 Classpath getPluginClasspath()
          Returns the classpath that is used to lookup any plug-in information files.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

current

public static PluginUtil current()
Returns the only instance this class supports (design pattern "Singleton")


getPluginClasspath

public Classpath getPluginClasspath()
Returns the classpath that is used to lookup any plug-in information files.