org.apache.maven.plugin.eclipse
Class LinkedResource
java.lang.Object
org.apache.maven.plugin.eclipse.LinkedResource
public class LinkedResource
- extends Object
Represents a LinkedResources section in the .project
file.
- Author:
- Ashokkumar Sankaran
LinkedResource
public LinkedResource()
- Default constructor
LinkedResource
public LinkedResource(Xpp3Dom node)
- Creates a LinkedResource from a DOM subtree
The subtree must represent a <linkedResources> section from an Eclipse .project file
- Parameters:
node
- DOM node
getName
public String getName()
setName
public void setName(String name)
getType
public String getType()
setType
public void setType(String type)
getLocation
public String getLocation()
setLocation
public void setLocation(String ___location)
getLocationURI
public String getLocationURI()
setLocationURI
public void setLocationURI(String locationURI)
print
public void print(XMLWriter writer)
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.