|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ant4eclipse.model.project.LinkedResource
public class LinkedResource
Represents a "linked resource" of an eclipse project
Constructor Summary | |
---|---|
LinkedResource(java.lang.String name,
java.lang.String location,
java.lang.String relative,
int type)
Creates a new instance of type LinkedResource. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getLocation()
The location of the linked resource. |
java.lang.String |
getName()
The name of the linked resource. |
java.lang.String |
getRelativeLocation()
Returns the location relative to the project. |
int |
getType()
The type of the linked resource. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LinkedResource(java.lang.String name, java.lang.String location, java.lang.String relative, int type)
name
- location
- relative
- type
- Method Detail |
---|
public java.lang.String getLocation()
public java.lang.String getName()
public int getType()
public java.lang.String getRelativeLocation()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |