org.deckfour.xes.util
Class XTokenHelper

java.lang.Object
  extended by org.deckfour.xes.util.XTokenHelper

public class XTokenHelper
extends Object

Author:
Christian W. Guenther (christian@fluxicon.com)

Constructor Summary
XTokenHelper()
           
 
Method Summary
static List<String> extractTokens(String tokenString)
           
static String formatTokenString(List<String> tokens)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XTokenHelper

public XTokenHelper()
Method Detail

formatTokenString

public static String formatTokenString(List<String> tokens)

extractTokens

public static List<String> extractTokens(String tokenString)