JPF 0.10

org.java.plugin
Interface PluginManager.PluginLocation

All Known Implementing Classes:
StandardPluginLocation
Enclosing interface:
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.22 2006/04/09 17:21:41 ddimon Exp $

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

Method Detail

getManifestLocation

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

getContextLocation

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

JPF 0.10

Copyright © 2004-2005 Dmitry Olshansky. All Rights Reserved.