See: Description
| Interface | Description |
|---|---|
| FinerActivator |
The interface to which all "finer" activators adhere.
|
| Class | Description |
|---|---|
| BaseFileContentsActivator |
An abstract activator that reads a file ond compares its contents according to rules defined in the concrete
implementation.
|
| BaseSubprocessActivator |
An abstract activator that reads executes a process ond compares its output according to rules defined in the
concrete implementation.
|
| FileContainsActivator |
Determines if the file named by the property name exists and contains the property value within its contents.
|
| FileRegexActivator |
Determines if the file named by the property name exists and its contents match the regex from the property value.
|
| FinerProfileSelector |
Maven automatically constructs this selector to overwrite the default profile selector,
and since it extends the
DefaultProfileSelector, all the rules that selector applies
are also applied here. |
| PropertyContainsActivator |
Converts the named property's value to lowercase and checks whether it contains the specified value.
|
| PropertyRegexActivator |
Matches a property's value to a regular expression.
|
| SubprocessExitCodeActivator |
Run the subprocess indicated by the property name and tests that its exit code matches the numeric
value from the property value.
|
| SubprocessOutputActivator |
Run the subprocess indicated by the property name and test that its output contains the property value.
|
| SubprocessRegexActivator |
Run the subprocess indicated by the property name and test that its output matches the regular expression
contained in the property value.
|
| Utilities |
A collection of helpful utilities.
|
| Utilities.CharsetAndRemainder |
A utility to extract a "[CHARSET]" from the beginning of a string.
|
Copyright © 2023 OddSource Code. All rights reserved.