Class SpringBootUtil
- java.lang.Object
-
- io.openliberty.tools.common.plugins.util.SpringBootUtil
-
public class SpringBootUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringBOOT_JAR_EXPRESSIONstatic StringBOOT_START_CLASS_ATTRIBUTEstatic StringBOOT_VERSION_ATTRIBUTEstatic StringBOOT_WAR_EXPRESSION
-
Constructor Summary
Constructors Constructor Description SpringBootUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisSpringBootUberJar(File artifact)Check whether the given artifact is a Spring Boot Uber JAR
-
-
-
Field Detail
-
BOOT_VERSION_ATTRIBUTE
public static final String BOOT_VERSION_ATTRIBUTE
- See Also:
- Constant Field Values
-
BOOT_START_CLASS_ATTRIBUTE
public static final String BOOT_START_CLASS_ATTRIBUTE
- See Also:
- Constant Field Values
-
BOOT_JAR_EXPRESSION
public static final String BOOT_JAR_EXPRESSION
- See Also:
- Constant Field Values
-
BOOT_WAR_EXPRESSION
public static final String BOOT_WAR_EXPRESSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
isSpringBootUberJar
public static boolean isSpringBootUberJar(File artifact)
Check whether the given artifact is a Spring Boot Uber JAR- Parameters:
artifact-- Returns:
- true if so, false otherwise
-
-