-
public class ImagesExtension to configure images for ICM projects.
-
-
Field Summary
Fields Modifier and Type Field Description private final Property<String>webadapterprivate final Property<String>webadapteragentprivate final Property<String>solrprivate final Property<String>zookeeperprivate final Property<String>icmcustomizationbaseprivate final Property<String>mssqldbprivate final Property<String>oracledbprivate final Property<String>mailsrvprivate final Property<String>testmailsrvprivate final Property<String>nginx
-
Constructor Summary
Constructors Constructor Description Images(ObjectFactory objectFactory)
-
Method Summary
Modifier and Type Method Description final Property<String>getWebadapter()final Property<String>getWebadapteragent()final Property<String>getSolr()final Property<String>getZookeeper()final Property<String>getIcmcustomizationbase()final Property<String>getMssqldb()final Property<String>getOracledb()final Property<String>getMailsrv()final Property<String>getTestmailsrv()final Property<String>getNginx()-
-
Method Detail
-
getWebadapter
final Property<String> getWebadapter()
-
getWebadapteragent
final Property<String> getWebadapteragent()
-
getZookeeper
final Property<String> getZookeeper()
-
getIcmcustomizationbase
final Property<String> getIcmcustomizationbase()
-
getMssqldb
final Property<String> getMssqldb()
-
getOracledb
final Property<String> getOracledb()
-
getMailsrv
final Property<String> getMailsrv()
-
getTestmailsrv
final Property<String> getTestmailsrv()
-
-
-
-