|
Tea Java Runtime API Version 3.2.4 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.pdmfc.tea.runtime.SUtils
public class SUtils
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 |
|---|
public static SObjPair buildPathList(java.lang.String pathList)
pathList
argument. The path components in pathList are supposed
to be separated with the plataform path separator character.
pathList - Represents a list of paths.
public static SObjPair buildPathList(java.util.List pathList)
pathList - A list where each element is a string representing
a path or URL.
|
Tea Java Runtime API Version 3.2.4 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||