Class LocalServiceDescriptor


  • @PublicAPI
    public class LocalServiceDescriptor
    extends chemaxon.marvin.services.ServiceDescriptor
    Service Descriptor for java based local services. Functions implemented in separate jar files can be used as service via this descriptor class.
    Since:
    5.6
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String CLASS
      Property key for Service class name as String
      • Fields inherited from class chemaxon.marvin.services.ServiceDescriptor

        ALIAS, ARGUMENTS, DESCRIPTION, METHOD, NAME, propertyChangeSupport, serviceHandler, URL
    • Constructor Detail

      • LocalServiceDescriptor

        public LocalServiceDescriptor()
    • Method Detail

      • getClassName

        public String getClassName()
        Returns the full class name of the service
        Returns:
        the full class name of the service
      • setClassName

        public void setClassName​(String className)
        Sets the full class name of the service
        Parameters:
        className - the new service name
      • getIcon

        public Icon getIcon()
        Overrides:
        getIcon in class chemaxon.marvin.services.ServiceDescriptor
      • getSimpleName

        public String getSimpleName()
        Overrides:
        getSimpleName in class chemaxon.marvin.services.ServiceDescriptor