public class MarkerUtils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
MarkerUtils() |
| Modifier and Type | Method and Description |
|---|---|
static MutableRepositoryItem |
getMutableRepositoryItem(MutableRepository pRepository,
java.lang.String pItemId,
java.lang.String pItemType)
This method gets a mutable repository item based on the repository, item id and item type
provided.
|
static MutableRepositoryItem |
getMutableRepositoryItem(RepositoryItem pItem)
This method gets a mutable version of the repository item provided.
|
static java.lang.String |
stringIt(java.util.Collection pObject) |
static java.lang.String |
stringIt(java.util.Map pObject)
utility method for stringIzing collections for logging messages(or whatever)
|
static java.lang.String |
stringIt(java.lang.Object[] pObject) |
public static MutableRepositoryItem getMutableRepositoryItem(RepositoryItem pItem) throws RepositoryException
pItem - the repository itempRepository - the mutable repository where the item resides.RepositoryException - on repository error.public static MutableRepositoryItem getMutableRepositoryItem(MutableRepository pRepository, java.lang.String pItemId, java.lang.String pItemType) throws RepositoryException
pRepository - - the mutable repository where the item resides.pItemId - - the repository item's idpItemType - - the repository item's type- - RepositoryException on repository error.RepositoryExceptionpublic static java.lang.String stringIt(java.util.Map pObject)
public static java.lang.String stringIt(java.util.Collection pObject)
public static java.lang.String stringIt(java.lang.Object[] pObject)