org.apache.maven.plugin.eclipse
Class EclipseConfigFile

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

public class EclipseConfigFile
extends java.lang.Object

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

Version:
$Id: EclipseConfigFile.java 485864 2006-12-11 20:41:36Z fgiust $
Author:
Fabrizio Giustina

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

Returns:
Returns the content.

setContent

public void setContent(java.lang.String content)
Setter for content.

Parameters:
content - The content to set.

getName

public java.lang.String getName()
Getter for name.

Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Setter for name.

Parameters:
name - The name to set.


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.