Uses of Interface
com.atlassian.crowd.service.client.ResourceLocator
Packages that use ResourceLocator
Package
Description
-
Uses of ResourceLocator in com.atlassian.crowd.migration
Constructors in com.atlassian.crowd.migration with parameters of type ResourceLocatorModifierConstructorDescriptionCrowdPropertiesMapper
(org.hibernate.SessionFactory sessionFactory, BatchProcessor batchProcessor, ResourceLocator resourceLocator, PropertyUtils propertyUtils) -
Uses of ResourceLocator in com.atlassian.crowd.migration.legacy
Constructors in com.atlassian.crowd.migration.legacy with parameters of type ResourceLocatorModifierConstructorDescriptionCrowdPropertiesMapper
(org.hibernate.SessionFactory sessionFactory, BatchProcessor batchProcessor, ResourceLocator resourceLocator, PropertyUtils propertyUtils) -
Uses of ResourceLocator in com.atlassian.crowd.service.client
Classes in com.atlassian.crowd.service.client that implement ResourceLocatorModifier and TypeClassDescriptionclass
Abstract class with a few methods that will help locate a given resourceclass
Will find the location of the given resourceName based off a set of rules to locate the given resourceFileName: System property Configuration directory ClasspathMethods in com.atlassian.crowd.service.client with parameters of type ResourceLocatorModifier and TypeMethodDescriptionstatic ClientPropertiesImpl
ClientPropertiesImpl.newInstanceFromResourceLocator
(ResourceLocator resourceLocator) -
Uses of ResourceLocator in com.atlassian.crowd.upgrade.tasks
Constructors in com.atlassian.crowd.upgrade.tasks with parameters of type ResourceLocatorModifierConstructorDescriptionUpgradeTask852MoveSSOCookieNameToDb
(ResourceLocator resourceLocator, PropertyManager propertyManager) UpgradeTask853EnsureCrowdApplicationExists
(ApplicationManager applicationManager, ResourceLocator resourceLocator) UpgradeTask854MoveBaseUrlToDb
(ResourceLocator resourceLocator, PropertyManager propertyManager) UpgradeTask855RemoveCrowdProperties
(ResourceLocator resourceLocator) -
Uses of ResourceLocator in com.atlassian.crowd.util
Classes in com.atlassian.crowd.util that implement ResourceLocatorModifier and TypeClassDescriptionclass
Will find the location of the given propertyFileName based off a set of rules to locate the given propertyFileName.