Package org.jboss.windup.util
Class Theme
- java.lang.Object
-
- org.jboss.windup.util.Theme
-
public class Theme extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBrandDocumentationUrl()StringgetBrandName()StringgetBrandNameAcronym()StringgetBrandWebsiteUrl()StringgetCliName()StringgetCliVersion()StringgetComponentsVersion()StringgetTopBarTitle()
-
-
-
Method Detail
-
getTopBarTitle
public String getTopBarTitle()
-
getBrandName
public String getBrandName()
-
getBrandNameAcronym
public String getBrandNameAcronym()
-
getBrandWebsiteUrl
public String getBrandWebsiteUrl()
-
getBrandDocumentationUrl
public String getBrandDocumentationUrl()
-
getCliName
public String getCliName()
-
getCliVersion
public String getCliVersion()
-
getComponentsVersion
public String getComponentsVersion()
-
-