org.apache.maven.model.v3_0_0
Class SourceModification

java.lang.Object
  extended by org.apache.maven.model.v3_0_0.PatternSet
      extended by org.apache.maven.model.v3_0_0.FileSet
          extended by org.apache.maven.model.v3_0_0.SourceModification
All Implemented Interfaces:
Serializable

public class SourceModification
extends FileSet
implements Serializable

This element describes all of the source modifications associated with a project. These modifications are used to exclude or include various source depending on the environment the build is running in.

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

Constructor Summary
SourceModification()
           
 
Method Summary
 String getClassName()
          Get if the class with this name can not be loaded, then the includes and excludes specified below will be applied to the contents of the sourceDirectory.
 String getProperty()
          Get if the property with this name is not set, then the includes and excludes specified below will be applied to the contents of the sourceDirectory.
 void setClassName(String className)
          Set if the class with this name can not be loaded, then the includes and excludes specified below will be applied to the contents of the sourceDirectory.
 void setProperty(String property)
          Set if the property with this name is not set, then the includes and excludes specified below will be applied to the contents of the sourceDirectory.
 
Methods inherited from class org.apache.maven.model.v3_0_0.FileSet
getDirectory, setDirectory
 
Methods inherited from class org.apache.maven.model.v3_0_0.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
 

Constructor Detail

SourceModification

public SourceModification()
Method Detail

getClassName

public String getClassName()
Get if the class with this name can not be loaded, then the includes and excludes specified below will be applied to the contents of the sourceDirectory.

Returns:
String

getProperty

public String getProperty()
Get if the property with this name is not set, then the includes and excludes specified below will be applied to the contents of the sourceDirectory.

Returns:
String

setClassName

public void setClassName(String className)
Set if the class with this name can not be loaded, then the includes and excludes specified below will be applied to the contents of the sourceDirectory.

Parameters:
className -

setProperty

public void setProperty(String property)
Set if the property with this name is not set, then the includes and excludes specified below will be applied to the contents of the sourceDirectory.

Parameters:
property -


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