Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for initFromProperties (0.07 seconds)

  1. src/main/java/jcifs/config/PropertyConfiguration.java

         */
        public PropertyConfiguration(Properties props) throws CIFSException {
            super(false);
            initFromProperties(props);
            initDefaults(); // Use original initDefaults
        }
    
        /**
         * Initialize configuration from properties
         */
        private void initFromProperties(Properties props) {
            String value;
    
            // Standard jCIFS properties
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 24 00:49:49 GMT 2025
    - 13.3K bytes
    - Click Count (0)
Back to Top