Interface BshClassPath.MappingFeedback

  • Enclosing class:
    BshClassPath

    public static interface BshClassPath.MappingFeedback
    • Method Detail

      • startClassMapping

        void startClassMapping()
      • classMapping

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

        void errorWhileMapping​(java.lang.String msg)
      • endClassMapping

        void endClassMapping()