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

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

public interface PackageCapability
extends Capability

PackageCapability.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

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

Method Detail

getName

String getName()
Get the package name

Returns:
the package name

getVersion

Version getVersion()
Get the package version

Returns:
the version


Copyright © 2008 JBoss Inc.. All Rights Reserved.