Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for serialization (0.07 sec)

  1. FessEnv.java

    /** L181: * The simple implementation for configuration. L182: * @author FreeGen L183: */ L184: public static class SimpleImpl extends ObjectiveConfig implements FessEnv { L185: L186: /** The serial version UID for object serialization. (Default) */ L187: private static final long serialVersionUID = 1L; L188: L189: public String getLastaDiSmartDeployMode() { L190: return get(FessEnv.lasta_di_SMART_DEPLOY_MODE); L191: } L192: L193: public...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9.9K bytes
Back to top