Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for key2 (0.11 sec)

  1. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/EclipseWtpFacet.java

     * plugins {
     *     id 'war' // or 'ear' or 'java'
     *     id 'eclipse-wtp'
     * }
     *
     * eclipse {
     *   wtp {
     *     facet {
     *       //you can add some extra wtp facets or update existing ones; mandatory keys: 'name', 'version':
     *       facet name: 'someCoolFacet', version: '1.3'
     *
     *       file {
     *         //if you want to mess with the resulting XML in whatever way you fancy
     *         withXml {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 6K bytes
    - Viewed (0)
  2. platforms/enterprise/enterprise-operations/src/main/java/org/gradle/api/internal/tasks/SnapshotTaskInputsBuildOperationType.java

             */
            @Nullable
            List<String> getActionClassNames();
    
            /**
             * The input value property hashes.
             * <p>
             * key = property name
             * <p>
             * Ordered by key, lexicographically.
             * No null keys or values.
             * Never empty.
             * Null if the task has no inputs.
             */
            @Nullable
            Map<String, byte[]> getInputValueHashesBytes();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 17:46:30 UTC 2023
    - 7.5K bytes
    - Viewed (0)
Back to top