📄 emitter.exsd
字号:
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="com.objectlearn.j2ee.gmf.emitter">
<annotation>
<appInfo>
<meta.schema plugin="com.objectlearn.j2ee.gmf.emitter" id="emitter" name="emitter"/>
</appInfo>
<documentation>
This extension point allows vendors and developers to provide their templates for ejb code generation using the Lomboz emitter framework.
</documentation>
</annotation>
<element name="extension">
<complexType>
<sequence>
<element ref="emitter"/>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="emitter">
<complexType>
<attribute name="name" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="classpathProvider" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="ejbIntrospector" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="mergeController" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="sessionTemplates" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="entityTemplates" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="messageTemplates" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appInfo>
<meta.section type="since"/>
</appInfo>
<documentation>
Eclipse version 3.0 M9 - In preparation for WebTools Platform project
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="examples"/>
</appInfo>
<documentation>
<extension point="com.objectlearn.j2ee.gmf.emitter"> <emitter name="xdoclet" classpathProvider="org.emitter.path.MyEmitterClasspathPorvider" sessionTemplates="templates/ejb/session" entityTemplates="templates/ejb/entity" messageTemplates="templates/ejb/message" /> </extension>
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="apiInfo"/>
</appInfo>
<documentation>
ClasspathProviders registered using this extension point must implement com.objectlearn.j2ee.gmf.emitter.IEmitterClasspathPorvider interface
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="implementation"/>
</appInfo>
<documentation>
Lomboz comes with an XDoclet EJB emitter implementation
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="copyright"/>
</appInfo>
<documentation>
Copyright (c) 2004 Eteration Bilisim A.S. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the LGPL which accompanies this distribution.
</documentation>
</annotation>
</schema>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -