Class DefaultScriptPluginIdentifier

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDisplayName()
      Returns a human-readable display name for this plugin.
      java.net.URI getUri()
      Returns the URI of this script plugin.
      • Methods inherited from class java.lang.Object

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

      • DefaultScriptPluginIdentifier

        public DefaultScriptPluginIdentifier​(java.lang.String displayName,
                                             java.net.URI uri)
    • Method Detail

      • getUri

        public java.net.URI getUri()
        Description copied from interface: ScriptPluginIdentifier
        Returns the URI of this script plugin.

        The URI may point to the local file system or a remote server.

        Specified by:
        getUri in interface ScriptPluginIdentifier