Package | Description |
---|---|
de.kruis.padoclet |
You probably know the difference between the
|
de.kruis.padoclet.util |
This package contains utility classes used to build PublishedApiDoclet.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterDocletBase
This class is a base class for javadoc filter doclets.
|
class |
PublishedApiDoclet
This class is a java 1.5 doclet, that is used as a filter between the javadoc
framework and another doclet, that produces some output.
|
Modifier and Type | Field and Description |
---|---|
private static HalfDynamicProxy.MessageInterface |
HalfDynamicProxy.HDPState.defaultReciver
a default implementation of the
HalfDynamicProxy.MessageInterface . |
private HalfDynamicProxy.MessageInterface |
HalfDynamicProxy.HDPState.reciver
where to send messages to.
|
Modifier and Type | Method and Description |
---|---|
static HalfDynamicProxy.HDPState |
HalfDynamicProxy.stateFactory(java.lang.Object userState,
HalfDynamicProxy.MessageInterface reciver)
Create a new state object.
|
Constructor and Description |
---|
HalfDynamicProxy.HDPState(java.lang.Object userState,
HalfDynamicProxy.MessageInterface reciver)
Create a new state object
|