org.codehaus.swizzle
Class Grep

java.lang.Object
  extended by org.codehaus.swizzle.Grep

public class Grep
extends java.lang.Object

Version:
$Rev$ $Date$

Constructor Summary
Grep(java.lang.String regex, int context)
           
 
Method Summary
 java.lang.String filter(java.lang.String content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grep

public Grep(java.lang.String regex,
            int context)
Method Detail

filter

public java.lang.String filter(java.lang.String content)


Copyright © 2011 The Codehaus Foundation. All Rights Reserved.