Package com.github.javaparser
Class JavaParserBuild
- java.lang.Object
-
- com.github.javaparser.JavaParserBuild
-
public class JavaParserBuild extends Object
Some information that was available when this library was built by Maven.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJAVA_VENDORstatic StringJAVA_VENDOR_URLstatic StringJAVA_VERSIONstatic StringMAVEN_BUILD_TIMESTAMPstatic StringMAVEN_BUILD_VERSIONstatic StringMAVEN_VERSIONstatic StringOS_ARCHstatic StringOS_NAMEstatic StringOS_VERSIONstatic StringPROJECT_BUILD_FINAL_NAMEstatic StringPROJECT_NAMEstatic StringPROJECT_VERSION
-
Constructor Summary
Constructors Constructor Description JavaParserBuild()
-
-
-
Field Detail
-
PROJECT_VERSION
public static final String PROJECT_VERSION
- See Also:
- Constant Field Values
-
PROJECT_NAME
public static final String PROJECT_NAME
- See Also:
- Constant Field Values
-
PROJECT_BUILD_FINAL_NAME
public static final String PROJECT_BUILD_FINAL_NAME
- See Also:
- Constant Field Values
-
MAVEN_VERSION
public static final String MAVEN_VERSION
- See Also:
- Constant Field Values
-
MAVEN_BUILD_VERSION
public static final String MAVEN_BUILD_VERSION
- See Also:
- Constant Field Values
-
MAVEN_BUILD_TIMESTAMP
public static final String MAVEN_BUILD_TIMESTAMP
- See Also:
- Constant Field Values
-
JAVA_VENDOR
public static final String JAVA_VENDOR
- See Also:
- Constant Field Values
-
JAVA_VENDOR_URL
public static final String JAVA_VENDOR_URL
- See Also:
- Constant Field Values
-
JAVA_VERSION
public static final String JAVA_VERSION
- See Also:
- Constant Field Values
-
OS_ARCH
public static final String OS_ARCH
- See Also:
- Constant Field Values
-
OS_NAME
public static final String OS_NAME
- See Also:
- Constant Field Values
-
OS_VERSION
public static final String OS_VERSION
- See Also:
- Constant Field Values
-
-