Class PrestoTemptoPlugin

  • All Implemented Interfaces:
    io.prestosql.tempto.TemptoPlugin

    public class PrestoTemptoPlugin
    extends java.lang.Object
    implements io.prestosql.tempto.TemptoPlugin
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Class<? extends io.prestosql.tempto.fulfillment.RequirementFulfiller>> getFulfillers()  
      java.util.List<java.lang.Class<? extends io.prestosql.tempto.initialization.SuiteModuleProvider>> getSuiteModules()  
      java.util.List<java.lang.Class<? extends io.prestosql.tempto.fulfillment.table.TableManager>> getTableManagers()  
      java.util.List<io.prestosql.tempto.fulfillment.table.TableDefinition> getTables()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.prestosql.tempto.TemptoPlugin

        getTestModules
    • Constructor Detail

      • PrestoTemptoPlugin

        public PrestoTemptoPlugin()
    • Method Detail

      • getFulfillers

        public java.util.List<java.lang.Class<? extends io.prestosql.tempto.fulfillment.RequirementFulfiller>> getFulfillers()
        Specified by:
        getFulfillers in interface io.prestosql.tempto.TemptoPlugin
      • getSuiteModules

        public java.util.List<java.lang.Class<? extends io.prestosql.tempto.initialization.SuiteModuleProvider>> getSuiteModules()
        Specified by:
        getSuiteModules in interface io.prestosql.tempto.TemptoPlugin
      • getTableManagers

        public java.util.List<java.lang.Class<? extends io.prestosql.tempto.fulfillment.table.TableManager>> getTableManagers()
        Specified by:
        getTableManagers in interface io.prestosql.tempto.TemptoPlugin
      • getTables

        public java.util.List<io.prestosql.tempto.fulfillment.table.TableDefinition> getTables()
        Specified by:
        getTables in interface io.prestosql.tempto.TemptoPlugin