Class CompositeResourceFinder

    • Field Detail

      • LOGGER

        private static final java.util.logging.Logger LOGGER
    • Constructor Detail

      • CompositeResourceFinder

        public CompositeResourceFinder()
    • Method Detail

      • hasNext

        public boolean hasNext()
      • next

        public java.lang.String next()
      • open

        public java.io.InputStream open()
        Description copied from interface: ResourceFinder
        Open current resource.
        Returns:
        input stream from which current resource can be loaded.
      • reset

        public void reset()
        Description copied from interface: ResourceFinder
        Reset the ResourceFinder instance.

        Upon calling this method the implementing class MUST reset its internal state to the initial state.