Class ClassPathGraphPropertiesLoader


  • public class ClassPathGraphPropertiesLoader
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassPathGraphPropertiesLoader​(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.datacollection.graphs.PrefabGraph> getGraphProperties()  
      • Methods inherited from class java.lang.Object

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

      • ClassPathGraphPropertiesLoader

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

      • getGraphProperties

        public java.util.List<org.opennms.integration.api.v1.config.datacollection.graphs.PrefabGraph> getGraphProperties()