Package gw.internal.gosu.javadoc
Class JavaDocFactoryImpl
- java.lang.Object
-
- gw.internal.gosu.javadoc.JavaDocFactoryImpl
-
- All Implemented Interfaces:
IJavaDocFactory
public class JavaDocFactoryImpl extends Object implements IJavaDocFactory
-
-
Constructor Summary
Constructors Constructor Description JavaDocFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IClassDocNode
create()
IClassDocNode
create(Class javaClass)
IExceptionNode
createException()
Deprecated.Please don't create these manually, and please fix any code that does.IParamNode
createParam()
Deprecated.Please don't create these manually, and please fix any code that does.
-
-
-
Method Detail
-
create
public IClassDocNode create(Class javaClass)
- Specified by:
create
in interfaceIJavaDocFactory
-
create
public IClassDocNode create()
- Specified by:
create
in interfaceIJavaDocFactory
-
createParam
@Deprecated public IParamNode createParam()
Deprecated.Please don't create these manually, and please fix any code that does.- Specified by:
createParam
in interfaceIJavaDocFactory
- Returns:
- a new, empty IParamNode
-
createException
@Deprecated public IExceptionNode createException()
Deprecated.Please don't create these manually, and please fix any code that does.- Specified by:
createException
in interfaceIJavaDocFactory
- Returns:
- a new, empty IExceptionNode
-
-