Package org.apereo.cas.services.locator
Class TypeAwareGitRepositoryRegisteredServiceLocator
java.lang.Object
org.apereo.cas.services.locator.TypeAwareGitRepositoryRegisteredServiceLocator
- All Implemented Interfaces:
GitRepositoryRegisteredServiceLocator
public class TypeAwareGitRepositoryRegisteredServiceLocator
extends Object
implements GitRepositoryRegisteredServiceLocator
- Since:
- 6.3.0
-
Field Summary
Fields inherited from interface org.apereo.cas.services.locator.GitRepositoryRegisteredServiceLocator
FILE_EXTENSIONS, PATTEN_ACCEPTED_REPOSITORY_FILES -
Constructor Summary
ConstructorsConstructorDescriptionTypeAwareGitRepositoryRegisteredServiceLocator(org.apereo.cas.services.resource.RegisteredServiceResourceNamingStrategy resourceNamingStrategy, File repositoryDirectory, org.apereo.cas.configuration.model.support.git.services.GitServiceRegistryProperties properties) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apereo.cas.services.locator.GitRepositoryRegisteredServiceLocator
locate
-
Constructor Details
-
TypeAwareGitRepositoryRegisteredServiceLocator
public TypeAwareGitRepositoryRegisteredServiceLocator(org.apereo.cas.services.resource.RegisteredServiceResourceNamingStrategy resourceNamingStrategy, File repositoryDirectory, org.apereo.cas.configuration.model.support.git.services.GitServiceRegistryProperties properties)
-
-
Method Details
-
determine
Description copied from interface:GitRepositoryRegisteredServiceLocatorDetermine file.- Specified by:
determinein interfaceGitRepositoryRegisteredServiceLocator- Parameters:
service- the serviceextension- the extension- Returns:
- the file
-