org.qi4j.spi.structure
Interface ApplicationSPI

All Superinterfaces:
Activatable, Application

public interface ApplicationSPI
extends Application, Activatable

SPI for Applications.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.api.structure.Application
Application.Mode
 
Method Summary
<ThrowableType extends Throwable>
void
visitDescriptor(DescriptorVisitor<ThrowableType> visitor)
           
 
Methods inherited from interface org.qi4j.api.structure.Application
findLayer, findModule, metaInfo, mode, name, version
 
Methods inherited from interface org.qi4j.api.service.Activatable
activate, passivate
 

Method Detail

visitDescriptor

<ThrowableType extends Throwable> void visitDescriptor(DescriptorVisitor<ThrowableType> visitor)
                     throws ThrowableType extends Throwable
Throws:
ThrowableType extends Throwable