org.netbeans.modules.j2eeserver/4 1.89.0 1

org.netbeans.modules.j2ee.deployment.devmodules.spi
Class ArtifactListener.Artifact

java.lang.Object
  extended by org.netbeans.modules.j2ee.deployment.devmodules.spi.ArtifactListener.Artifact
Enclosing interface:
ArtifactListener

public static final class ArtifactListener.Artifact
extends Object


Method Summary
 ArtifactListener.Artifact distributionPath(File distributionPath)
           
 boolean equals(Object obj)
           
static ArtifactListener.Artifact forFile(File file)
           
 File getDistributionPath()
           
 File getFile()
           
 String getRelocation()
           
 int hashCode()
           
 boolean isReferencedLibrary()
           
 boolean isRelocatable()
           
 boolean isServerResource()
           
 ArtifactListener.Artifact referencedLibrary()
           
 ArtifactListener.Artifact relocatable()
           
 ArtifactListener.Artifact relocatable(String path)
           
 ArtifactListener.Artifact serverResource()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

forFile

public static ArtifactListener.Artifact forFile(File file)

getFile

public File getFile()

referencedLibrary

public ArtifactListener.Artifact referencedLibrary()

isReferencedLibrary

public boolean isReferencedLibrary()

distributionPath

public ArtifactListener.Artifact distributionPath(File distributionPath)

getDistributionPath

public File getDistributionPath()

relocatable

public ArtifactListener.Artifact relocatable()

relocatable

public ArtifactListener.Artifact relocatable(String path)
Parameters:
path -
Returns:
Since:
1.75

isRelocatable

public boolean isRelocatable()

getRelocation

public String getRelocation()

serverResource

public ArtifactListener.Artifact serverResource()

isServerResource

public boolean isServerResource()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

org.netbeans.modules.j2eeserver/4 1.89.0 1

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