Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getTypePrefix (0.06 sec)

  1. src/main/java/org/codelibs/fess/es/config/exentity/CrawlingConfig.java

            WEB("W"), FILE("F"), DATA("D");
    
            private final String typePrefix;
    
            ConfigType(final String typePrefix) {
                this.typePrefix = typePrefix;
            }
    
            public String getTypePrefix() {
                return typePrefix;
            }
    
            String getConfigId(final String id) {
                if (id == null) {
                    return null;
                }
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Oct 24 13:01:38 UTC 2024
    - 5.5K bytes
    - Viewed (0)
Back to top