|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.util.ExtendedPropertyUtils
public class ExtendedPropertyUtils
ExtendedPropertyUtils provides utility methods for working with extended properties. This includes a validation method for
Constructor Summary | |
---|---|
ExtendedPropertyUtils()
|
Method Summary | |
---|---|
static java.lang.String |
validateExtendedProperty(java.lang.String key,
java.lang.String value)
Validates an Extended Property key and value to ensure that they are not null and that the key is not an empty string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtendedPropertyUtils()
Method Detail |
---|
public static java.lang.String validateExtendedProperty(java.lang.String key, java.lang.String value)
key
- the key for the propertyvalue
- the value for the property
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |