Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for getDescription (0.24 sec)

  1. maven-core/src/main/java/org/apache/maven/project/MavenProject.java

            return getModel().getDistributionManagement();
        }
    
        public void setDescription(String description) {
            getModel().setDescription(description);
        }
    
        public String getDescription() {
            return getModel().getDescription();
        }
    
        public void setOrganization(Organization organization) {
            getModel().setOrganization(organization);
        }
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Mar 01 17:18:13 GMT 2024
    - 56.6K bytes
    - Viewed (0)
  2. .teamcity/.mvn/wrapper/maven-wrapper.jar

    void CommandLineOption(Iterable); public java.util.Set getOptions(); public CommandLineOption hasArgument(); public CommandLineOption hasArguments(); public String getSubcommand(); public CommandLineOption mapsToSubcommand(String); public String getDescription(); public CommandLineOption hasDescription(String); public boolean getAllowsArguments(); public boolean getAllowsMultipleArg(); public CommandLineOption deprecated(String); public CommandLineOption incubating(); public String getDeprecationWarnin();...
    Archive
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Wed Feb 26 01:48:39 GMT 2020
    - 49.5K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/ldap/LdapManager.java

                            .forEach(v -> modifyDeleteEntry(modifyList, attrRoomNumber, v)));
            final String attrDescription = fessConfig.getLdapAttrDescription();
            OptionalUtil.ofNullable(user.getDescription()).filter(StringUtil::isNotBlank)
                    .ifPresent(s -> modifyReplaceEntry(modifyList, attrDescription, s))
                    .orElse(() -> getAttributeValueList(result, attrDescription).stream()
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 65.9K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsDataConfigCA.java

            }
        }
    
        public void setDescription_Count() {
            setDescription_Count(null);
        }
    
        public void setDescription_Count(ConditionOptionCall<ValueCountAggregationBuilder> opLambda) {
            setDescription_Count("description", opLambda);
        }
    
        public void setDescription_Count(String name, ConditionOptionCall<ValueCountAggregationBuilder> opLambda) {
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 88.1K bytes
    - Viewed (0)
Back to top