public class ReleaseInfo extends Object
For instance we need to display whether a release is Standalone, WAR or source. We may in the future want to display information for bespoke customisations.
Modifier and Type | Method and Description |
---|---|
String |
getInfo()
Gets the contents of a file in this package called "release.info".
|
static ReleaseInfo |
getReleaseInfo(Class whereToLook) |
boolean |
hasInfo()
Does the release.info file exist?
|
public static ReleaseInfo getReleaseInfo(Class whereToLook)
public String getInfo()
public boolean hasInfo()
Copyright © 2002-2021 Atlassian. All Rights Reserved.