org.melati.poem.prepro
Class MelatiDsdProcessorMojo

Package class diagram package MelatiDsdProcessorMojo
java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.melati.poem.prepro.MelatiDsdProcessorMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class MelatiDsdProcessorMojo
extends org.apache.maven.plugin.AbstractMojo

Process a DSD file.


Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
MelatiDsdProcessorMojo()
           
 
Method Summary
static String capitalised(String name)
          Captialise the first character of the input string.
 void execute()
           
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MelatiDsdProcessorMojo

public MelatiDsdProcessorMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

capitalised

public static String capitalised(String name)
Captialise the first character of the input string.

Parameters:
name -
Returns:
the capitalised string


Copyright © 2000-2010 PanEris. All Rights Reserved.