Module ilusr.core

Class InternalURLStreamHandlerFactory

    • Constructor Detail

      • InternalURLStreamHandlerFactory

        public InternalURLStreamHandlerFactory()
        Base Ctor..
    • Method Detail

      • addResouce

        public void addResouce​(String protocol,
                               String path,
                               String content)
        Parameters:
        protocol - The name of the protocol
        path - The location of the resource.
        content - The content to associate with the resource.
      • removeResource

        public void removeResource​(String protocol,
                                   String path)
        Parameters:
        protocol - The name of the protocol
        path - The location of the resource.