Uses of Class
net.sf.fikin.doclets.AbstractDoclet

Packages that use AbstractDoclet
net.sf.fikin.doclets Package Specification 
 

Uses of AbstractDoclet in net.sf.fikin.doclets
 

Subclasses of AbstractDoclet in net.sf.fikin.doclets
 class VelocityDoclet
          Doclet interface backed by a Velocity engine
 

Fields in net.sf.fikin.doclets declared as AbstractDoclet
protected static AbstractDoclet AbstractDoclet.singleton
          singleton instance of this doclet, all static calls are delegated to this one object subclasses are responsible to assign a valid instance during construction time
 

Methods in net.sf.fikin.doclets with parameters of type AbstractDoclet
protected static void AbstractDoclet.setSingleton(AbstractDoclet doclet)
          assign the singleton refernce to given doclet object this is method is to be called by the subclass "static" constructor
 



Copyright © 2003-2007 Nikolay Fiykov. All Rights Reserved.