public class LinkedResource extends Object
.project
file.Constructor and Description |
---|
LinkedResource()
Default constructor
|
LinkedResource(Xpp3Dom node)
Creates a LinkedResource from a DOM subtree
The subtree must represent a <linkedResources> section from an Eclipse .project file
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getLocation() |
String |
getLocationURI() |
String |
getName() |
String |
getType() |
int |
hashCode() |
void |
print(XMLWriter writer) |
void |
setLocation(String ___location) |
void |
setLocationURI(String locationURI) |
void |
setName(String name) |
void |
setType(String type) |
public LinkedResource()
public LinkedResource(Xpp3Dom node)
The subtree must represent a <linkedResources> section from an Eclipse .project file
node
- DOM nodepublic String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public String getLocation()
public void setLocation(String ___location)
public String getLocationURI()
public void setLocationURI(String locationURI)
public void print(XMLWriter writer)
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.