Skip navigation links
A C E G H P S 

A

ArtifactMojo - Class in com.edugility.maven
A mojo that sorts Maven artifacts topologically and then arranges the processing of them with a user-supplied processor.
ArtifactMojo() - Constructor for class com.edugility.maven.ArtifactMojo
Creates a new ArtifactMojo.
ArtifactsProcessingException - Exception in com.edugility.maven
An Exception indicating that something has gone wrong during Artifact processing.
ArtifactsProcessingException() - Constructor for exception com.edugility.maven.ArtifactsProcessingException
ArtifactsProcessingException(String) - Constructor for exception com.edugility.maven.ArtifactsProcessingException
ArtifactsProcessingException(Throwable) - Constructor for exception com.edugility.maven.ArtifactsProcessingException
ArtifactsProcessor - Interface in com.edugility.maven
A processor of Maven Artifacts.

C

com.edugility.maven - package com.edugility.maven
 

E

execute() - Method in class com.edugility.maven.ArtifactMojo
Collects all Artifacts that should be processed—according to the associated ArtifactFilter—and hands them off to the associated ArtifactsProcessor.
execute() - Method in class com.edugility.maven.HelpMojo

G

getArtifacts() - Method in exception com.edugility.maven.ArtifactsProcessingException
Returns the Collection of Artifacts that caused this ArtifactsProcessingException to be thrown.
getArtifactsProcessor() - Method in class com.edugility.maven.ArtifactMojo
Returns an ArtifactsProcessor for use by the execute() method.

H

HelpMojo - Class in com.edugility.maven
Display help information on artifact-maven-plugin.
Call mvn artifact:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class com.edugility.maven.HelpMojo
 

P

process(MavenProject, Collection<? extends Artifact>, Log) - Method in interface com.edugility.maven.ArtifactsProcessor
Performs some operation on the supplied Collection of Artifacts in the context of the supplied MavenProject and returns a Collection of Artifacts representing the result.

S

setArtifacts(Collection<? extends Artifact>) - Method in exception com.edugility.maven.ArtifactsProcessingException
Sets the Collection of Artifacts that caused this ArtifactsProcessingException to be thrown.
A C E G H P S 
Skip navigation links

Copyright © 2013–2015, Laird Nelson. All rights reserved.