Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getNewContext (0.1 sec)

  1. src/test/java/jcifs/tests/BaseCIFSTest.java

            System.gc();
            System.runFinalization();
        }
    
    
        protected CIFSContext getContext () {
            return this.context;
        }
    
    
        protected CIFSContext getNewContext () throws CIFSException {
            Properties props = new Properties();
            props.putAll(this.properties);
            return new BaseContext(new PropertyConfiguration(props));
        }
    
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 8.1K bytes
    - Viewed (0)
Back to top