org.quattor.ant
Class DebugPatterns
java.lang.Object
org.quattor.ant.DebugPatterns
public class DebugPatterns
- extends 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALL
public static final Pattern ALL
NONE
public static final Pattern NONE
DebugPatterns
public DebugPatterns()
getInclude
public Pattern getInclude()
setInclude
public void setInclude(String includePattern)
getExclude
public Pattern getExclude()
setExclude
public void setExclude(String excludePattern)
Copyright © 2012 Quattor. All Rights Reserved.