Class ProjectPluginOptions


  • public class ProjectPluginOptions
    extends java.lang.Object
    Plugin options.
    • Method Detail

      • name

        public java.lang.String name()
        The name of the plugin.
        Returns:
        the name of the plugin
      • version

        @Nullable
        public java.lang.String version()
        The version of the plugin.
        Returns:
        the version of the plugin
      • path

        public java.lang.String path()
        The path of the plugin.
        Returns:
        the path of the plugin
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object