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
 java.lang.Class getParsedClass()
          Returns class
 java.util.Properties getProperties()
          Returns properties
 java.lang.String getProperty(java.lang.String key)
          Returns value of the property looked up by the given key
 

Method Detail

getParsedClass

java.lang.Class getParsedClass()
Returns class

Returns:
class

getProperties

java.util.Properties getProperties()
Returns properties

Returns:
properties

getProperty

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

Parameters:
key - property key
Returns:
property value


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.