| org.griphyn.vdl.parser.FinalizerHandler
All known Subclasses: org.griphyn.vdl.dbschema.MyCallbackHandler,
FinalizerHandler | public interface FinalizerHandler (Code) | | This interface introduces a callback to be employed whenever
a Definition is fully read into memory, and ready to be processed.
Any overwrite or dontcare mode is not part of this interface's
contract.
author: Jens-S. Vöckler author: Yong Zhao version: $Revision: 50 $ See Also: Definition See Also: Transformation See Also: Derivation |
Method Summary | |
public boolean | store(VDL d) This method adds the given top-level VDL element to whatever storage is
implemented underneath. |
store | public boolean store(VDL d)(Code) | | This method adds the given top-level VDL element to whatever storage is
implemented underneath. Please note that the Defintions class will not
be maintained by the parser for memory efficiency reasons!
Parameters: d - is the VDL that is ready to be stored. true, if new version was stored and database modified,false, if the definition was rejected for any reason. |
|
|