org.apache.maven.plugin.deb
Class DebianDependency

java.lang.Object
  extended by org.apache.maven.plugin.deb.DebianDependency

public class DebianDependency
extends Object

Version:
$Id: DebianDependency.java 2556 2006-10-23 22:46:56Z topping $
Author:
Trygve Laugstøl

Constructor Summary
DebianDependency()
           
DebianDependency(org.apache.maven.artifact.Artifact artifact)
           
 
Method Summary
 String getArtifactId()
           
 File getFile()
           
 String getGroupId()
           
 String getVersion()
           
 void setArtifactId(String artifactId)
           
 void setFile(File file)
           
 void setGroupId(String groupId)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebianDependency

public DebianDependency()

DebianDependency

public DebianDependency(org.apache.maven.artifact.Artifact artifact)
Method Detail

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

getArtifactId

public String getArtifactId()

setArtifactId

public void setArtifactId(String artifactId)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

getFile

public File getFile()

setFile

public void setFile(File file)


Copyright © 2003-2011 Codehaus. All Rights Reserved.