org.apache.geronimo.mavenplugins.geronimo
Class ModuleConfig

java.lang.Object
  extended by org.codehaus.mojo.pluginsupport.util.ArtifactItem
      extended by org.apache.geronimo.mavenplugins.geronimo.ModuleConfig

public class ModuleConfig
extends org.codehaus.mojo.pluginsupport.util.ArtifactItem

Module artifact configuration.


Constructor Summary
ModuleConfig()
           
 
Method Summary
 File getPlan()
           
 void setPlan(File plan)
           
 
Methods inherited from class org.codehaus.mojo.pluginsupport.util.ArtifactItem
getArtifactId, getClassifier, getGroupId, getType, getVersion, setArtifactId, setClassifier, setGroupId, setType, setVersion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModuleConfig

public ModuleConfig()
Method Detail

setPlan

public void setPlan(File plan)

getPlan

public File getPlan()


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