org.codehaus.mojo.idlj
Class PackagePrefix

java.lang.Object
  extended by org.codehaus.mojo.idlj.PackagePrefix

public class PackagePrefix
extends Object

Version:
$Revision: 9341 $ $Date: 2009-04-03 23:30:22 +0200 (Fri, 03 Apr 2009) $
Author:
Alan D. Cabrera

Constructor Summary
PackagePrefix()
           
 
Method Summary
 String getPrefix()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackagePrefix

public PackagePrefix()
Method Detail

getType

public String getType()
Returns:
the name of either a top-level module or IDL type to match to use this prefix

getPrefix

public String getPrefix()
Returns:
the package name that will applied to all the idl types that match the criteria


Copyright © 2005-2012 Codehaus. All Rights Reserved.