org.overlord.sramp.client.jar
Class CandidateArtifact

java.lang.Object
  extended by org.overlord.sramp.client.jar.CandidateArtifact

public class CandidateArtifact
extends Object

An artifact that *may* get included in the S-RAMP archive being created from a source JAR archive.

Author:
eric.wittmann@redhat.com

Constructor Summary
CandidateArtifact(File file)
          Constructor.
 
Method Summary
 String getName()
          Gets the name of the candidate artifact.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CandidateArtifact

public CandidateArtifact(File file)
Constructor.

Parameters:
file -
Method Detail

getName

public String getName()
Gets the name of the candidate artifact.



Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.