All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.galasa.artifact.ISkeletonProcessor Maven / Gradle / Ivy

There is a newer version: 0.38.0
Show newest version
/*
 * Copyright contributors to the Galasa project
 *
 * SPDX-License-Identifier: EPL-2.0
 */
package dev.galasa.artifact;

import java.io.InputStream;
import java.util.Map;

public interface ISkeletonProcessor {

    public class SkeletonType {

        public static final int PLUSPLUS = 0;
        public static final int VELOCITY = 1;
    }

    InputStream processSkeleton(InputStream skeleton, Map parameters) throws SkeletonProcessorException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy