JPF 0.10

Deprecated API

Deprecated Methods
org.java.plugin.registry.PluginRegistry.getOldPluginDescriptors(String)
          without any replacement, this method will be removed before 1.0 release 
org.java.plugin.registry.PluginRegistry.getOldPluginFragments(String)
          without any replacement, this method will be removed before 1.0 release 
org.java.plugin.PathResolver.isResourceExists(URL)
          use IoUtil.isResourceExists(URL) method instead, this method will be removed before 1.0 release 
org.java.plugin.PathResolver.url2file(URL)
          use IoUtil.url2file(URL) method instead, this method will be removed before 1.0 release 
 

Deprecated Constructors
org.java.plugin.Plugin(PluginManager, PluginDescriptor)
          Define no-arguments constructor instead of this one if you need to run come code during class instantiation. Not though that it is not recommended to put any code within class constructor, use plug-in "lifecyle" methods Plugin.doStart() and Plugin.doStop() for that purposes. 
 


JPF 0.10

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