Uses of Interface
com.atlassian.crowd.service.client.ResourceLocator

Packages that use ResourceLocator
com.atlassian.crowd.console.action.setup   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.migration   
com.atlassian.crowd.migration.legacy   
com.atlassian.crowd.service.client   
com.atlassian.crowd.service.soap.client   
com.atlassian.crowd.util   
 

Uses of ResourceLocator in com.atlassian.crowd.console.action.setup
 

Methods in com.atlassian.crowd.console.action.setup with parameters of type ResourceLocator
 void Options.setResourceLocator(ResourceLocator resourceLocator)
           
 void DefaultAdministrator.setResourceLocator(ResourceLocator resourceLocator)
           
 

Uses of ResourceLocator in com.atlassian.crowd.manager.application
 

Methods in com.atlassian.crowd.manager.application with parameters of type ResourceLocator
 void CrowdApplicationPasswordManagerGeneric.setResourceLocator(ResourceLocator resourceLocator)
           
 

Uses of ResourceLocator in com.atlassian.crowd.migration
 

Constructors in com.atlassian.crowd.migration with parameters of type ResourceLocator
CrowdPropertiesMapper(org.hibernate.SessionFactory sessionFactory, BatchProcessor batchProcessor, ClientProperties clientProperties, ResourceLocator resourceLocator, PropertyUtils propertyUtils)
           
 

Uses of ResourceLocator in com.atlassian.crowd.migration.legacy
 

Constructors in com.atlassian.crowd.migration.legacy with parameters of type ResourceLocator
CrowdPropertiesMapper(org.hibernate.SessionFactory sessionFactory, BatchProcessor batchProcessor, ClientProperties clientProperties, ResourceLocator resourceLocator, PropertyUtils propertyUtils)
           
 

Uses of ResourceLocator in com.atlassian.crowd.service.client
 

Classes in com.atlassian.crowd.service.client that implement ResourceLocator
 class BaseResourceLocator
          Abstract class with a few methods that will help locate a given resource
 class ClientResourceLocator
          Simple implementation of a Resource Locator that will look at both system environment vairables and the classpath for the configured resource
 

Methods in com.atlassian.crowd.service.client with parameters of type ResourceLocator
static ClientPropertiesImpl ClientPropertiesImpl.newInstanceFromResourceLocator(ResourceLocator resourceLocator)
           
 

Uses of ResourceLocator in com.atlassian.crowd.service.soap.client
 

Methods in com.atlassian.crowd.service.soap.client with parameters of type ResourceLocator
static SoapClientPropertiesImpl SoapClientPropertiesImpl.newInstanceFromResourceLocator(ResourceLocator resourceLocator)
           
 

Uses of ResourceLocator in com.atlassian.crowd.util
 

Classes in com.atlassian.crowd.util that implement ResourceLocator
 class ConsoleResourceLocator
          Will find the location of the given propertyFileName based off a set of rules to locate the given propertyFileName.
 



Copyright © 2010 Atlassian. All Rights Reserved.