org.netbeans.modules.java.api.common/0 1.37

org.netbeans.modules.java.api.common.project.ui.customizer
Class AntArtifactItem

java.lang.Object
  extended by org.netbeans.modules.java.api.common.project.ui.customizer.AntArtifactItem

public final class AntArtifactItem
extends Object

Pair of AntArtifact and one of jars it produces.

Since:
org.netbeans.modules.java.api.common/1 1.5

Constructor Summary
AntArtifactItem(AntArtifact artifact, URI artifactURI)
           
 
Method Summary
 AntArtifact getArtifact()
           
 URI getArtifactURI()
           
static AntArtifactItem[] showAntArtifactItemChooser(String[] artifactTypes, Project master, Component parent)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AntArtifactItem

public AntArtifactItem(AntArtifact artifact,
                       URI artifactURI)
Method Detail

showAntArtifactItemChooser

public static AntArtifactItem[] showAntArtifactItemChooser(String[] artifactTypes,
                                                           Project master,
                                                           Component parent)

getArtifact

public AntArtifact getArtifact()

getArtifactURI

public URI getArtifactURI()

toString

public String toString()
Overrides:
toString in class Object

org.netbeans.modules.java.api.common/0 1.37

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.