public class EclipseConfigFile extends Object
Constructor and Description |
---|
EclipseConfigFile() |
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Getter for
content . |
String |
getLocation()
Getter for
location . |
String |
getName()
Getter for
name . |
URL |
getURL()
Getter for
url . |
void |
setContent(String content)
Setter for
content . |
void |
setLocation(String location)
Setter for
location . |
void |
setName(String name)
Setter for
name . |
void |
setURL(URL url)
Setter for
url . |
public String getContent()
content
.public void setContent(String content)
content
.content
- The content to set.public String getName()
name
.public void setName(String name)
name
.name
- The name to set.public String getLocation()
location
.public void setLocation(String location)
location
.location
- The location to set.public URL getURL()
url
.public void setURL(URL url)
url
.location
- The url to set.Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.