public class Product extends Object
Returns the current product as well as all modules known to the system.
The product information is fetched from the "product" section in the system configuration. The modules are fetched from product.modules.
Modifier and Type | Method and Description |
---|---|
static List<Module> |
getModules()
Returns a list of all modules known to the system
|
static Module |
getProduct()
Returns the name and build infos for the current product
|
Copyright © 2018. All rights reserved.