com.atlassian.crowd.service.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
 Properties getProperties()
          The Properties present within the given resource.
 String getResourceLocation()
          Will return the location of the resource on the file system.
 String getResourceName()
          The configured name of the resource
 

Method Detail

getResourceLocation

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

String getResourceName()
The configured name of the resource

Returns:
name of resource

getProperties

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

Returns:
Properties or null if no properties exist


Copyright © 2013 Atlassian. All Rights Reserved.