org.jboss.deployers.structure.spi.classloading
Interface ModuleCapability

All Superinterfaces:
Capability, Serializable
All Known Implementing Classes:
ModuleCapabilityImpl

public interface ModuleCapability
extends Capability

ModuleCapability.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 String getName()
          The name of the module
 Version getVersion()
          The version of the module
 
Methods inherited from interface org.jboss.deployers.structure.spi.classloading.Capability
resolves
 

Method Detail

getName

String getName()
The name of the module

Returns:
the name

getVersion

Version getVersion()
The version of the module

Returns:
the version


Copyright © 2008 JBoss Inc.. All Rights Reserved.