org.apache.maven.project
Class SourceModification

java.lang.Object
  extended byorg.apache.maven.project.PatternSet
      extended byorg.apache.maven.project.FileSet
          extended byorg.apache.maven.project.SourceModification
All Implemented Interfaces:
java.io.Serializable

public class SourceModification
extends FileSet
implements java.io.Serializable

Class SourceModification.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
private  java.lang.String className
          Field className
private  java.lang.String property
          Field property
 
Fields inherited from class org.apache.maven.project.FileSet
 
Fields inherited from class org.apache.maven.project.PatternSet
 
Constructor Summary
SourceModification()
           
 
Method Summary
 java.lang.String getClassName()
          Method getClassName
 java.lang.String getProperty()
          Method getProperty
 void setClassName(java.lang.String className)
          Method setClassName
 void setProperty(java.lang.String property)
          Method setProperty
 
Methods inherited from class org.apache.maven.project.FileSet
getDirectory, setDirectory
 
Methods inherited from class org.apache.maven.project.PatternSet
addExclude, addInclude, getExcludes, getIncludes, removeExclude, removeInclude, setExcludes, setIncludes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

className

private java.lang.String className
Field className


property

private java.lang.String property
Field property

Constructor Detail

SourceModification

public SourceModification()
Method Detail

getClassName

public java.lang.String getClassName()
Method getClassName


getProperty

public java.lang.String getProperty()
Method getProperty


setClassName

public void setClassName(java.lang.String className)
Method setClassName

Parameters:
className -

setProperty

public void setProperty(java.lang.String property)
Method setProperty

Parameters:
property -