Class Provider.ProviderDescriptor

    • Constructor Detail

      • ProviderDescriptor

        protected ProviderDescriptor​(String defaultId)
        Creates a new instance of Provider.ProviderDescriptor with the given ID.
        Parameters:
        defaultId - the unique ID of the provider
    • Method Detail

      • getName

        public String getName()
        Returns the default name of this tool.
        Returns:
        the name
      • getSymbolName

        public String getSymbolName()
        Returns the Symbol name of this provider.
        Returns:
        the name of this provider, or "undefined" if no symbol has been defined
      • doCheckPattern

        @POST
        public FormValidation doCheckPattern​(@QueryParameter("pattern")
                                             String pattern)