public interface ServiceHelper
ArooaTools
so that jobs can find services easily.Modifier and Type | Method and Description |
---|---|
ServiceFinder |
serviceFinderFor(ArooaContext context)
Provide an
ServiceFinder that will use the given context
as a basis for finding service. |
ServiceFinder serviceFinderFor(ArooaContext context)
ServiceFinder
that will use the given context
as a basis for finding service.context
- The context. Must not be null.