Class ClientResourceLocator
java.lang.Object
com.atlassian.crowd.service.client.BaseResourceLocator
com.atlassian.crowd.service.client.ClientResourceLocator
- All Implemented Interfaces:
ResourceLocator
Will find the location of the given resourceName based off a set of rules to
locate the given resourceFileName:
- System property
- Configuration directory
- Classpath
-
Field Summary
Fields inherited from class com.atlassian.crowd.service.client.BaseResourceLocator
logger, propertyFileLocation
-
Constructor Summary
ConstructorDescriptionClientResourceLocator
(String resourceName) ClientResourceLocator
(String resourceName, String configurationDir) -
Method Summary
Methods inherited from class com.atlassian.crowd.service.client.BaseResourceLocator
formatFileLocation, getClassLoaderResource, getProperties, getResourceLocation, getResourceLocationFromClassPath, getResourceLocationFromSystemProperty, getResourceName
-
Constructor Details
-
ClientResourceLocator
-
ClientResourceLocator
-