Class FileDriver

java.lang.Object
org.opennms.pris.driver.FileDriver
All Implemented Interfaces:
Driver

public class FileDriver extends Object implements Driver
A driver used to create a single XML serialized requisition in a file. The instance name is passed as an parameter. The created requisition is printed to standard output or to a given file name.
Author:
Dustin Frisch <fooker@lab.sh>
  • Method Details

    • run

      public void run() throws Exception
      Description copied from interface: Driver
      Runs the working mode implementation.
      Specified by:
      run in interface Driver
      Throws:
      Exception