Package org.codehaus.mojo.gwt.utils
Class ProjectScanner
- java.lang.Object
-
- org.codehaus.plexus.util.AbstractScanner
-
- org.codehaus.mojo.gwt.utils.ProjectScanner
-
- All Implemented Interfaces:
org.codehaus.plexus.util.Scanner
public final class ProjectScanner extends org.codehaus.plexus.util.AbstractScannerScans a project and/or artifacts.- Author:
- fabien.cortina at gmail.com
-
-
Constructor Summary
Constructors Constructor Description ProjectScanner(org.apache.maven.plugin.logging.Log log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<File>getArtifacts()FilegetBasedir()String[]getIncludedDirectories()String[]getIncludedFiles()org.apache.maven.project.MavenProjectgetProject()voidscan()voidsetArtifacts(Collection<File> artifacts)voidsetProject(org.apache.maven.project.MavenProject project)-
Methods inherited from class org.codehaus.plexus.util.AbstractScanner
addDefaultExcludes, couldHoldIncluded, isExcluded, isExcluded, isIncluded, isIncluded, match, match, matchPath, matchPath, matchPatternStart, matchPatternStart, setCaseSensitive, setExcludes, setIncludes, setupDefaultFilters, setupMatchPatterns
-
-
-
-
Method Detail
-
getProject
public org.apache.maven.project.MavenProject getProject()
-
setProject
public void setProject(org.apache.maven.project.MavenProject project)
-
getArtifacts
public Collection<File> getArtifacts()
-
setArtifacts
public void setArtifacts(Collection<File> artifacts)
-
getIncludedFiles
public String[] getIncludedFiles()
-
getIncludedDirectories
public String[] getIncludedDirectories()
-
getBasedir
public File getBasedir()
-
scan
public void scan()
-
-