Class Plugin

    • Constructor Summary

      Constructors 
      Constructor Description
      Plugin​(java.lang.String id, java.lang.String classPath)
      Constructs a plugin.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClassPath()
      Returns the plugin classpath.
      java.lang.String getId()
      Returns the plugin identifier.
      • Methods inherited from class java.lang.Object

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

      • Plugin

        public Plugin​(java.lang.String id,
                      java.lang.String classPath)
        Constructs a plugin.
        Parameters:
        id - plugin implementation name
        classPath - class path
    • Method Detail

      • getId

        public java.lang.String getId()
        Returns the plugin identifier.
        Returns:
        plugin id
      • getClassPath

        public java.lang.String getClassPath()
        Returns the plugin classpath.
        Returns:
        plugin classpath