JET Transformation

Identifier:
org.eclipse.jet.transform

Since:
1.0

Description:
Declares that the extending plugin is a JET transformation.

This extension point is not intended to be used directly by clients.

Configuration Markup:

<!ELEMENT extension (transform)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>


<!ELEMENT transform (description , tagLibraries , enablement?)>

<!ATTLIST transform

startTemplate             CDATA #REQUIRED

templateLoaderClass       CDATA #REQUIRED

modelLoader               CDATA #IMPLIED

overrides                 CDATA #IMPLIED

modelExtension            CDATA #IMPLIED

private                   (true | false) "false"

modelSchema               CDATA #IMPLIED

enableEmbeddedExpressions (true | false)

>

Declares transformation access details. For JET Transformation projects, there is exactly one of these.



<!ELEMENT tagLibraries (importLibrary*)>

Declares tag libraries that may be used by the transformation's templates.



<!ELEMENT importLibrary EMPTY>

<!ATTLIST importLibrary

id         CDATA #REQUIRED

usePrefix  CDATA #REQUIRED

autoImport (true | false)

>

References an JET2 tag library.



<!ELEMENT description (#PCDATA)>

A textual description of the transformation.



Examples:
Not available

Supplied Implementation:
Not applicable.


Copyright (c) 2005, 2010 IBM Corporation and others.