com.atlassian.maven.plugins.modzdetector
Class Fileset
java.lang.Object
com.atlassian.maven.plugins.modzdetector.Fileset
public class Fileset
- extends java.lang.Object
This represent a set of files to be "selected". The files in the give directory are selected according to
the includes and excludes patterns.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Fileset
public Fileset()
getDirectory
public java.lang.String getDirectory()
setDirectory
public void setDirectory(java.lang.String value)
getIncludes
public java.lang.String getIncludes()
setIncludes
public void setIncludes(java.lang.String value)
getExcludes
public java.lang.String getExcludes()
setExcludes
public void setExcludes(java.lang.String value)
getMetaClass
public groovy.lang.MetaClass getMetaClass()
setMetaClass
public void setMetaClass(groovy.lang.MetaClass metaClass)
invokeMethod
public java.lang.Object invokeMethod(java.lang.String name,
java.lang.Object args)
getProperty
public java.lang.Object getProperty(java.lang.String name)
setProperty
public void setProperty(java.lang.String name,
java.lang.Object value)
Copyright © 2013 Atlassian. All Rights Reserved.