org.apache.geronimo.mavenplugins.car
Class ImportConfig

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

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

???


Constructor Summary
ImportConfig()
           
 
Method Summary
 String getImportType()
          Get the import type.
 void setImportType(String importType)
          Set the import type.
 
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

ImportConfig

public ImportConfig()
Method Detail

getImportType

public String getImportType()
Get the import type.

Returns:
The import type; or null if not set.

setImportType

public void setImportType(String importType)
Set the import type.

Parameters:
importType - The import type; or null to unset.


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