org.codehaus.mojo.idlj
Class TestIDLJMojo

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

public class TestIDLJMojo
extends AbstractIDLJMojo

A plugin for processing CORBA IDL files in IDLJ.

Version:
$Id$
Author:
maguro

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
TestIDLJMojo()
           
 
Method Summary
protected  void addCompileSourceRoot()
           
protected  java.lang.String getOutputDirectory()
           
protected  java.lang.String getSourceDirectory()
           
 
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

TestIDLJMojo

public TestIDLJMojo()
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

addCompileSourceRoot

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


Copyright © 2005-2007 null. All Rights Reserved.