Class ShrinkWrap

java.lang.Object
org.jboss.shrinkwrap.api.ShrinkWrap

public final class ShrinkWrap extends Object
Main entry point into the ShrinkWrap system. Each Archive has an associated Configuration provided at construction by the Domain under which the archive was created. ShrinkWrap provides static access to the default Domain (and by extension the default Configuration), as well as a shortcut mechanism to create Archives under these defaults by way of create(Class, String). Additionally, this class is the hook to create new Domains via createDomain(), createDomain(ConfigurationBuilder) or createDomain(Configuration).
Version:
$Revision: $