|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.schmant.project.java.OtherJavaProjectClasspathEntry
public class OtherJavaProjectClasspathEntry
A classpath entry that is a dependency on another Java project.
| Constructor Summary | |
|---|---|
OtherJavaProjectClasspathEntry(String name,
ProjectRepository pr)
Create the classpath entry. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
JavaProject |
getProject()
Get the project that the owner of this classpath entry depends on. |
String |
getProjectName()
Get the name of the project. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OtherJavaProjectClasspathEntry(String name,
ProjectRepository pr)
name - The name of the project that the owner of this classpath
entry depends on.pr - The project repository.| Method Detail |
|---|
public String getProjectName()
public JavaProject getProject()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||