org.codehaus.cargo.container.jrun
Class JRun4xFilterChain

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.types.DataType
          extended by org.apache.tools.ant.types.FilterChain
              extended by org.codehaus.cargo.container.jrun.JRun4xFilterChain
All Implemented Interfaces:
Cloneable

public class JRun4xFilterChain
extends org.apache.tools.ant.types.FilterChain

JRun FilterChain for StandaloneLocalConfiguration implementation.

Version:
$Id: JRun4xFilterChain.java rconnolly $

Field Summary
 
Fields inherited from class org.apache.tools.ant.types.DataType
checked, ref
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
JRun4xFilterChain(LocalContainer jrunContainer)
          Sole constructor.
 
Method Summary
protected  org.apache.tools.ant.filters.ReplaceTokens.Token createUserToken()
           
 
Methods inherited from class org.apache.tools.ant.types.FilterChain
add, addClassConstants, addContainsRegex, addDeleteCharacters, addEscapeUnicode, addExpandProperties, addFilterReader, addHeadFilter, addIgnoreBlank, addLineContains, addLineContainsRegExp, addPrefixLines, addReplaceRegex, addReplaceString, addReplaceTokens, addStripJavaComments, addStripLineBreaks, addStripLineComments, addSuffixLines, addTabsToSpaces, addTailFilter, addTokenFilter, addTrim, dieOnCircularReference, getFilterReaders, setRefid
 
Methods inherited from class org.apache.tools.ant.types.DataType
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes, toString
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JRun4xFilterChain

public JRun4xFilterChain(LocalContainer jrunContainer)
Sole constructor.

Parameters:
jrunContainer - LocalContainer
Method Detail

createUserToken

protected org.apache.tools.ant.filters.ReplaceTokens.Token createUserToken()
Returns:
an Ant filter token containing all the user-defined users


Copyright © 2004-2012 Codehaus. All Rights Reserved.