ShrinkWrap Aggregator and Build Parent 1.0.0-cr-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   
org.jboss.shrinkwrap.impl.base   
org.jboss.shrinkwrap.impl.base.asset   
org.jboss.shrinkwrap.impl.base.container   
org.jboss.shrinkwrap.impl.base.exporter   
org.jboss.shrinkwrap.impl.base.exporter.tar   
org.jboss.shrinkwrap.impl.base.exporter.zip   
org.jboss.shrinkwrap.impl.base.filter   
org.jboss.shrinkwrap.impl.base.importer   
org.jboss.shrinkwrap.impl.base.importer.tar   
org.jboss.shrinkwrap.impl.base.importer.zip   
org.jboss.shrinkwrap.impl.base.path   
org.jboss.shrinkwrap.impl.base.serialization   
org.jboss.shrinkwrap.impl.base.spec   
org.jboss.shrinkwrap.spi   
 

Classes in org.jboss.shrinkwrap.api used by org.jboss.shrinkwrap.api
Archive
          Represents a collection of resources which may be constructed programmatically.
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.
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.
 

Classes in org.jboss.shrinkwrap.api used by org.jboss.shrinkwrap.impl.base
Archive
          Represents a collection of resources which may be constructed programmatically.
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.
ExtensionLoader
          ExtensionLoader Describes a way for the Archive to load extensions.
Filter
          Used to filter inputs to be added to the target Archive.
GenericArchive
          Simple Archive extension which closes the generic context as a convenience to users not requiring any spec archive type.
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.impl.base.asset
ArchivePath
          Represents a target context within an Archive under which an Node may be found.
 

Classes in org.jboss.shrinkwrap.api used by org.jboss.shrinkwrap.impl.base.container
Archive
          Represents a collection of resources which may be constructed programmatically.
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.
Filter
          Used to filter inputs to be added to the target Archive.
Node
          Represents an entry inside an Archive.
 

Classes in org.jboss.shrinkwrap.api used by org.jboss.shrinkwrap.impl.base.exporter
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.
Assignable
          General interface for representing entities such as Archives, importers and exporters as different extension types.
Node
          Represents an entry inside an Archive.
 

Classes in org.jboss.shrinkwrap.api used by org.jboss.shrinkwrap.impl.base.exporter.tar
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.
 

Classes in org.jboss.shrinkwrap.api used by org.jboss.shrinkwrap.impl.base.exporter.zip
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.
 

Classes in org.jboss.shrinkwrap.api used by org.jboss.shrinkwrap.impl.base.filter
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.impl.base.importer
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.
 

Classes in org.jboss.shrinkwrap.api used by org.jboss.shrinkwrap.impl.base.importer.tar
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.
 

Classes in org.jboss.shrinkwrap.api used by org.jboss.shrinkwrap.impl.base.importer.zip
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.
 

Classes in org.jboss.shrinkwrap.api used by org.jboss.shrinkwrap.impl.base.path
ArchivePath
          Represents a target context within an Archive under which an Node may be found.
 

Classes in org.jboss.shrinkwrap.api used by org.jboss.shrinkwrap.impl.base.serialization
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.
 

Classes in org.jboss.shrinkwrap.api used by org.jboss.shrinkwrap.impl.base.spec
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.
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.spi
Archive
          Represents a collection of resources which may be constructed programmatically.
ArchiveFormat
          Supported archive formats known by the base implementation
Assignable
          General interface for representing entities such as Archives, importers and exporters as different extension types.
Configuration
          Encapsulates all configuration for a given Domain.
 


ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.