org.jboss.classloading.spi.dependency
Interface GlobalCapabilitiesProvider

All Known Implementing Classes:
DefaultGlobalCapabilitiesProvider

public interface GlobalCapabilitiesProvider

Used in ClassLoadings in/uncallback to obtain capabilities that should be used for all loaders.

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Method Summary
 List<Capability> getCapabilities()
          Gets the global capabilites
 

Method Detail

getCapabilities

List<Capability> getCapabilities()
Gets the global capabilites

Returns:
A list of the global capabilities


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.