| com.uwyn.rife.engine.Element tutorial.friends.Install
Install | public class Install extends Element (Code) | | Installs the database structure and populates it with example data.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ |
Method Summary | |
public void | doConfirmation() The element's confirmation submission. | public void | initialize() The element's initialization method. | public void | processElement() The element's entry point. |
doConfirmation | public void doConfirmation()(Code) | | The element's confirmation submission.
|
initialize | public void initialize()(Code) | | The element's initialization method.
|
processElement | public void processElement()(Code) | | The element's entry point.
|
|
|