Class MavenProfileActivation.File

java.lang.Object
io.spring.initializr.generator.buildsystem.maven.MavenProfileActivation.File
Enclosing class:
MavenProfileActivation

public static final class MavenProfileActivation.File extends Object
File activation settings.
  • Method Details

    • getExists

      public String getExists()
      Return the file that should exists for the profile to match or null.
      Returns:
      the file that should exist
    • getMissing

      public String getMissing()
      Return the file that should be missing for the profile to match or null.
      Returns:
      the file that should be missing