public final class HPSJavaProperties extends Object
Modifier and Type | Field and Description |
---|---|
(package private) Properties |
properties
Properties file containing properties with values inserted from Maven resource filtering.
|
Constructor and Description |
---|
HPSJavaProperties()
Class constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getJavaVersion()
Get the Java home from the build environment.
|
String |
getLCSimVersion()
Get the LCSim version string.
|
String |
getProjectArtifactId()
Get the project name.
|
String |
getProjectBuildDirectory()
Get the local build directory.
|
String |
getProjectVersion()
Get the project version.
|
String |
getTimestamp()
Get the Maven build timestamp.
|
String |
toString()
Convert this object to a string.
|
Properties properties
public HPSJavaProperties() throws IOException
IOException
- if there is problem loading the propertiespublic String getJavaVersion()
public String getLCSimVersion()
public String getProjectArtifactId()
public String getProjectBuildDirectory()
public String getProjectVersion()
public String getTimestamp()
Copyright © 2019. All rights reserved.