Class UpnpLibrary


  • public class UpnpLibrary
    extends java.lang.Object
    This class allows getting the library details.
    • Constructor Summary

      Constructors 
      Constructor Description
      UpnpLibrary()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getBuildProperty​(java.lang.String key)  
      static org.slf4j.Logger getLogger()  
      static java.lang.String getName()  
      static java.lang.String getVersion()  
      • Methods inherited from class java.lang.Object

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

      • UpnpLibrary

        public UpnpLibrary()
    • Method Detail

      • getLogger

        public static org.slf4j.Logger getLogger()
      • getBuildProperty

        public static java.lang.String getBuildProperty​(java.lang.String key)
      • getName

        public static java.lang.String getName()
      • getVersion

        public static java.lang.String getVersion()