org.apache.felix.scrplugin.mojo
Class MavenProjectScanner

java.lang.Object
  extended by org.apache.felix.scrplugin.mojo.MavenProjectScanner

public class MavenProjectScanner
extends java.lang.Object


Constructor Summary
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)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenProjectScanner

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)
Method Detail

getSources

public java.util.Collection<org.apache.felix.scrplugin.Source> getSources()
Return all sources.


getDeletedSources

public java.util.Collection<org.apache.felix.scrplugin.Source> getDeletedSources()
Returns all sources which were deleted since the previous build

Returns:
the deleted sources

getDependencies

public java.util.List<java.io.File> getDependencies()
Return all dependencies



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.