net.sf.whatsnew.filter.impl
Class ComposedIndentationFilter

java.lang.Object
  |
  +--net.sf.whatsnew.filter.impl.SimpleIndentationFilter
        |
        +--net.sf.whatsnew.filter.impl.ComposedIndentationFilter
All Implemented Interfaces:
Filter

public class ComposedIndentationFilter
extends SimpleIndentationFilter
implements Filter

An Filter implementation which idents first line with a string and the rest with other

Version:
$Id: ComposedIndentationFilter.java,v 1.1 2004/05/13 01:22:35 dquintela Exp $
Author:
Diogo Quintela

Constructor Summary
ComposedIndentationFilter()
           
 
Method Summary
 java.lang.String[] filter(java.lang.String[] input)
          Process an array of Strings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComposedIndentationFilter

public ComposedIndentationFilter()
Method Detail

filter

public java.lang.String[] filter(java.lang.String[] input)
Process an array of Strings
Specified by:
filter in interface Filter
Overrides:
filter in class SimpleIndentationFilter
Parameters:
input - The array to process
Returns:
The filtered output


Copyright © 2004 Sourceforge. All Rights Reserved.