/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /** * Configuration Management. * * Classes to node configuration management are within this package. * Often, they are wrappers to the Knife API calls, * but with higher level APIs, since they understand the <code>Node</code> abstraction. * * @author leonardo */ package org.ow2.choreos.ee.nodes.cm;