org.mortbay.jetty.plugin.util
Class ScanTargetPattern
java.lang.Object
org.mortbay.jetty.plugin.util.ScanTargetPattern
public class ScanTargetPattern
- extends java.lang.Object
ScanTargetPattern
Utility class to provide the ability for the mvn jetty:run
mojo to be able to specify filesets of extra files to
regularly scan for changes in order to redeploy the webapp.
For example:
<scanTargetPattern>
<directory>/some/place</directory>
<includes>
<include>some ant pattern here </include>
<include>some ant pattern here </include>
</includes>
<excludes>
<exclude>some ant pattern here </exclude>
<exclude>some ant pattern here </exclude>
</excludes>
</scanTargetPattern>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScanTargetPattern
public ScanTargetPattern()
getDirectory
public java.io.File getDirectory()
- Returns:
- the _directory
setDirectory
public void setDirectory(java.io.File directory)
- Parameters:
_directory
- the _directory to set
setIncludes
public void setIncludes(java.util.List includes)
setExcludes
public void setExcludes(java.util.List excludes)
getIncludes
public java.util.List getIncludes()
getExcludes
public java.util.List getExcludes()
Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.