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 595476 2007-11-15 22:21:55Z aheritier $
Author:
Fabrizio Giustina

Constructor Summary
EclipseConfigFile()
           
 
Method Summary
 String getContent()
          Getter for content.
 String getName()
          Getter for name.
 void setContent(String content)
          Setter for content.
 void setName(String name)
          Setter for name.
 
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.


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