|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sourceforge.taglets.simple.impl.DefaultDocletParameter
public class DefaultDocletParameter
Default DocletParameter implementation.
| Constructor Summary | |
|---|---|
DefaultDocletParameter(String destinationDirectory,
String docRoot,
File sourceFile,
int sourceLine,
String qualifiedName,
com.sun.javadoc.Doc tagHolder)
Creates a new default doclet parameter. |
|
| Method Summary | |
|---|---|
String |
getDestinationDirectory()
Returns the path of the JavaDoc destination directory. |
String |
getDocRoot()
Returns the relative path to the documentation root. |
String |
getQualifiedName()
The qualified name of the currently parsed program element. |
File |
getSourceFile()
Returns the source file currently parsed. |
int |
getSourceLine()
Returns the line in the source file currently parsed. |
com.sun.javadoc.Doc |
getTagHolder()
Returns the JavaDoc doclet tag holder for the currently processed tag. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultDocletParameter(String destinationDirectory,
String docRoot,
File sourceFile,
int sourceLine,
String qualifiedName,
com.sun.javadoc.Doc tagHolder)
destinationDirectory - the path of the JavaDoc destination directory.docRoot - the relative path to the documentation root.sourceFile - the source file currently parsed.sourceLine - the line in the source file currently parsed.qualifiedName - the qualified name of the current program element.tagHolder - the doclet tag holder of the tag currently parsed.| Method Detail |
|---|
public String getDestinationDirectory()
ParameterCorresponds to the commandline argument -d <directory> of the standard doclet, defaults to the current directory.
getDestinationDirectory in interface Parameterpublic String getDocRoot()
ParameterCorresponds to the {@docRoot} inline tag.
Warning:
The path returned does not have a trailing slash.
getDocRoot in interface Parameterpublic File getSourceFile()
Parameter
getSourceFile in interface Parameternull if unknown.public int getSourceLine()
ParameterNumbering in source file starts at
1.
getSourceLine in interface Parameter0 if unknown.public String getQualifiedName()
Parameter
getQualifiedName in interface Parameternull if unknown or the
current tag parsed is not associated with a program element.public com.sun.javadoc.Doc getTagHolder()
DocletParameter
getTagHolder in interface DocletParameter
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Taglets Collection 2.0.3 (Build 30)
2008/03/30 15:34:51
Copyright (c) 2002-2008 Bruno Essmann