org.apache.maven.artifact.ant
Class AttachedArtifact

java.lang.Object
  extended by org.apache.maven.artifact.ant.AttachedArtifact

public class AttachedArtifact
extends java.lang.Object

Container for specification of an attached artifact.

Version:
$Id: AttachedArtifact.java 667996 2008-06-15 19:03:37Z hboutemy $
Author:
Jason Dillon

Constructor Summary
AttachedArtifact()
           
 
Method Summary
 java.lang.String getClassifier()
           
 java.io.File getFile()
           
 java.lang.String getType()
           
 void setClassifier(java.lang.String classifier)
           
 void setFile(java.io.File file)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachedArtifact

public AttachedArtifact()
Method Detail

getFile

public java.io.File getFile()

setFile

public void setFile(java.io.File file)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getClassifier

public java.lang.String getClassifier()

setClassifier

public void setClassifier(java.lang.String classifier)


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.