com.ibm.ws.container.service.app.deploy

Interface ModuleClassesContainerInfo


  1. public interface ModuleClassesContainerInfo

Method Summary

Modifier and Type Method and Description
  1. java.util.List<ContainerInfo>
getClassesContainerInfo()
Get the ContainerInfo for all of the classes directly or indirectly available through this module.

Method Detail

getClassesContainerInfo

  1. java.util.List<ContainerInfo> getClassesContainerInfo( )
Get the ContainerInfo for all of the classes directly or indirectly available through this module.
Returns:
The classes container infos for this module.