Class AlarmConfigLogger

java.lang.Object
org.phoebus.alarm.logging.AlarmConfigLogger
All Implemented Interfaces:
Runnable

public class AlarmConfigLogger extends Object implements Runnable
A Runnable which creates the alarm config model for the given topic and its associated local and remote git repo.
Author:
Kunal Shroff
  • Constructor Details

    • AlarmConfigLogger

      public AlarmConfigLogger(String topic, String location, String remoteLocation)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable