Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for notifyDaemonsAboutChangedPaths (1.04 sec)

  1. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/protocol/InternalInvalidatableVirtualFileSystemConnection.java

         * @throws UnsupportedVersionException When the target Gradle version is <= 2.5.
         * @throws GradleConnectionException On some other failure using the connection.
         * @since 6.1
         */
        void notifyDaemonsAboutChangedPaths(List<String> changedPaths, BuildParameters parameters);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  2. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/ProjectConnection.java

         * @throws UnsupportedVersionException When the target Gradle version is &lt;= 2.5.
         * @throws GradleConnectionException On some other failure using the connection.
         * @since 6.1
         */
        void notifyDaemonsAboutChangedPaths(List<Path> changedPaths);
    
        /**
         * Closes this connection. Blocks until any pending operations are complete. Once this method has returned, no more notifications will be delivered by any threads.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 8.5K bytes
    - Viewed (0)
Back to top