Uses of Interface
org.fedoraproject.xmvn.locator.ServiceLocator
-
Packages that use ServiceLocator Package Description org.fedoraproject.xmvn.locator org.fedoraproject.xmvn.locator.impl org.fedoraproject.xmvn.resolver.impl -
-
Uses of ServiceLocator in org.fedoraproject.xmvn.locator
Methods in org.fedoraproject.xmvn.locator that return ServiceLocator Modifier and Type Method Description ServiceLocator
ServiceLocatorFactory. createServiceLocator()
Load an instance of XMvn service. -
Uses of ServiceLocator in org.fedoraproject.xmvn.locator.impl
Classes in org.fedoraproject.xmvn.locator.impl that implement ServiceLocator Modifier and Type Class Description class
DefaultServiceLocator
Service locator for XMvn. -
Uses of ServiceLocator in org.fedoraproject.xmvn.resolver.impl
Constructors in org.fedoraproject.xmvn.resolver.impl with parameters of type ServiceLocator Constructor Description DefaultResolver(ServiceLocator locator)
-