Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getDescription (0.06 sec)

  1. compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

                    }
                    boolean error = false;
                    if (option.getDeprecated().getDescription() != null) {
                        sb.append(": ").append(option.getDeprecated().getDescription());
                        error = option.getDeprecated().getDescription().startsWith("UNSUPPORTED:");
                    }
                    if (error) {
                        slf4jLogger.error(sb.toString());
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 76.8K 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();...
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Feb 26 01:48:39 UTC 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()
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 65.9K bytes
    - Viewed (0)
Back to top