org.codehaus.mojo.idlj
Class IDLJMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.idlj.AbstractIDLJMojo
          extended by org.codehaus.mojo.idlj.IDLJMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class IDLJMojo
extends AbstractIDLJMojo

A plugin for processing CORBA IDL files in IDLJ.

Version:
$Id$
Author:
Alan D. Cabrera

Field Summary
 
Fields inherited from class org.codehaus.mojo.idlj.AbstractIDLJMojo
project, projectHelper
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
IDLJMojo()
           
 
Method Summary
protected  void addCompileSourceRoot()
           
protected  java.lang.String getOutputDirectory()
           
protected  java.lang.String getSourceDirectory()
           
protected  void setSourceDirectory(java.lang.String sourceDirectory)
           
 
Methods inherited from class org.codehaus.mojo.idlj.AbstractIDLJMojo
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

IDLJMojo

public IDLJMojo()
Method Detail

getSourceDirectory

protected java.lang.String getSourceDirectory()
Specified by:
getSourceDirectory in class AbstractIDLJMojo

getOutputDirectory

protected java.lang.String getOutputDirectory()
Specified by:
getOutputDirectory in class AbstractIDLJMojo

setSourceDirectory

protected void setSourceDirectory(java.lang.String sourceDirectory)

addCompileSourceRoot

protected void addCompileSourceRoot()
Specified by:
addCompileSourceRoot in class AbstractIDLJMojo


Copyright © 2005-2008 null. All Rights Reserved.