Class PluginUtils


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

      Constructors 
      Constructor Description
      PluginUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String bytesAsHex​(byte[] bytes)  
      static java.lang.String generateShaIdFromName​(java.lang.String pluginName)  
      • Methods inherited from class java.lang.Object

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

      • PluginUtils

        public PluginUtils()
    • Method Detail

      • generateShaIdFromName

        public static java.lang.String generateShaIdFromName​(java.lang.String pluginName)
      • bytesAsHex

        public static java.lang.String bytesAsHex​(byte[] bytes)