Interface Source.Factory

All Known Implementing Classes:
FileRequisitionSource.Factory, HttpRequisitionMergeSource.Factory, HttpRequisitionSource.Factory, JdbcSource.Factory, OcsComputersReplaySource.Factory, OcsComputersSource.Factory, OcsSnmpDevicesReplaySource.Factory, OcsSnmpDevicesSource.Factory, ScriptSource.Factory, XlsSource.Factory
Enclosing interface:
Source

public static interface Source.Factory
Factory interface for creating Sources.
  • Method Details

    • getIdentifier

      String getIdentifier()
      Returns the identifier used to created a source using this factory.
      Returns:
      the identifier string
    • create

      Source create(InstanceConfiguration config)
      Creates a source.
      Parameters:
      config - the configuration used to build the source
      Returns:
      the created source