org.apache.maven.plugin.eclipse
Class EclipseConfigFile

java.lang.Object
  extended by org.apache.maven.plugin.eclipse.EclipseConfigFile

public class EclipseConfigFile
extends Object

Represents a generic configuration file, with a name and a content.

Version:
$Id: EclipseConfigFile.java 617563 2008-02-01 17:16:45Z aheritier $
Author:
Fabrizio Giustina

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

EclipseConfigFile

public EclipseConfigFile()
Method Detail

getContent

public String getContent()
Getter for content.

Returns:
Returns the content.

setContent

public void setContent(String content)
Setter for content.

Parameters:
content - The content to set.

getName

public String getName()
Getter for name.

Returns:
Returns the name.

setName

public void setName(String name)
Setter for name.

Parameters:
name - The name to set.

getLocation

public String getLocation()
Getter for location.

Returns:
Returns the location.

setLocation

public void setLocation(String location)
Setter for location.

Parameters:
location - The location to set.

getURL

public URL getURL()
Getter for url.

Returns:
Returns the url.

setURL

public void setURL(URL url)
Setter for url.

Parameters:
location - The url to set.


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.