net.sf.whatsnew.filter.impl
Class SimpleIndentationFilter

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

public class SimpleIndentationFilter
extends java.lang.Object
implements Filter

An Filter implementation which idents each line with a string

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

Constructor Summary
SimpleIndentationFilter()
           
 
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

SimpleIndentationFilter

public SimpleIndentationFilter()
Method Detail

filter

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


Copyright © 2004 Sourceforge. All Rights Reserved.