org.quattor.ant
Class DebugPatterns

java.lang.Object
  extended by 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
           
 
Constructor Summary
DebugPatterns()
           
 
Method Summary
 java.util.regex.Pattern getExclude()
           
 java.util.regex.Pattern getInclude()
           
 void setExclude(java.lang.String excludePattern)
           
 void setInclude(java.lang.String includePattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL

public static final java.util.regex.Pattern ALL

NONE

public static final java.util.regex.Pattern NONE
Constructor Detail

DebugPatterns

public DebugPatterns()
Method Detail

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.