|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugin.eclipse.EclipseConfigFile
public class EclipseConfigFile
Represents a generic configuration file, with a name and a content.
Constructor Summary | |
---|---|
EclipseConfigFile()
|
Method Summary | |
---|---|
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 . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EclipseConfigFile()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |