com.thoughtworks.qdox.model
Class DefaultDocletTagFactory
java.lang.Object
com.thoughtworks.qdox.model.DefaultDocletTagFactory
- All Implemented Interfaces:
- DocletTagFactory, Serializable
public class DefaultDocletTagFactory
- extends Object
- implements DocletTagFactory
- Version:
- $Revision: 546 $
- Author:
- Aslak Hellesøy
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDocletTagFactory
public DefaultDocletTagFactory()
createDocletTag
public DocletTag createDocletTag(String tag,
String text,
AbstractBaseJavaEntity context,
int lineNumber)
- Specified by:
createDocletTag
in interface DocletTagFactory
createDocletTag
public DocletTag createDocletTag(String tag,
String text)
- Specified by:
createDocletTag
in interface DocletTagFactory
Copyright © 2002-2011. All Rights Reserved.