class: Utils
public class: Utils
Author:
Vlad Makarenko (initial creation)
Project:
Phase: 1.0; Status: Proposed; Version: $Revision: 1085 $ $LastChangedDate: 2008-10-17 12:; Complexity: 1
Dates:
Created: 16.07.2009 15:16:34; Modified: 16.07.2009 15:16:34;
Flags:
Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID:
{B4CAE37D-C31D-4c1d-BDB3-76BE52DFCDD2}
Utils class.
Goto:
Custom Properties
,
Methods
Appears in:
exportmanager
Custom Properties
Utils
Methods
Operation
Details
public static
checkCondition
(
boolean cond,
String message):void
Sequential
Tags:
throws=ExportManagerException
Notes:
Throws ExportManagerException true if cond is true
public static
checkVal
(
String val):boolean
Sequential
Notes:
Returns true if val is not null && not empty String
@return first not null && not empty String
class: Utils