net.sourceforge.wurfl.lang.oneparam.string
Class RemoveOp

java.lang.Object
  extended by net.sourceforge.wurfl.lang.twoparam.TwoParamOp<V,Curry,R>
      extended by net.sourceforge.wurfl.lang.oneparam.OneParamOp<R,R>
          extended by net.sourceforge.wurfl.lang.oneparam.ChainableOp<String>
              extended by net.sourceforge.wurfl.lang.oneparam.string.StringOp
                  extended by net.sourceforge.wurfl.lang.oneparam.string.RemoveOp
All Implemented Interfaces:
Descriptable

public abstract class RemoveOp
extends StringOp

Various remove operations. Pattern tokens ARE REGULAR EXPRESSION STRINGS. Date: 09/06/11

Since:
1.3.5
Version:
$Id$

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sourceforge.wurfl.lang.oneparam.OneParamOp
OneParamOp.Type
 
Field Summary
protected  Pattern pattern
           
protected  boolean removeTokenAlso
           
 
Fields inherited from class net.sourceforge.wurfl.lang.twoparam.TwoParamOp
logger
 
Method Summary
static RemoveOp after(String token, boolean removeTokenAlso)
           
static RemoveOp before(String token, boolean removeTokenAlso)
           
 String getDescription()
           
static void main(String[] s)
           
static RemoveOp removeAll(String token)
           
static RemoveOp removeFirst(String token)
           
 
Methods inherited from class net.sourceforge.wurfl.lang.oneparam.string.StringOp
toString
 
Methods inherited from class net.sourceforge.wurfl.lang.oneparam.ChainableOp
then
 
Methods inherited from class net.sourceforge.wurfl.lang.oneparam.OneParamOp
execute, execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

pattern

protected final Pattern pattern

removeTokenAlso

protected final boolean removeTokenAlso
Method Detail

getDescription

public final String getDescription()

after

public static RemoveOp after(String token,
                             boolean removeTokenAlso)

before

public static RemoveOp before(String token,
                              boolean removeTokenAlso)

removeAll

public static RemoveOp removeAll(String token)

removeFirst

public static RemoveOp removeFirst(String token)

main

public static void main(String[] s)


Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.