public final class ImportedServiceDeclarationImpl extends Object implements org.qi4j.bootstrap.ImportedServiceDeclaration
| Constructor and Description |
|---|
ImportedServiceDeclarationImpl(Iterable<ImportedServiceAssemblyImpl> assemblies) |
| Modifier and Type | Method and Description |
|---|---|
org.qi4j.bootstrap.ImportedServiceDeclaration |
identifiedBy(String identity) |
org.qi4j.bootstrap.ImportedServiceDeclaration |
importedBy(Class<? extends org.qi4j.api.service.ServiceImporter> sip) |
org.qi4j.bootstrap.ImportedServiceDeclaration |
importOnStartup() |
org.qi4j.bootstrap.ImportedServiceDeclaration |
setMetaInfo(Object serviceAttribute) |
org.qi4j.bootstrap.ImportedServiceDeclaration |
taggedWith(String... tags) |
org.qi4j.bootstrap.ImportedServiceDeclaration |
visibleIn(org.qi4j.api.common.Visibility visibility) |
org.qi4j.bootstrap.ImportedServiceDeclaration |
withActivators(Class<? extends org.qi4j.api.activation.Activator<?>>... activators) |
public ImportedServiceDeclarationImpl(Iterable<ImportedServiceAssemblyImpl> assemblies)
public org.qi4j.bootstrap.ImportedServiceDeclaration importOnStartup()
importOnStartup in interface org.qi4j.bootstrap.ImportedServiceDeclarationpublic org.qi4j.bootstrap.ImportedServiceDeclaration visibleIn(org.qi4j.api.common.Visibility visibility)
visibleIn in interface org.qi4j.bootstrap.ImportedServiceDeclarationpublic org.qi4j.bootstrap.ImportedServiceDeclaration importedBy(Class<? extends org.qi4j.api.service.ServiceImporter> sip)
importedBy in interface org.qi4j.bootstrap.ImportedServiceDeclarationpublic org.qi4j.bootstrap.ImportedServiceDeclaration identifiedBy(String identity)
identifiedBy in interface org.qi4j.bootstrap.ImportedServiceDeclarationpublic org.qi4j.bootstrap.ImportedServiceDeclaration taggedWith(String... tags)
taggedWith in interface org.qi4j.bootstrap.ImportedServiceDeclarationpublic org.qi4j.bootstrap.ImportedServiceDeclaration setMetaInfo(Object serviceAttribute)
setMetaInfo in interface org.qi4j.bootstrap.ImportedServiceDeclaration@SafeVarargs public final org.qi4j.bootstrap.ImportedServiceDeclaration withActivators(Class<? extends org.qi4j.api.activation.Activator<?>>... activators)
withActivators in interface org.qi4j.bootstrap.ImportedServiceDeclaration