Class StandardApplicationInformation
- java.lang.Object
-
- com.speedment.jpastreamer.appinfo.standard.StandardApplicationInformation
-
- All Implemented Interfaces:
ApplicationInformation
public final class StandardApplicationInformation extends Object implements ApplicationInformation
-
-
Constructor Summary
Constructors Constructor Description StandardApplicationInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbanner()StringimplementationVersion()booleanisProductionMode()StringlicenseName()Stringrepository()StringspecificationVersion()Stringsubtitle()Stringtitle()Stringvendor()
-
-
-
Method Detail
-
vendor
public String vendor()
- Specified by:
vendorin interfaceApplicationInformation
-
title
public String title()
- Specified by:
titlein interfaceApplicationInformation
-
subtitle
public String subtitle()
- Specified by:
subtitlein interfaceApplicationInformation
-
repository
public String repository()
- Specified by:
repositoryin interfaceApplicationInformation
-
implementationVersion
public String implementationVersion()
- Specified by:
implementationVersionin interfaceApplicationInformation
-
specificationVersion
public String specificationVersion()
- Specified by:
specificationVersionin interfaceApplicationInformation
-
isProductionMode
public boolean isProductionMode()
- Specified by:
isProductionModein interfaceApplicationInformation
-
licenseName
public String licenseName()
- Specified by:
licenseNamein interfaceApplicationInformation
-
banner
public String banner()
- Specified by:
bannerin interfaceApplicationInformation
-
-