Uses of Interface
net.sf.whatsnew.filter.ConcatFilter

Uses of ConcatFilter in net.sf.whatsnew.filter.impl
 

Classes in net.sf.whatsnew.filter.impl that implement ConcatFilter
 class AppendConcatFilter
           An ConcatFilter implementation which sets file input first then extra input
 class PrependConcatFilter
           An ConcatFilter implementation which sets extra input first then file input
 

Uses of ConcatFilter in net.sf.whatsnew.mode
 

Methods in net.sf.whatsnew.mode that return ConcatFilter
protected abstract  ConcatFilter Mode.getConcatFilter()
          Get concatenation filter to use
 

Uses of ConcatFilter in net.sf.whatsnew.mode.impl
 

Methods in net.sf.whatsnew.mode.impl that return ConcatFilter
protected  ConcatFilter Change.getConcatFilter()
          Get concatenation filter to use
protected  ConcatFilter Release.getConcatFilter()
          Get concatenation filter to use
 



Copyright © 2004 Sourceforge. All Rights Reserved.