Package brooklyn.entity.basic

Examples of brooklyn.entity.basic.BasicGroup


                .configure(SoftwareProcess.DOWNLOAD_URL, getConfig(WEAVE_DOWNLOAD_URL))
                .configure(WeaveContainer.WEAVE_CIDR, getConfig(WEAVE_CIDR))
                .configure(WeaveContainer.WEAVE_PORT, getConfig(WEAVE_PORT))
                .configure(WeaveContainer.WEAVE_INFRASTRUCTURE, this);

        BasicGroup services = addChild(EntitySpec.create(BasicGroup.class)
                .displayName("Weave Services"));

        if (Entities.isManaged(this)) {
            Entities.manage(services);
        }
View Full Code Here

TOP

Related Classes of brooklyn.entity.basic.BasicGroup

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.