@Mojo(name="dtdToXsd",
defaultPhase=GENERATE_SOURCES)
public class ConvertDTD2XSDMojo
extends AbstractMojo
| Constructor and Description |
|---|
ConvertDTD2XSDMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
setDest(File dest)
Sets the schema file to output.
|
void |
setSource(File source)
Sets the DTD file to convert.
|
getLog, getPluginContext, setLog, setPluginContextpublic void execute()
throws MojoExecutionException
MojoExecutionExceptionMojo.execute()public void setSource(File source)
source - the DTD file to convert.public void setDest(File dest)
dest - the schema file to output.Copyright © 2005-2015 Codehaus. All Rights Reserved.