org.apache.maven.plugins.modello
Class ModelloCliWrapper

java.lang.Object
  extended byorg.apache.maven.plugins.modello.ModelloCliWrapper

public class ModelloCliWrapper
extends Object

Version:
$Id: ArtifactDeployer.java,v 1.6 2004/09/06 04:26:10 felipeal Exp $
Author:
Brett Porter

Constructor Summary
ModelloCliWrapper()
           
 
Method Summary
 void generate()
           
 String getModel()
           
 String getPackageWithVersion()
           
 String getTargetDirectory()
           
 String getType()
           
 String getVersion()
           
 void setModel(String model)
           
 void setPackageWithVersion(String packageWithVersion)
           
 void setTargetDirectory(String targetDirectory)
           
 void setType(String type)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelloCliWrapper

public ModelloCliWrapper()
Method Detail

generate

public void generate()
              throws Exception
Throws:
Exception

getModel

public String getModel()

getPackageWithVersion

public String getPackageWithVersion()

getVersion

public String getVersion()

getType

public String getType()

getTargetDirectory

public String getTargetDirectory()

setModel

public void setModel(String model)

setPackageWithVersion

public void setPackageWithVersion(String packageWithVersion)

setVersion

public void setVersion(String version)

setType

public void setType(String type)

setTargetDirectory

public void setTargetDirectory(String targetDirectory)


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.