Interface SchemaHook

All Superinterfaces:
Hook

public interface SchemaHook extends Hook
Representation of the schema scoped lifecycle hook. Specified in an element of the optional /hooks key.
Since:
0.7
  • Method Summary

    Modifier and Type
    Method
    Description
    The containing variation schema.

    Methods inherited from interface com.variant.share.schema.Hook

    getClassName, getInit, getName
  • Method Details

    • getSchema

      Schema getSchema()
      The containing variation schema.
      Since:
      0.10