Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for CommandLineConverter (0.18 sec)

  1. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/cli/converter/DaemonCommandLineConverterTest.groovy

            ['--status'] | true
        }
    
        private DaemonParameters convert(Iterable args) {
            CommandLineParser parser = new CommandLineParser()
            def converter = new DaemonBuildOptions().commandLineConverter()
            converter.configure(parser)
            def buildLayoutResult = Stub(BuildLayoutResult) {
                getGradleUserHomeDir() >> new File("gradle-user-home")
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  2. platforms/core-runtime/logging/src/test/groovy/org/gradle/internal/logging/LoggingCommandLineConverterTest.groovy

    import org.gradle.cli.CommandLineArgumentException
    import spock.lang.Specification
    
    class LoggingCommandLineConverterTest extends Specification {
        def converter = new LoggingConfigurationBuildOptions().commandLineConverter()
        def expectedConfig = new DefaultLoggingConfiguration()
    
        def convertsEmptyArgs() {
            expect:
            checkConversion([])
        }
    
        def convertsDebugLevel() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  3. .teamcity/.mvn/wrapper/maven-wrapper.jar

    public synchronized class CommandLineArgumentE extends RuntimeException { public void CommandLineArgumentE(String); public void CommandLineArgumentE(String, Throwable); } org/apache/maven/wrapper/cli/CommandLineConverter.class package org.apache.maven.wrapper.cli; public abstract interface CommandLineConverter { public abstract Object convert(Iterable) throws CommandLineArgumentE; public abstract Object convert(Iterable, Object) throws CommandLineArgumentE; public abstract Object convert(ParsedCommandLine)...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 26 01:48:39 UTC 2020
    - 49.5K bytes
    - Viewed (0)
  4. integration-tests/gradle/gradle/wrapper/gradle-wrapper.jar

    org.gradle.cli; public synchronized class CommandLineArgumentE extends RuntimeException { public void CommandLineArgumentE(String); public void CommandLineArgumentE(String, Throwable); } org/gradle/cli/CommandLineConverter.class package org.gradle.cli; public abstract interface CommandLineConverter { public abstract Object convert(Iterable, Object) throws CommandLineArgumentE; public abstract Object convert(ParsedCommandLine, Object) throws CommandLineArgumentE; public abstract void configure(CommandLineParser);...
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Oct 31 19:07:19 UTC 2023
    - 62.2K bytes
    - Viewed (0)
  5. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.cli.CommandLineConverter> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (CommandLineConverter.java:0)
    Class <org.gradle.cli.CommandLineOption> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (CommandLineOption.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top