
com.ca.apim.gateway.cagatewayconfig.GatewayDeveloperPluginConfig Maven / Gradle / Ivy
/*
* Copyright (c) 2018 CA. All rights reserved.
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
package com.ca.apim.gateway.cagatewayconfig;
import org.gradle.api.Project;
import org.gradle.api.file.DirectoryProperty;
import org.gradle.api.provider.Property;
import java.util.Map;
public class GatewayDeveloperPluginConfig {
private final DirectoryProperty solutionDir;
private DirectoryProperty builtBundleDir;
private final Property
© 2015 - 2025 Weber Informatics LLC | Privacy Policy