Class UniversalPlatformConfig
- java.lang.Object
-
- io.quarkus.bom.decomposer.maven.platformgen.UniversalPlatformConfig
-
public class UniversalPlatformConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description UniversalPlatformConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBom()booleanisGeneratePlatformProperties()booleanisSkipInstall()voidsetBom(String bom)voidsetGeneratePlatformProperties(boolean generatePlatformProperties)voidsetSkipInstall(boolean skipInstall)
-
-
-
Method Detail
-
getBom
public String getBom()
-
setBom
public void setBom(String bom)
-
isGeneratePlatformProperties
public boolean isGeneratePlatformProperties()
-
setGeneratePlatformProperties
public void setGeneratePlatformProperties(boolean generatePlatformProperties)
-
isSkipInstall
public boolean isSkipInstall()
-
setSkipInstall
public void setSkipInstall(boolean skipInstall)
-
-