@Named @Singleton public class CiOptionInitEventAware extends Object implements MavenEventAware
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE, ORDERED_COMPARATOR| Constructor and Description |
|---|
CiOptionInitEventAware(org.codehaus.plexus.logging.Logger logger,
List<CiOptionFactoryBean> optionFactoryBeans) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
afterInit() |
void |
afterInit(org.apache.maven.cli.CliRequest cliRequest,
CiOptionContext ciOptContext) |
int |
getOrder()
Get the order value of this object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonInit, onInit, onMavenExecutionRequest, onMavenExecutionRequest, onProjectBuildingRequest, onProjectBuildingRequest, onSettingsBuildingRequest, onSettingsBuildingRequest, onSettingsBuildingResult, onSettingsBuildingResult, onToolchainsBuildingRequest, onToolchainsBuildingRequest, onToolchainsBuildingResult, onToolchainsBuildingResult@Inject
public CiOptionInitEventAware(org.codehaus.plexus.logging.Logger logger,
List<CiOptionFactoryBean> optionFactoryBeans)
public boolean afterInit()
afterInit in interface MavenEventAwarepublic void afterInit(org.apache.maven.cli.CliRequest cliRequest,
CiOptionContext ciOptContext)
afterInit in interface MavenEventAwarepublic int getOrder()
Orderedload-on-startup values).
Same order values will result in arbitrary sort positions for the
affected objects.getOrder in interface OrderedOrdered.LOWEST_PRECEDENCE)Ordered.HIGHEST_PRECEDENCE,
Ordered.LOWEST_PRECEDENCECopyright © 2019. All rights reserved.