Class QuarkusProperties
- java.lang.Object
-
- io.quarkus.test.services.quarkus.model.QuarkusProperties
-
public final class QuarkusProperties extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringMUTABLE_JARstatic PropertyLookupPACKAGE_TYPEstatic List<String>PACKAGE_TYPE_JVM_VALUESstatic List<String>PACKAGE_TYPE_LEGACY_JAR_VALUESstatic StringPACKAGE_TYPE_NAMEstatic List<String>PACKAGE_TYPE_NATIVE_VALUESstatic PropertyLookupPLATFORM_GROUP_IDstatic PropertyLookupPLATFORM_VERSIONstatic PropertyLookupPLUGIN_VERSIONstatic PropertyLookupQUARKUS_JVM_S2Istatic PropertyLookupQUARKUS_NATIVE_S2I
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetPluginVersion()static StringgetVersion()static booleanisJvmPackageType(ServiceContext context)static booleanisLegacyJarPackageType(ServiceContext context)static booleanisNativePackageType()static booleanisNativePackageType(ServiceContext context)
-
-
-
Field Detail
-
PLATFORM_GROUP_ID
public static final PropertyLookup PLATFORM_GROUP_ID
-
PLATFORM_VERSION
public static final PropertyLookup PLATFORM_VERSION
-
PLUGIN_VERSION
public static final PropertyLookup PLUGIN_VERSION
-
PACKAGE_TYPE_NAME
public static final String PACKAGE_TYPE_NAME
- See Also:
- Constant Field Values
-
MUTABLE_JAR
public static final String MUTABLE_JAR
- See Also:
- Constant Field Values
-
PACKAGE_TYPE
public static final PropertyLookup PACKAGE_TYPE
-
QUARKUS_JVM_S2I
public static final PropertyLookup QUARKUS_JVM_S2I
-
QUARKUS_NATIVE_S2I
public static final PropertyLookup QUARKUS_NATIVE_S2I
-
-
Method Detail
-
getVersion
public static String getVersion()
-
getPluginVersion
public static String getPluginVersion()
-
isNativePackageType
public static boolean isNativePackageType()
-
isNativePackageType
public static boolean isNativePackageType(ServiceContext context)
-
isLegacyJarPackageType
public static boolean isLegacyJarPackageType(ServiceContext context)
-
isJvmPackageType
public static boolean isJvmPackageType(ServiceContext context)
-
-