Class FingerprintTask

    • Constructor Detail

      • FingerprintTask

        public FingerprintTask()
    • Method Detail

      • getName

        public String getName()
        Description copied from class: Task
        HTML or plaintext name of this task. Defaults to the task's classname.
        Overrides:
        getName in class SongPropertyAnalysisTask
        Returns:
        name
      • createEditor

        public TaskEditor<? extends Task> createEditor()
        Description copied from class: Task
        By default instantiates a class with the name this.getClass().getName() + "Editor". If that does not work (because the editor class does not exist), an EmptyTaskEditor is created. To create a meaningful editor for a configurable task, you must override this method.
        Overrides:
        createEditor in class SongPropertyAnalysisTask
        Returns:
        task editor for this task.