lookupIndexDefinitionInArtifact
public void lookupIndexDefinitionInArtifact(InputStream artifactFileInputStream,
String artifactName)
throws IOException,
org.apache.maven.plugin.MojoExecutionException
Checks if the given input stream and file name refers to a index definition or filter file covering an oak index.
- Parameters:
artifactFileInputStream - the input stream of the artifact to check
artifactName - the file name within the content package (using forward slashes as separators) of the artifact to check
- Throws:
IOException - if an I/O error occurs
org.apache.maven.plugin.MojoExecutionException - if an internal execution error occurs