Interface ResultBaseFeature

    • Method Detail

      • hasWarning

        boolean hasWarning()
        Checks if feature has warning.
        Returns:
        true if feature has warning.
      • problem

        ResultProblemFeatureList problem()
        Returns all problems for this feature.
        Returns:
        Result problem feature list.
      • problem

        ResultProblemFeature problem​(java.lang.String tag)
        Returns a result problem.
        Parameters:
        tag - Problem tag.
        Returns:
        Problem feature.
      • runCommand

        void runCommand​(java.lang.String command)
        Executes a special command that the feature supports. The list of supported commands differs among the feature types.
        Parameters:
        command - The name of the command.