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

org.netbeans.modules.java.api.common.project.ui
Class LibrariesNode.Key

java.lang.Object
  extended by org.netbeans.modules.java.api.common.project.ui.LibrariesNode.Key
Enclosing class:
LibrariesNode

public static final class LibrariesNode.Key
extends Object


Constructor Summary
LibrariesNode.Key(String anID)
           
 
Method Summary
 boolean equals(Object obj)
           
 URI getArtifactLocation()
           
 String getClassPathId()
           
 String getEntryId()
           
 String getID()
           
 AntArtifact getProject()
           
 SourceGroup getSourceGroup()
           
 int getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LibrariesNode.Key

public LibrariesNode.Key(String anID)
Method Detail

getType

public int getType()

getClassPathId

public String getClassPathId()

getEntryId

public String getEntryId()

getSourceGroup

public SourceGroup getSourceGroup()

getProject

public AntArtifact getProject()

getArtifactLocation

public URI getArtifactLocation()

getID

public String getID()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals 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.