org.jcoderz.commons.taskdefs
Class LuntBuildTask.Artifact

java.lang.Object
  extended by org.jcoderz.commons.taskdefs.LuntBuildTask.Artifact
Enclosing class:
LuntBuildTask

public static final class LuntBuildTask.Artifact
extends Object

Represents an artifact to retrieve. This class basically consists of a name.


Constructor Summary
LuntBuildTask.Artifact()
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LuntBuildTask.Artifact

public LuntBuildTask.Artifact()
Method Detail

setName

public void setName(String name)
Parameters:
name - The name to set.

getName

public String getName()
Returns:
Returns the name.


Copyright 2007 The jCoderZ Project.