public class ClasspathDescriptor extends Object
| Modifier and Type | Method and Description |
|---|---|
static ClasspathDescriptor |
createClasspathDescriptor(org.apache.maven.project.MavenProject project,
Map<File,org.apache.maven.artifact.Artifact> fileToArtifactMap,
Collection<String> ignoredResourcePatterns,
Collection<MavenCoordinates> ignoredDependencies,
boolean useDefaultResourceIgnoreList,
Set<File> bootClasspath,
File[] projectFolders) |
com.google.common.collect.ImmutableMap<String,Collection<File>> |
getClasspathElementLocations(ConflictType type) |
com.google.common.collect.ImmutableList<Pattern> |
getIgnoredDirectoryPatterns() |
com.google.common.collect.ImmutableList<Pattern> |
getIgnoredResourcePatterns() |
public static ClasspathDescriptor createClasspathDescriptor(org.apache.maven.project.MavenProject project, Map<File,org.apache.maven.artifact.Artifact> fileToArtifactMap, Collection<String> ignoredResourcePatterns, Collection<MavenCoordinates> ignoredDependencies, boolean useDefaultResourceIgnoreList, Set<File> bootClasspath, File[] projectFolders) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.artifact.versioning.InvalidVersionSpecificationException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.artifact.versioning.InvalidVersionSpecificationExceptionpublic com.google.common.collect.ImmutableMap<String,Collection<File>> getClasspathElementLocations(ConflictType type)
public com.google.common.collect.ImmutableList<Pattern> getIgnoredResourcePatterns()
public com.google.common.collect.ImmutableList<Pattern> getIgnoredDirectoryPatterns()
Copyright © 2015. All rights reserved.