Package com.io7m.brooklime.api
Interface BLApplicationVersionType
- All Known Implementing Classes:
BLApplicationVersion
@Immutable
public interface BLApplicationVersionType
An application version.
-
Method Summary
Modifier and Type Method Description java.lang.StringapplicationName()java.lang.StringapplicationVersion()
-
Method Details
-
applicationName
java.lang.String applicationName()- Returns:
- The name of the application
-
applicationVersion
java.lang.String applicationVersion()- Returns:
- The version of the application
-