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

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.ConcatTwoGroupsOp
All Implemented Interfaces:
Descriptable

public class ConcatTwoGroupsOp
extends StringOp

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
 
Fields inherited from class net.sourceforge.wurfl.lang.twoparam.TwoParamOp
logger
 
Constructor Summary
ConcatTwoGroupsOp(String pattern, String link)
           
 
Method Summary
 String execute(String variable)
           
 String getDescription()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConcatTwoGroupsOp

public ConcatTwoGroupsOp(String pattern,
                         String link)
Method Detail

getDescription

public String getDescription()

execute

public String execute(String variable)
Specified by:
execute in class OneParamOp<String,String>


Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.