| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cid.distribution.plugins.common.CommonFunctions
public class CommonFunctions
Implementations of functions .
| Constructor Summary | |
|---|---|
| CommonFunctions() | |
| Method Summary | |
|---|---|
| static java.lang.String | concat(java.lang.String s1,
       java.lang.String s2)Concatenates two strings, included because the + operator is not usable for string concatenation. | 
| static java.lang.String | date(java.lang.String format)Formats a date. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public CommonFunctions()
| Method Detail | 
|---|
public static java.lang.String concat(java.lang.String s1,
                                      java.lang.String s2)
prefix - 
public static java.lang.String date(java.lang.String format)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||