ShrinkWrap API 1.1.0-alpha-1

Uses of Package
org.jboss.shrinkwrap.api

Packages that use org.jboss.shrinkwrap.api
org.jboss.shrinkwrap.api   
org.jboss.shrinkwrap.api.asset   
org.jboss.shrinkwrap.api.classloader   
org.jboss.shrinkwrap.api.container   
org.jboss.shrinkwrap.api.exporter   
org.jboss.shrinkwrap.api.formatter   
org.jboss.shrinkwrap.api.importer   
org.jboss.shrinkwrap.api.serialization   
org.jboss.shrinkwrap.api.spec   
 

Classes in org.jboss.shrinkwrap.api used by org.jboss.shrinkwrap.api
Archive
          Represents a collection of resources which may be constructed programmatically.
ArchiveEvent
           
ArchiveEventHandler
           
ArchiveFactory
          Responsible for creating Archives, which may be presented to the caller in a designated Assignable view.
ArchiveFormat
          Supported archive formats known by the base implementation
ArchivePath
          Represents a target context within an Archive under which an Node may be found.
Assignable
          General interface for representing entities such as Archives, importers and exporters as different extension types.
Configuration
          Encapsulates all configuration for a given Domain.
ConfigurationBuilder
          Mutable construction object for new instances of Configuration.
Domain
          Encapsulates a shared Configuration to be used by all Archives created by this Domain's ArchiveFactory.
ExtensionLoader
          ExtensionLoader Describes a way for the Archive to load extensions.
Filter
          Used to filter inputs to be added to the target Archive.
IllegalArchivePathException
          Exception thrown when trying to add a Node on and invalid path within the Archive (i.e.
Node
          Represents an entry inside an Archive.
UnknownExtensionTypeException
          Indicates that a default name cannot be generated for a given type because no extension mapping has been configured via ExtensionLoader.getExtensionFromExtensionMapping(Class).
 

Classes in org.jboss.shrinkwrap.api used by org.jboss.shrinkwrap.api.asset
Archive
          Represents a collection of resources which may be constructed programmatically.
 

Classes in org.jboss.shrinkwrap.api used by org.jboss.shrinkwrap.api.classloader
Archive
          Represents a collection of resources which may be constructed programmatically.
 

Classes in org.jboss.shrinkwrap.api used by org.jboss.shrinkwrap.api.container
Archive
          Represents a collection of resources which may be constructed programmatically.
ArchivePath
          Represents a target context within an Archive under which an Node may be found.
Filter
          Used to filter inputs to be added to the target Archive.
 

Classes in org.jboss.shrinkwrap.api used by org.jboss.shrinkwrap.api.exporter
Assignable
          General interface for representing entities such as Archives, importers and exporters as different extension types.
 

Classes in org.jboss.shrinkwrap.api used by org.jboss.shrinkwrap.api.formatter
Archive
          Represents a collection of resources which may be constructed programmatically.
 

Classes in org.jboss.shrinkwrap.api used by org.jboss.shrinkwrap.api.importer
Assignable
          General interface for representing entities such as Archives, importers and exporters as different extension types.
 

Classes in org.jboss.shrinkwrap.api used by org.jboss.shrinkwrap.api.serialization
Assignable
          General interface for representing entities such as Archives, importers and exporters as different extension types.
 

Classes in org.jboss.shrinkwrap.api used by org.jboss.shrinkwrap.api.spec
Archive
          Represents a collection of resources which may be constructed programmatically.
Assignable
          General interface for representing entities such as Archives, importers and exporters as different extension types.
 


ShrinkWrap API 1.1.0-alpha-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.