com.atlassian.crowd.integration.service.soap.client
Interface ResourceLocator

All Known Implementing Classes:
BaseResourceLocator, ClientResourceLocator, ConsoleResourceLocator

public interface ResourceLocator

Will provide information about the location of the Crowd resource used to configure a Crowd Client.


Method Summary
 java.util.Properties getProperties()
          The Properties present within the given resource.
 java.lang.String getResourceLocation()
          Will return the location of the resource on the file system.
 java.lang.String getResourceName()
          The configured name of the resource
 

Method Detail

getResourceLocation

java.lang.String getResourceLocation()
Will return the location of the resource on the file system. This will be in URI format similar to "file:/crowd/temp/crowd.properties"

Returns:
location of the resource

getResourceName

java.lang.String getResourceName()
The configured name of the resource

Returns:
name of resource

getProperties

java.util.Properties getProperties()
The Properties present within the given resource.

Returns:
Properties or null if no properties exist


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.