Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FessBootPropsTranslator (0.64 sec)

  1. src/main/java/org/codelibs/fess/FessBoot.java

            }
        }
    
        /**
         * Creates a Fess-specific boot properties translator.
         *
         * @return a new FessBootPropsTranslator instance
         */
        @Override
        protected BootPropsTranslator createBootPropsTranslator() {
            return new FessBootPropsTranslator();
        }
    
        /**
         * Fess-specific implementation of BootPropsTranslator.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 11.3K bytes
    - Viewed (0)
  2. pom.xml

    							<paths>
    								<path>${project.build.directory}/fess/WEB-INF/classes/org/codelibs/fess/FessBoot.class</path>
    								<path>${project.build.directory}/fess/WEB-INF/classes/org/codelibs/fess/FessBoot$FessBootPropsTranslator.class</path>
    							</paths>
    							<dst>${packaging.fess.lib.dir}/classes/org/codelibs/fess/</dst>
    							<mapper>
    								<type>perm</type>
    								<user>${packaging.fess.user}</user>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Sep 04 05:22:58 UTC 2025
    - 49.6K bytes
    - Viewed (0)
Back to top