Class ClasspathSyslogMatchLoader


  • public class ClasspathSyslogMatchLoader
    extends ClasspathXmlLoader<org.opennms.integration.api.xml.schema.syslog.SyslogdConfigurationGroup>
    Used to load XML syslog matches from the class-path.
    Since:
    1.0.0
    Author:
    jwhite
    • Constructor Summary

      Constructors 
      Constructor Description
      ClasspathSyslogMatchLoader​(java.lang.Class<?> clazz, java.lang.String... fileNames)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.opennms.integration.api.v1.config.syslog.SyslogMatch> getSyslogMatches()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClasspathSyslogMatchLoader

        public ClasspathSyslogMatchLoader​(java.lang.Class<?> clazz,
                                          java.lang.String... fileNames)
    • Method Detail

      • getSyslogMatches

        public java.util.List<org.opennms.integration.api.v1.config.syslog.SyslogMatch> getSyslogMatches()