- Sort Score
- Result 10 results
- Languages All
Results 21 - 25 of 25 for isOptional (0.06 sec)
-
compat/maven-compat/src/test/java/org/apache/maven/repository/legacy/resolver/DefaultArtifactCollectorTest.java
d.getType(), d.getClassifier(), d.getScope(), inheritedScope, d.isOptional()); } if (artifact != null && (dependencyFilter == null || dependencyFilter.include(artifact))) { artifact.setDependencyFilter(dependencyFilter);
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 42.5K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/bridge/MavenRepositorySystem.java
d.getGroupId(), d.getArtifactId(), versionRange, d.getType(), d.getClassifier(), d.getScope(), d.isOptional()); if (Artifact.SCOPE_SYSTEM.equals(d.getScope()) && d.getSystemPath() != null) { artifact.setFile(new File(d.getSystemPath())); } if (!d.getExclusions().isEmpty()) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 32.6K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/LegacyRepositorySystem.java
d.getGroupId(), d.getArtifactId(), versionRange, d.getType(), d.getClassifier(), d.getScope(), d.isOptional()); if (Artifact.SCOPE_SYSTEM.equals(d.getScope()) && d.getSystemPath() != null) { artifact.setFile(new File(d.getSystemPath())); } if (!d.getExclusions().isEmpty()) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 31.6K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
</field> </fields> <codeSegments> <codeSegment> <version>4.0.0+</version> <code> <![CDATA[ public boolean isOptional() { return (getOptional() != null) ? Boolean.parseBoolean(getOptional()) : false; } ]]> </code> </codeSegment> <codeSegment>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Wed Oct 09 11:07:31 UTC 2024 - 115.1K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
PomReader$PomDependencyData(PomReader, PomReader$PomDependencyData); void PomReader$PomDependencyData(PomReader, org.w3c.dom.Element); public final String getScope(); public final String getClassifier(); public final String getType(); public final boolean isOptional(); } org/apache/ivy/plugins/parser/m2/pom.template SKIP_LINE ********** SKIP_LINE * Licensed to the Apache Software Foundation (ASF) under one SKIP_LINE * or more contributor license agreements. See the NOTICE file SKIP_LINE * distributed with this...
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0)