public class MavenProjectScanner
extends java.lang.Object
Constructor and Description |
---|
MavenProjectScanner(org.sonatype.plexus.build.incremental.BuildContext buildContext,
org.apache.maven.project.MavenProject project,
java.lang.String includeString,
java.lang.String excludeString,
boolean scanClasses,
org.apache.felix.scrplugin.Log log) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<org.apache.felix.scrplugin.Source> |
getDeletedSources()
Returns all sources which were deleted since the previous build
|
java.util.List<java.io.File> |
getDependencies()
Return all dependencies
|
java.util.Collection<org.apache.felix.scrplugin.Source> |
getSources()
Return all sources.
|
public MavenProjectScanner(org.sonatype.plexus.build.incremental.BuildContext buildContext, org.apache.maven.project.MavenProject project, java.lang.String includeString, java.lang.String excludeString, boolean scanClasses, org.apache.felix.scrplugin.Log log)
public java.util.Collection<org.apache.felix.scrplugin.Source> getSources()
public java.util.Collection<org.apache.felix.scrplugin.Source> getDeletedSources()
public java.util.List<java.io.File> getDependencies()
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.