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

org.jboss.as.arquillian.service.DependenciesProvider Maven / Gradle / Ivy

The newest version!
/*
 * Copyright The WildFly Authors
 * SPDX-License-Identifier: Apache-2.0
 */
package org.jboss.as.arquillian.service;

import java.util.Set;

import org.jboss.modules.ModuleIdentifier;

/**
 * Implemented by a {@link org.jboss.arquillian.container.test.spi.RemoteLoadableExtension} to provide additional dependencies.
 *
 * @author [email protected]
 * @since 19-May-2013
 */
public interface DependenciesProvider {

    /** The set of extension dependencies */
    Set getDependencies();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy