public abstract class BaseSubprocessActivator extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
isActive(String unparsedCommandString,
org.apache.maven.model.ActivationProperty property,
org.apache.maven.model.Profile profile,
org.apache.maven.model.profile.ProfileActivationContext context,
org.apache.maven.model.building.ModelProblemCollector problems)
Tests the activator to determine whether its result is truthy.
|
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSupportedActivatorBracketNamepublic boolean isActive(String unparsedCommandString, org.apache.maven.model.ActivationProperty property, org.apache.maven.model.Profile profile, org.apache.maven.model.profile.ProfileActivationContext context, org.apache.maven.model.building.ModelProblemCollector problems)
FinerActivatorunparsedCommandString - The name of the property with the brackets ([FINER.ACTIVATOR.*]) removedproperty - The property objectprofile - The profilecontext - The activation contextproblems - A collector of problemsCopyright © 2023 OddSource Code. All rights reserved.