Package io.quarkus.bootstrap.model
Class PlatformImportsImpl
- java.lang.Object
-
- io.quarkus.bootstrap.model.PlatformImportsImpl
-
- All Implemented Interfaces:
PlatformImports,Serializable
public class PlatformImportsImpl extends Object implements PlatformImports, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static charPLATFORM_KEY_STREAM_SEPARATORstatic StringPROPERTY_PREFIXstatic charSTREAM_VERSION_SEPARATOR
-
Constructor Summary
Constructors Constructor Description PlatformImportsImpl()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPlatformDescriptor(String groupId, String artifactId, String classifier, String type, String version)voidaddPlatformProperties(String groupId, String artifactId, String classifier, String type, String version, Path propsPath)StringgetMisalignmentReport()Map<String,String>getPlatformProperties()booleanisAligned()static booleanisPlatformReleaseInfo(String s)voidsetPlatformProperties(Map<String,String> platformProps)
-
-
-
Field Detail
-
PROPERTY_PREFIX
public static final String PROPERTY_PREFIX
- See Also:
- Constant Field Values
-
PLATFORM_KEY_STREAM_SEPARATOR
public static final char PLATFORM_KEY_STREAM_SEPARATOR
- See Also:
- Constant Field Values
-
STREAM_VERSION_SEPARATOR
public static final char STREAM_VERSION_SEPARATOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
isPlatformReleaseInfo
public static boolean isPlatformReleaseInfo(String s)
-
addPlatformDescriptor
public void addPlatformDescriptor(String groupId, String artifactId, String classifier, String type, String version)
-
addPlatformProperties
public void addPlatformProperties(String groupId, String artifactId, String classifier, String type, String version, Path propsPath) throws AppModelResolverException
- Throws:
AppModelResolverException
-
getPlatformProperties
public Map<String,String> getPlatformProperties()
- Specified by:
getPlatformPropertiesin interfacePlatformImports
-
getMisalignmentReport
public String getMisalignmentReport()
- Specified by:
getMisalignmentReportin interfacePlatformImports
-
isAligned
public boolean isAligned()
- Specified by:
isAlignedin interfacePlatformImports
-
-