Skip navigation links
A B C E F G I N P R S T U 

A

AbstractStickySystem - Class in net.stickycode.bootstrap
 
AbstractStickySystem() - Constructor for class net.stickycode.bootstrap.AbstractStickySystem
 

B

BeanNotFoundFailure - Exception in net.stickycode.bootstrap
 
BeanNotFoundFailure(Exception, Class<?>) - Constructor for exception net.stickycode.bootstrap.BeanNotFoundFailure
 
BeanNotFoundFailure(Class<T>, Collection<T>) - Constructor for exception net.stickycode.bootstrap.BeanNotFoundFailure
 

C

canFind(Class<?>) - Method in interface net.stickycode.bootstrap.ComponentContainer
 
canFind(Class<?>) - Method in interface net.stickycode.bootstrap.StickyBootstrap
 
ComponentContainer - Interface in net.stickycode.bootstrap
 
crank(Object, String...) - Static method in interface net.stickycode.bootstrap.StickyBootstrap
 
crank(Object, Class<?>) - Static method in interface net.stickycode.bootstrap.StickyBootstrap
 
crank() - Static method in interface net.stickycode.bootstrap.StickyBootstrap
 

E

extend(Object) - Method in interface net.stickycode.bootstrap.StickyBootstrap
Useful to extend the scanning, could be a Guice module or a Spring Resource to scan for example

F

find(Class<T>) - Method in interface net.stickycode.bootstrap.ComponentContainer
 
find(Class<T>) - Method in interface net.stickycode.bootstrap.StickyBootstrap
Find an instance of the give type, it MAY result in a new instance depending on its scoping.

G

getImplementation() - Method in interface net.stickycode.bootstrap.StickyBootstrap
useful for framework integrations where you need access to the Spring context or Guice Injector
getLabel() - Method in class net.stickycode.bootstrap.AbstractStickySystem
 
getLabel() - Method in interface net.stickycode.bootstrap.StickySystem
 
getPackage() - Method in class net.stickycode.bootstrap.AbstractStickySystem
 
getPackage() - Method in interface net.stickycode.bootstrap.StickySystem
 

I

inject(Object) - Method in interface net.stickycode.bootstrap.ComponentContainer
 
inject(Object) - Method in interface net.stickycode.bootstrap.StickyBootstrap
Resolve the dependencies of the given object
isUsedBy(StickySystem) - Method in class net.stickycode.bootstrap.AbstractStickySystem
 
isUsedBy(StickySystem) - Method in interface net.stickycode.bootstrap.StickySystem
 

N

net.stickycode.bootstrap - package net.stickycode.bootstrap
 

P

pause() - Method in class net.stickycode.bootstrap.AbstractStickySystem
Complete any existing activities but reject any new activities.
pause() - Method in interface net.stickycode.bootstrap.StickySystem
Complete any existing activities but reject any new activities.
pause() - Method in class net.stickycode.bootstrap.StickySystemStartup
 

R

registerProvider(String, Provider<Object>, Class<?>) - Method in interface net.stickycode.bootstrap.StickyBootstrap
 
registerSingleton(String, Object, Class<?>) - Method in interface net.stickycode.bootstrap.StickyBootstrap
 
registerType(String, Class<?>) - Method in interface net.stickycode.bootstrap.StickyBootstrap
 

S

scan(String...) - Method in interface net.stickycode.bootstrap.StickyBootstrap
Scan the given packages for components
scan(Collection<String>) - Method in interface net.stickycode.bootstrap.StickyBootstrap
 
shutdown() - Method in class net.stickycode.bootstrap.AbstractStickySystem
Complete any existing activities and shutdown down all resources.
shutdown() - Method in interface net.stickycode.bootstrap.StickyBootstrap
 
shutdown() - Method in interface net.stickycode.bootstrap.StickySystem
Complete any existing activities and shutdown down all resources.
shutdown() - Method in class net.stickycode.bootstrap.StickySystemStartup
 
start() - Method in class net.stickycode.bootstrap.AbstractStickySystem
Start the system, validating and verifying the environment is ok.
start() - Method in interface net.stickycode.bootstrap.StickyBootstrap
 
start() - Method in interface net.stickycode.bootstrap.StickySystem
Start the system, validating and verifying the environment is ok.
start() - Method in class net.stickycode.bootstrap.StickySystemStartup
 
StickyBootstrap - Interface in net.stickycode.bootstrap
 
StickySystem - Interface in net.stickycode.bootstrap
 
StickySystemStartup - Class in net.stickycode.bootstrap
The Bootstrap for the StickyCode systems, which are defined by being beans annotated by StickyPlugin and implementing StickySystem.
StickySystemStartup(Set<StickySystem>) - Constructor for class net.stickycode.bootstrap.StickySystemStartup
 

T

toString() - Method in class net.stickycode.bootstrap.AbstractStickySystem
 

U

unpause() - Method in class net.stickycode.bootstrap.AbstractStickySystem
Restart activities stopped by a pause
unpause() - Method in interface net.stickycode.bootstrap.StickySystem
Restart activities stopped by a pause
unpause() - Method in class net.stickycode.bootstrap.StickySystemStartup
 
uses(StickySystem) - Method in class net.stickycode.bootstrap.AbstractStickySystem
 
uses(StickySystem) - Method in interface net.stickycode.bootstrap.StickySystem
 
A B C E F G I N P R S T U 
Skip navigation links

Copyright © 2012–2016 RedEngine Ltd. All rights reserved.