|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.merkwelt.profile.ProfileResult
A profileResult is created by a ProfileMatcher when a profile matches a profileQuery. It contains static properties, the extracted dynamic properties and the defaultValues.
| Constructor Summary | |
ProfileResult(Profile profile,
java.util.Properties properties)
|
|
| Method Summary | |
Profile |
getProfile()
Returns the profile associated with that result |
int |
getPropertiesSize()
Return the size of properties |
java.lang.String |
getProperty(java.lang.String name)
Return the property with the given name. |
java.lang.String |
getProperty(java.lang.String name,
java.lang.String defaultValue)
Return the property with the given name or the given defaultValue. |
java.util.Iterator |
getPropertyNameIterator()
Returns an iterator over all property names |
java.lang.String |
toString()
Returns a string representation of the object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ProfileResult(Profile profile,
java.util.Properties properties)
| Method Detail |
public Profile getProfile()
public java.lang.String getProperty(java.lang.String name)
name - the name of the property
public java.lang.String getProperty(java.lang.String name,
java.lang.String defaultValue)
name - the name of the propertydefaultValue - the default value
public java.util.Iterator getPropertyNameIterator()
public int getPropertiesSize()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||