Package org.eclipse.tycho.packaging
Class IncludeValidationHelper
- java.lang.Object
-
- org.eclipse.tycho.packaging.IncludeValidationHelper
-
@Component(role=IncludeValidationHelper.class) public class IncludeValidationHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description IncludeValidationHelper()
IncludeValidationHelper(org.codehaus.plexus.logging.Logger log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkBinIncludesExist(org.apache.maven.project.MavenProject project, BuildProperties buildProperties, boolean strict, String... ignoredIncludes)
void
checkSourceIncludesExist(org.apache.maven.project.MavenProject project, BuildProperties buildProperties, boolean strict)
-
-
-
Method Detail
-
checkBinIncludesExist
public void checkBinIncludesExist(org.apache.maven.project.MavenProject project, BuildProperties buildProperties, boolean strict, String... ignoredIncludes) throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
checkSourceIncludesExist
public void checkSourceIncludesExist(org.apache.maven.project.MavenProject project, BuildProperties buildProperties, boolean strict) throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-