Class MavenProfileActivation.File
java.lang.Object
io.spring.initializr.generator.buildsystem.maven.MavenProfileActivation.File
- Enclosing class:
- MavenProfileActivation
File activation settings.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the file that should exists for the profile to match ornull
.Return the file that should be missing for the profile to match ornull
.
-
Method Details
-
getExists
Return the file that should exists for the profile to match ornull
.- Returns:
- the file that should exist
-
getMissing
Return the file that should be missing for the profile to match ornull
.- Returns:
- the file that should be missing
-