- FileContainsActivator - Class in io.oddsource.java.maven.profile
-
Determines if the file named by the property name exists and contains the property value within its contents.
- FileContainsActivator(Logger) - Constructor for class io.oddsource.java.maven.profile.FileContainsActivator
-
Construct a FileContainsActivator.
- FileRegexActivator - Class in io.oddsource.java.maven.profile
-
Determines if the file named by the property name exists and its contents match the regex from the property value.
- FileRegexActivator(Logger) - Constructor for class io.oddsource.java.maven.profile.FileRegexActivator
-
Construct a FileRegexActivator.
- FinerActivator - Interface in io.oddsource.java.maven.profile
-
The interface to which all "finer" activators adhere.
- FinerProfileSelector - Class in io.oddsource.java.maven.profile
-
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.
- FinerProfileSelector(Logger, List<ProfileActivator>, List<FinerActivator>) - Constructor for class io.oddsource.java.maven.profile.FinerProfileSelector
-
Construct a selector.