Package org.apache.camel.maven.packaging
Class XRefCheckMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.camel.maven.packaging.XRefCheckMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="xref-check", threadSafe=true) public class XRefCheckMojo extends org.apache.maven.plugin.AbstractMojo
-
-
Constructor Summary
Constructors Constructor Description XRefCheckMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
checkXRef(Path path)
void
execute()
-
-
-
Field Detail
-
PLAYBOOK
public static final String PLAYBOOK
- See Also:
- Constant Field Values
-
project
@Parameter(property="project", required=true, readonly=true) protected org.apache.maven.project.MavenProject project
The maven project.
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
-
checkXRef
public List<String> checkXRef(Path path) throws IOException
- Throws:
IOException
-
-