com.atlassian.crowd.integration.osuser
Interface PropertyParser.Result

Enclosing class:
PropertyParser

public static interface PropertyParser.Result

This interface represents a result of parsing that contains a paresed class and a set of properties.


Method Summary
 Class getParsedClass()
          Returns class
 Properties getProperties()
          Returns properties
 String getProperty(String key)
          Returns value of the property looked up by the given key
 

Method Detail

getParsedClass

Class getParsedClass()
Returns class

Returns:
class

getProperties

Properties getProperties()
Returns properties

Returns:
properties

getProperty

String getProperty(String key)
Returns value of the property looked up by the given key

Parameters:
key - property key
Returns:
property value


Copyright © 2012 Atlassian. All Rights Reserved.