Class CdiLoader

java.lang.Object
com.github.rmannibucau.playx.cdi.CdiLoader
All Implemented Interfaces:
Consumer<Collection<play.Application>>, play.ApplicationLoader

public class CdiLoader extends Object implements play.ApplicationLoader, Consumer<Collection<play.Application>>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface play.ApplicationLoader

    play.ApplicationLoader.Context
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(Collection<play.Application> applications)
     
    play.Application
    load(play.ApplicationLoader.Context context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Consumer

    andThen
  • Constructor Details

    • CdiLoader

      public CdiLoader()
  • Method Details

    • load

      public play.Application load(play.ApplicationLoader.Context context)
      Specified by:
      load in interface play.ApplicationLoader
    • accept

      public void accept(Collection<play.Application> applications)
      Specified by:
      accept in interface Consumer<Collection<play.Application>>