Class GenericConfigurator

    • Constructor Detail

      • GenericConfigurator

        public GenericConfigurator()
        Deprecated.
    • Method Detail

      • informContextOfURLUsedForConfiguration

        public static void informContextOfURLUsedForConfiguration​(Context context,
                                                                  java.net.URL url)
        Deprecated.
      • doConfigure

        public final void doConfigure​(java.io.InputStream inputStream,
                                      java.lang.String systemId)
                               throws JoranException
        Deprecated.
        Throws:
        JoranException
      • doConfigure

        public final void doConfigure​(org.xml.sax.InputSource inputSource)
                               throws JoranException
        Deprecated.
        Throws:
        JoranException
      • registerSafeConfiguration

        public void registerSafeConfiguration​(java.util.List<SaxEvent> eventList)
        Deprecated.
        Register the current event list in currently in the interpreter as a safe configuration point.
        Since:
        0.9.30
      • recallSafeConfiguration

        public java.util.List<SaxEvent> recallSafeConfiguration()
        Deprecated.
        Recall the event list previously registered as a safe point.