Package com.exedio.cope
Class ModelBuilder
java.lang.Object
com.exedio.cope.ModelBuilder
-
Method Summary
Modifier and TypeMethodDescriptionadd
(Revisions.Factory revisions) build()
changeHooks
(ChangeHook.Factory... hooks) Installs a list ofchange hooks
for the model to be built by this model builder.
-
Method Details
-
name
-
name
-
add
-
add
-
changeHooks
Installs a list ofchange hooks
for the model to be built by this model builder. Hooks will be called in the order specified here.If you do not call this method, a single
DefaultChangeHook
will be installed. If you want to use aDefaultChangeHook
additionally to other hooks, you have specify it here together with the other hooks. -
add
-
build
-