Package bsh.classpath

Interface BshClassPath.MappingFeedback

  • Enclosing class:
    BshClassPath

    public static interface BshClassPath.MappingFeedback
    • Method Detail

      • startClassMapping

        void startClassMapping()
      • classMapping

        void classMapping​(String msg)
        Provide feedback on the progress of mapping the classpath
      • errorWhileMapping

        void errorWhileMapping​(String msg)
      • endClassMapping

        void endClassMapping()