org.java.plugin
Interface PluginManager.PluginLocation

All Known Implementing Classes:
InternalPluginLocation, StandardPluginLocation
Enclosing class:
PluginManager

public static interface PluginManager.PluginLocation

Simple callback interface to hold info about plug-in manifest and plug-in data locations.

Version:
$Id: PluginManager.java,v 1.5 2007/04/07 12:42:14 ddimon Exp $

Method Summary
 java.net.URL getContextLocation()
           
 java.net.URL getManifestLocation()
           
 

Method Detail

getManifestLocation

java.net.URL getManifestLocation()
Returns:
location of plug-in manifest

getContextLocation

java.net.URL getContextLocation()
Returns:
location of plug-in context ("home")


Copyright © 2010. All Rights Reserved.