public class LinkedResource
extends java.lang.Object
| Constructor and Description |
|---|
LinkedResource(java.lang.String name,
java.lang.String location,
java.lang.String relative,
int type)
Creates a new instance of type LinkedResource.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
public LinkedResource(java.lang.String name,
java.lang.String location,
java.lang.String relative,
int type)
name - location - relative - type - 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.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object