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