Package org.jboss.as.arquillian.service
Interface DependenciesProvider
public interface DependenciesProvider
Implemented by a
RemoteLoadableExtension to provide additional dependencies.- Since:
- 19-May-2013
- Author:
- Thomas.Diesler@jboss.com
-
Method Summary
Modifier and TypeMethodDescriptionSet<org.jboss.modules.ModuleIdentifier> The set of extension dependencies
-
Method Details
-
getDependencies
Set<org.jboss.modules.ModuleIdentifier> getDependencies()The set of extension dependencies
-