|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.eclipse.emf.ant.taskdefs.EMFTask
org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
org.eclipse.xsd.ecore.importer.taskdefs.XSDGeneratorTask
public class XSDGeneratorTask
Generates source code from models specified in XML Schema files. Exposes some
functionalities available on the XSDImporterApplication
class - check its printUsage() method for detailed information on the arguments
you can use with this task.
This task is supposed to be executed by a Eclipse driver with the org.eclipse.emf.ant plugin. It is neither necessary to use Ant's task TaskDef to declare this task in a script nor to change the Ant's runtime classpath.
The following command line will start a headless Eclipse instance and run the specified Ant script.
java -classpath eclipseDir/startup.jar org.eclipse.core.launcher.Main -data worspaceDir -application org.eclipse.ant.core.antRunner -buildfile antScript
Usage example:
<emf.XSD2Java model="c:/lib/model/lib.xsd"
genModel="c:/lib/emf/lib.genmodel"
modelProject="c:/lib"
modelProjectFragmentPath="src"
modelPluginID="emf.lib.example">
<arg line="-packages http://www.example.eclipse.org/Library"/>
</emf.XSD2Java>
<emf.XSD2Java genModel="c:/lib/emf/lib.genmodel"
modelProject="c:/lib"
modelProjectFragmentPath="src">
<arg line="-packages http://www.example.eclipse.org/Library"/>
<model uri="http://www.example.eclipse.org/library.xsd"/>
<model file="c:/common.xsd"/>
</emf.XSD2Java>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask |
|---|
GeneratorTask.ModelLocation, GeneratorTask.ReconcileGenModelType |
| Field Summary |
|---|
| Fields inherited from class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask |
|---|
autoBuild, commandline, copyright, generateEditorProject, generateEditProject, generateJavaCode, generateModelProject, genModel, GENMODEL_KEEP, GENMODEL_OVERWRITE, GENMODEL_RELOAD, jdkLevel, model, modelPluginID, modelProject, modelProjectFragmentPath, reconcileGenModel, sdo, templatePath, validateModel |
| Fields inherited from class org.apache.tools.ant.Task |
|---|
target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
XSDGeneratorTask()
|
|
| Method Summary | |
|---|---|
protected void |
createGenModel(java.lang.String[] arguments)
|
| Methods inherited from class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask |
|---|
addGenModelArguments, addGenModelPathArgument, addModelPathArgument, adjustEditAndEditorProjects, checkAttributes, createArg, createModel, doExecute, generateCodeFromGenModel, getCommandline, getGeneratorArguments, getJDKLevel, setAutoBuild, setCopyright, setGenerateEditorProject, setGenerateEditProject, setGenerateJavaCode, setGenerateModelProject, setGenModel, setJdkLevel, setModel, setModelPluginID, setModelProject, setModelProjectFragmentPath, setReconcileGenModel, setReconcileGenModel, setSDO, setTemplatePath, setValidateModel, supportMultipleURIs |
| Methods inherited from class org.eclipse.emf.ant.taskdefs.EMFTask |
|---|
assertTrue, execute, getProgressMonitor |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XSDGeneratorTask()
| Method Detail |
|---|
protected void createGenModel(java.lang.String[] arguments)
throws java.lang.Exception
createGenModel in class GeneratorTaskjava.lang.Exception
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||