public static String getModuleClassPath (ServiceLocator habitat,
DeploymentContext context) {
DeployCommandParameters params =
context.getCommandParameters(DeployCommandParameters.class);
return getModuleClassPath(habitat, params.name(), params.libraries());
}
private static void addDeployParamLibrariesForModule(StringBuilder sb,
String moduleId, String deploymentLibs, ServiceLocator habitat) {