Class ImportSystem

java.lang.Object
com.djrapitops.plan.gathering.importing.ImportSystem
All Implemented Interfaces:
SubSystem

@Singleton public class ImportSystem extends Object implements SubSystem
Abstract representation of an ImportSystem.
  • Field Details

  • Constructor Details

    • ImportSystem

      @Inject protected ImportSystem(Set<Importer> importers)
  • Method Details

    • enable

      public void enable()
      Description copied from interface: SubSystem
      Performs enable actions for the subsystem.
      Specified by:
      enable in interface SubSystem
    • registerImporter

      public void registerImporter(Importer importer)
    • getImporter

      public Optional<Importer> getImporter(String name)
    • getImporterNames

      public List<String> getImporterNames()
    • disable

      public void disable()
      Description copied from interface: SubSystem
      Performs disable actions for the subsystem
      Specified by:
      disable in interface SubSystem