public class GSAPropertySetter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
GSAPropertySetter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setProperties(MutableRepository pRepository,
java.lang.String pItemDescriptorName,
MutableRepositoryItem pItem,
java.util.Map<java.lang.String,java.lang.String> pPropertyValues)
setProperties
This method sets the repository item properties from the values contained in the map.
|
public static void setProperties(MutableRepository pRepository, java.lang.String pItemDescriptorName, MutableRepositoryItem pItem, java.util.Map<java.lang.String,java.lang.String> pPropertyValues) throws RepositoryException
pRepository - - the repository for the item to be set.pItemDescriptorName - - the item descriptor for the item to be set.pItem - - the repository item to be set.pPropertyValues - - a map of repository name / value pairs to be set on the repository item.RepositoryException