Class CheckerFixerFactory.CheckerClassDescriptor

java.lang.Object
chemaxon.structurechecker.factory.CheckerFixerFactory.ClassDescriptor
chemaxon.structurechecker.factory.CheckerFixerFactory.CheckerClassDescriptor
Enclosing class:
CheckerFixerFactory

public static class CheckerFixerFactory.CheckerClassDescriptor extends CheckerFixerFactory.ClassDescriptor
Descriptor of a checker class
Since:
5.12
  • Constructor Details

    • CheckerClassDescriptor

      public CheckerClassDescriptor()
      Initializes an empty checker class descriptor
    • CheckerClassDescriptor

      public CheckerClassDescriptor(String id, String className, String jar, String editorClassName)
      Initializes a checker class descriptor
      Parameters:
      id - the identifier of the class
      className - the name of the class of the checker
      jar - the container of the class
      editorClassName - the name of the class of the editor component for the checker
  • Method Details

    • getEditorClassName

      public String getEditorClassName()
      Gets the name of the editor of the checker class
      Returns:
      the name of the editor of the checker class
    • setEditorClassName

      public void setEditorClassName(String editorClassName)
      Sets the name of the editor of the checker class
      Parameters:
      editorClassName - the name of the editor of the checker class