java.lang.Object
eu.maveniverse.maven.mima.runtime.standalonestatic.ProfileSelectorSupplier
- All Implemented Interfaces:
Supplier<org.apache.maven.model.profile.ProfileSelector>
public class ProfileSelectorSupplier
extends Object
implements Supplier<org.apache.maven.model.profile.ProfileSelector>
Override to customize.
-
Constructor Summary
Constructors
-
Method Summary
org.apache.maven.model.profile.ProfileSelector
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ProfileSelectorSupplier
public ProfileSelectorSupplier()
-
Method Details
-
get
public org.apache.maven.model.profile.ProfileSelector get()
- Specified by:
get in interface Supplier<org.apache.maven.model.profile.ProfileSelector>