程序包 | 说明 |
---|---|
org.opencms.util.ant |
Classes used to facilitate to build OpenCms using ant.
|
限定符和类型 | 方法和说明 |
---|---|
static CmsUUID |
CmsUUID.getConstantUUID(java.lang.String name)
Returns a constant (name based) UUID,
based on the given name in the OpenCms name space.
|
static CmsUUID |
CmsUUID.getNullUUID()
Returns a null UUID,
use this null UUID to check if a UUID has been initialized or not.
|
static CmsUUID |
CmsUUID.getOpenCmsUUID()
Returns a constant (name based) UUID for OpenCms,
based on "www.opencms.org" in the dns name space.
|
static CmsUUID |
CmsUUID.valueOf(java.lang.String uuid)
Returns the given String transformed to a UUID in case the String is a valid UUID.
|
限定符和类型 | 方法和说明 |
---|---|
static void |
CmsUUID.checkId(CmsUUID id,
boolean canBeNull)
Check that the given id is not the null id.
|
int |
CmsUUID.compareTo(CmsUUID obj) |