- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getAllArtifacts (0.18 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectManager.java
* * @see org.apache.maven.api.services.ArtifactManager#getPath(Artifact) */ Collection<ProducedArtifact> getAllArtifacts(Project project); /** * Attaches an artifact to the project using the given file path. The artifact type will be * determined from the file extension. *
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Thu Oct 24 11:52:48 UTC 2024 - 7.6K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultProjectManager.java
a -> session.getArtifact(ProducedArtifact.class, RepositoryUtils.toArtifact(a))); return Collections.unmodifiableCollection(attached); } @Override public Collection<ProducedArtifact> getAllArtifacts(Project project) { ArrayList<ProducedArtifact> result = new ArrayList<>(2); result.addAll(project.getArtifacts()); result.addAll(getAttachedArtifacts(project));
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 9.3K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
getResolvedPublicati(); public abstract Configuration[] getConfigurations(); public abstract String[] getConfigurationsNam(); public abstract String[] getPublicConfigurati(); public abstract Artifact[] getArtifacts(String); public abstract Artifact[] getAllArtifacts(); public abstract DependencyDescriptor[] getDependencies(); public abstract Configuration getConfiguration(String); public abstract org.apache.ivy.plugins.conflict.ConflictManager getConflictManager(org.apache.ivy.core.module.id.ModuleId); public...
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0)