EJB Doclet Task Provider

org.eclipse.jst.j2ee.ejb.annotations.xdoclet.ejbDocletTaskProvider

This extension point is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

Allows extenders to define tasks that can run during ejbdoclet processing. The task must be supported by XDoclet. Task properties editable by a dynamic UI generated from the extension point.

<!ELEMENT extension (EjbdocletTaskProvider , TaskProperty* , AnnotationProvider*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT EjbdocletTaskProvider EMPTY>

<!ATTLIST EjbdocletTaskProvider

name             CDATA #REQUIRED

class            CDATA #REQUIRED

description      CDATA #REQUIRED

id               CDATA #IMPLIED

defaultSelection (true | false) >


<!ELEMENT TaskProperty EMPTY>

<!ATTLIST TaskProperty

id          CDATA #REQUIRED

label       CDATA #REQUIRED

default     CDATA #IMPLIED

type        (string|boolean|enum|file|dir)

restriction CDATA #IMPLIED

include     (true | false)

description CDATA #IMPLIED>


<!ELEMENT AnnotationProvider EMPTY>

<!ATTLIST AnnotationProvider

class   CDATA #REQUIRED

type    (entity|session|mdb)

include (true | false) >


   

<extension id=

"org.eclipse.jst.j2ee.xdoclet.ejbDocletTaskProvider.utilobject"

name=

"%ejbdoclet.UtilObject"

point=

"org.eclipse.jst.j2ee.ejb.annotations.xdoclet.ejbDocletTaskProvider"

>

<EjbdocletTaskProvider class=

"org.eclipse.jst.j2ee.xdoclet.runtime.internal.tasks.UtilObjectEjbdocletTaskProvider"

defaultSelection=

"true"

description=

"%ejbdoclet.UtilObject.desc"

id=

"org.eclipse.jst.j2ee.xdoclet.runtime.internal.tasks.UtilObjectEjbdocletTaskProvider"

name=

"UtilObject"

/>

<TaskProperty default=

"true"

id=

"ejbdoclet.utilobject.cacheHomes"

label=

"cacheHomes"

include=

"true"

type=

"boolean"

description=

"%ejbdoclet.utilobject.cacheHomes"

/>

<TaskProperty default=

"true"

id=

"ejbdoclet.utilobject.includeGUID"

label=

"includeGUID"

include=

"true"

type=

"boolean"

description=

"%ejbdoclet.utilobject.includeGUID"

/>

<TaskProperty default=

"physical"

id=

"ejbdoclet.utilobject.kind"

label=

"kind"

include=

"true"

restriction=

"physical,logical"

type=

"enum"

description=

"%ejbdoclet.utilobject.kind"

/>

</extension>

org.eclipse.jst.j2ee.ejb.annotations.xdoclet.runtime plugin