Class Profile

java.lang.Object
org.openrewrite.maven.tree.Profile

public class Profile extends Object
In case multiple profiles are active in the same POM or external file, the ones which are defined later take precedence over the ones defined earlier (independent of their profile id and activation order).
  • Constructor Details

    • Profile

      public Profile()
  • Method Details

    • isActive

      public boolean isActive(Iterable<String> activeProfiles)