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

io.narayana.lra.arquillian.deployment.Deployment Maven / Gradle / Ivy

/*
   Copyright The Narayana Authors
   SPDX-License-Identifier: Apache-2.0
 */

package io.narayana.lra.arquillian.deployment;

import org.jboss.shrinkwrap.api.Archive;

/**
 * This interface represents a sort of guide to indicate that extension
 * classes used to generate deployment scenarios MUST implement
 * this interface
 */
public interface Deployment> {

    // Constructors with parameters SHOULD NOT be declared in classes
    // implementing this interface. Only the default parameterless
    // constructor should be used
    Archive create(String deploymentName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy