org.quattor.ant
Class DebugPatterns
java.lang.Object
org.quattor.ant.DebugPatterns
public class DebugPatterns
- extends java.lang.Object
Class implements the debug element for the PanCompilerTask object. The debug
element takes an include and/or exclude pattern for including or excluding
certain templates (based on the namespaced name) from emitting debugging
information.
The patterns returned by the getter functions are never null. By default, the
DebugPatterns object will accept all template names and exclude none.
- Author:
- loomis
|
Field Summary |
static java.util.regex.Pattern |
ALL
|
static java.util.regex.Pattern |
NONE
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALL
public static final java.util.regex.Pattern ALL
NONE
public static final java.util.regex.Pattern NONE
DebugPatterns
public DebugPatterns()
getInclude
public java.util.regex.Pattern getInclude()
setInclude
public void setInclude(java.lang.String includePattern)
getExclude
public java.util.regex.Pattern getExclude()
setExclude
public void setExclude(java.lang.String excludePattern)
Copyright © 2011 Quattor. All Rights Reserved.