io.sarl.sre.janus.boot.internal.services
Class InjectedFinderBasedNamespaceService
All Superinterfaces:
NamespaceService, org.arakhne.afc.services.IService
class InjectedFinderBasedNamespaceService
extends FinderBasedNamespaceService
Injectable implementation of the name space service.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.12
Property Summary
Constructor Summary
Constructor and description
new(INameParser,Set<E>,IFieldAccessValidator)
Injection constructor.
Action Summary
Constructor Details
new(INameParser,Set<E>,IFieldAccessValidator)
new(INameParser,Set<E>,IFieldAccessValidator)
Injection constructor.
Parameters:
parser - the name parser that must be injected.
finders - the set of finders that must be injected.
validator - the validator to the field access.