Tea Java Runtime API
Version 3.2.4

com.pdmfc.tea.runtime
Class SUtils

java.lang.Object
  extended by com.pdmfc.tea.runtime.SUtils

public class SUtils
extends java.lang.Object

Provides utility methods.


Method Summary
static SObjPair buildPathList(java.util.List pathList)
          Creates a Tea list of strings from the given list.
static SObjPair buildPathList(java.lang.String pathList)
          Creates a Tea list of strings from the pathList argument.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

buildPathList

public static SObjPair buildPathList(java.lang.String pathList)
Creates a Tea list of strings from the pathList argument. The path components in pathList are supposed to be separated with the plataform path separator character.

Parameters:
pathList - Represents a list of paths.
Returns:
The head of a Tea list.

buildPathList

public static SObjPair buildPathList(java.util.List pathList)
Creates a Tea list of strings from the given list.

Parameters:
pathList - A list where each element is a string representing a path or URL.
Returns:
The head of a Tea list.

Tea Java Runtime API
Version 3.2.4

© 2009 PDM&FC, All Rights Reserved.