Class CoreFactory

java.lang.Object
be.lmenten.avr.core.CoreFactory

public final class CoreFactory extends Object
Core instance factory.
Since:
1.0 - 2021 / 08 / 23
Version:
1.0
Author:
Laurent Menten
  • Constructor Details

    • CoreFactory

      public CoreFactory()
  • Method Details

    • forDevice

      public static Core forDevice(String name)
      Parameters:
      name -
      Returns:
    • forDevice

      public static Core forDevice(AvrDevice type)
      Parameters:
      type -
      Returns:
    • forDevice

      public static Core forDevice(String name, Properties config)
      Parameters:
      name -
      config -
      Returns:
    • forDevice

      public static Core forDevice(AvrDevice type, Properties config)
      Parameters:
      type -
      config -
      Returns: