public class EclipseConfigFile
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
content
The file content.
|
private java.lang.String |
location
The file location
|
private java.lang.String |
name
The name of the file.
|
private java.net.URL |
url
The file URL
|
| Constructor and Description |
|---|
EclipseConfigFile() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent()
Getter for
content. |
java.lang.String |
getLocation()
Getter for
location. |
java.lang.String |
getName()
Getter for
name. |
java.net.URL |
getURL()
Getter for
url. |
void |
setContent(java.lang.String content)
Setter for
content. |
void |
setLocation(java.lang.String location)
Setter for
location. |
void |
setName(java.lang.String name)
Setter for
name. |
void |
setURL(java.net.URL url)
Setter for
url. |
private java.lang.String name
private java.lang.String content
private java.lang.String location
private java.net.URL url
public java.lang.String getContent()
content.public void setContent(java.lang.String content)
content.content - The content to set.public java.lang.String getName()
name.public void setName(java.lang.String name)
name.name - The name to set.public java.lang.String getLocation()
location.public void setLocation(java.lang.String location)
location.location - The location to set.public java.net.URL getURL()
url.public void setURL(java.net.URL url)
url.location - The url to set.