Uses of Class
com.sun.tools.ws.wscompile.Plugin

Packages that use Plugin
com.sun.tools.ws.wscompile   
com.sun.tools.ws.wscompile.plugin.at_generated   
 

Uses of Plugin in com.sun.tools.ws.wscompile
 

Fields in com.sun.tools.ws.wscompile with type parameters of type Plugin
 List<Plugin> WsimportOptions.activePlugins
          Plugins that are enabled in this compilation.
 

Methods in com.sun.tools.ws.wscompile that return types with arguments of type Plugin
 List<Plugin> WsimportOptions.getAllPlugins()
          Gets all the Plugins discovered so far.
 

Uses of Plugin in com.sun.tools.ws.wscompile.plugin.at_generated
 

Subclasses of Plugin in com.sun.tools.ws.wscompile.plugin.at_generated
 class PluginImpl
          Plugin that marks the generated code by using JSR-250's '@Generated'.
 



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.