Class ClientResourceLocator

java.lang.Object
com.atlassian.crowd.service.client.BaseResourceLocator
com.atlassian.crowd.service.client.ClientResourceLocator
All Implemented Interfaces:
ResourceLocator

public class ClientResourceLocator extends BaseResourceLocator
Will find the location of the given resourceName based off a set of rules to locate the given resourceFileName:
  1. System property
  2. Configuration directory
  3. Classpath
  • Constructor Details

    • ClientResourceLocator

      public ClientResourceLocator(String resourceName)
    • ClientResourceLocator

      public ClientResourceLocator(String resourceName, String configurationDir)