- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 595 for thrice (0.04 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/VersionResolverRequest.java
Session session; RequestTrace trace; ArtifactCoordinates artifactCoordinates; List<RemoteRepository> repositories; public VersionResolverRequestBuilder session(Session session) { this.session = session; return this; } public VersionResolverRequestBuilder trace(RequestTrace trace) { this.trace = trace; return this; }
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 5.3K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/DependencyCoordinatesFactoryRequest.java
this.session = session; return this; } public DependencyCoordinatesFactoryRequestBuilder trace(RequestTrace trace) { this.trace = trace; return this; } public DependencyCoordinatesFactoryRequestBuilder groupId(String groupId) { this.groupId = groupId; return this;
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 12.1K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactDeployerRequest.java
this.session = session; return this; } @Nonnull public ArtifactDeployerRequestBuilder trace(RequestTrace trace) { this.trace = trace; return this; } @Nonnull public ArtifactDeployerRequestBuilder repository(RemoteRepository repository) { this.repository = repository;
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 5.8K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactResolverRequest.java
this.session = session; return this; } @Nonnull public ArtifactResolverRequestBuilder trace(RequestTrace trace) { this.trace = trace; return this; } @Nonnull public ArtifactResolverRequestBuilder coordinates(Collection<? extends ArtifactCoordinates> coordinates) { this.coordinates = coordinates;
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 5.6K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactInstallerRequest.java
this.session = session; return this; } @Nonnull public ArtifactInstallerRequestBuilder trace(RequestTrace trace) { this.trace = trace; return this; } @Nonnull public ArtifactInstallerRequestBuilder artifacts(@Nullable Collection<ProducedArtifact> artifacts) { this.artifacts = artifacts != null ? artifacts : Collections.emptyList();
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 4.2K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/RequestTrace.java
* <li>Supports both internal session operations and client-provided trace information</li> * </ul> * * <p>For internal session operations, the trace typically contains {@code *Request} objects * that represent the current processing state. Client code can also create traces with * application-specific data to provide context when invoking session methods.</p> * * <p>This trace information is particularly useful for:</p> * <ul>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jan 29 08:17:07 UTC 2025 - 2.9K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/ImmutableMapTest.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 36.7K bytes - Viewed (0) -
guava-tests/test/com/google/common/eventbus/SubscriberRegistryTest.java
registry.register(o1); Iterator<Subscriber> three = registry.getSubscribers(""); assertEquals(s1, one.next().target); assertFalse(one.hasNext()); assertEquals(s1, three.next().target); assertEquals(s2, three.next().target); assertEquals(o1, three.next().target); assertFalse(three.hasNext()); three = registry.getSubscribers(""); registry.unregister(s2);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 5.8K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ToolchainsBuilderRequest.java
RequestTrace trace; Source installationToolchainsSource; Source userToolchainsSource; public ToolchainsBuilderRequestBuilder session(ProtoSession session) { this.session = session; return this; } public ToolchainsBuilderRequestBuilder trace(RequestTrace trace) { this.trace = trace; return this; }
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 6.3K bytes - Viewed (0) -
LICENSE
6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. You must give prominent notice with each copy of the work that the
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Mon Jan 18 20:25:38 UTC 2016 - 25.8K bytes - Viewed (0)