|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BuilderException | |
|---|---|
| org.chromattic.api | |
| Uses of BuilderException in org.chromattic.api |
|---|
| Methods in org.chromattic.api that throw BuilderException | |
|---|---|
protected abstract Chromattic |
ChromatticBuilder.boot(ChromatticBuilder.Configuration options)
|
Chromattic |
ChromatticBuilder.build()
Builds the runtime and return a configured Chromattic instance. |
Chromattic |
ChromatticBuilder.build(ChromatticBuilder.Configuration config)
Builds the runtime and return a configured Chromattic instance. |
boolean |
ChromatticBuilder.init()
Initialize the builder, this operation should be called once per builder, unlike the ChromatticBuilder.build(Configuration)
operation that can be called several times with different configurations. |
protected abstract void |
ChromatticBuilder.init(java.util.Set<java.lang.Class<?>> classes)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||