| Modifier and Type | Class and Description |
|---|---|
class |
BaseFileContentsActivator
An abstract activator that reads a file ond compares its contents according to rules defined in the concrete
implementation.
|
class |
BaseSubprocessActivator
An abstract activator that reads executes a process ond compares its output according to rules defined in the
concrete implementation.
|
class |
FileContainsActivator
Determines if the file named by the property name exists and contains the property value within its contents.
|
class |
FileRegexActivator
Determines if the file named by the property name exists and its contents match the regex from the property value.
|
class |
PropertyContainsActivator
Converts the named property's value to lowercase and checks whether it contains the specified value.
|
class |
PropertyRegexActivator
Matches a property's value to a regular expression.
|
class |
SubprocessExitCodeActivator
Run the subprocess indicated by the property name and tests that its exit code matches the numeric
value from the property value.
|
class |
SubprocessOutputActivator
Run the subprocess indicated by the property name and test that its output contains the property value.
|
class |
SubprocessRegexActivator
Run the subprocess indicated by the property name and test that its output matches the regular expression
contained in the property value.
|
| Constructor and Description |
|---|
FinerProfileSelector(org.codehaus.plexus.logging.Logger logger,
List<org.apache.maven.model.profile.activation.ProfileActivator> standardActivators,
List<FinerActivator> finerActivators)
Construct a selector.
|
Copyright © 2023 OddSource Code. All rights reserved.