Package org.oddjob.arooa.registry
Interface ServiceHelper
public interface ServiceHelper
Provided by
ArooaTools so that jobs can find services easily.- Author:
- rob
-
Method Summary
Modifier and TypeMethodDescriptionserviceFinderFor(ArooaContext context) Provide anServiceFinderthat will use the given context as a basis for finding service.
-
Method Details
-
serviceFinderFor
Provide anServiceFinderthat will use the given context as a basis for finding service.- Parameters:
context- The context. Must not be null.- Returns:
- A Service Finder. Will not be null.
-