Class ManualReloadStrategy

java.lang.Object
ch.kk7.confij.pipeline.reload.ManualReloadStrategy
All Implemented Interfaces:
ConfijReloadStrategy

public class ManualReloadStrategy
extends java.lang.Object
implements ConfijReloadStrategy
  • Constructor Summary

    Constructors
    Constructor Description
    ManualReloadStrategy()  
  • Method Summary

    Modifier and Type Method Description
    void register​(@NonNull ConfijPipeline<?> pipeline)  
    void reload()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ManualReloadStrategy

      public ManualReloadStrategy()
  • Method Details