- AbstractExporterDelegate<T> - Class in org.jboss.shrinkwrap.impl.base.exporter
-
AbstractExporterDelegate
Abstract delegate used for archive export.
- AbstractExporterDelegate(Archive<?>) - Constructor for class org.jboss.shrinkwrap.impl.base.exporter.AbstractExporterDelegate
-
Creates a new abstract exporter delegate for the provided
Archive
- AbstractOnDemandInputStream<T extends OutputStream> - Class in org.jboss.shrinkwrap.impl.base.exporter
-
Base for on-demand input streams.
- AbstractOnDemandInputStream(Archive<?>) - Constructor for class org.jboss.shrinkwrap.impl.base.exporter.AbstractOnDemandInputStream
-
Creates stream directly from archive.
- AbstractStreamExporterImpl - Class in org.jboss.shrinkwrap.impl.base.exporter
-
Base support for I/O Stream-based exporters
- AbstractStreamExporterImpl(Archive<?>) - Constructor for class org.jboss.shrinkwrap.impl.base.exporter.AbstractStreamExporterImpl
-
- add(Asset, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Adds the specified asset under the specified path into the target context
- add(Asset, ArchivePath, String) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Adds the specified asset under the specified target (directory) using the specified name.
- add(Asset, String, String) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Adds the specified asset under the specified target (directory) using the specified name.
- add(NamedAsset) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Adds the asset encapsulated within the specified
NamedAsset
under the encapsulated name and target
(directory)
- add(Asset, String) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Adds the specified resource under the context denoted by the specified target
- add(Archive<?>, ArchivePath, Class<? extends StreamExporter>) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Add an archive under a specific context and maintain the archive name as context path.
- add(Archive<?>, String, Class<? extends StreamExporter>) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Add an archive under a specific context and maintain the archive name as context path.
- add(Asset, String) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Adds the specified resource under the context denoted by the specified target
- add(Asset, String, String) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Adds the specified asset under the specified target (directory) using the specified name.
- add(Asset, ArchivePath, String) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Adds the specified asset under the specified target (directory) using the specified name.
- add(Archive<?>, ArchivePath, Class<? extends StreamExporter>) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Add an archive under a specific context and maintain the archive name as context path.
- add(NamedAsset) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Adds the asset encapsulated within the specified
NamedAsset
under the encapsulated name and target
(directory)
- add(Archive<?>, String, Class<? extends StreamExporter>) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Add an archive under a specific context and maintain the archive name as context path.
- add(Archive<?>, ArchivePath, Class<? extends StreamExporter>) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Add an archive under a specific context and maintain the archive name as context path.
- add(Asset, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the specified asset under the specified path into the target context
- add(Asset, ArchivePath, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the specified asset under the specified target (directory) using the specified name.
- add(Asset, String, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the specified asset under the specified target (directory) using the specified name.
- add(NamedAsset) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the asset encapsulated within the specified
NamedAsset
under the encapsulated name and target
(directory)
- add(Asset, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the specified resource under the context denoted by the specified target
- add(Asset, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase
-
Adds the specified asset under the specified path into the target context
- add(Archive<?>, String, Class<? extends StreamExporter>) - Method in class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase
-
Add an archive under a specific context and maintain the archive name as context path.
- add(Archive<?>, ArchivePath, Class<? extends StreamExporter>) - Method in class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase
-
Add an archive under a specific context and maintain the archive name as context path.
- addAsApplicationResource(String) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
Adds a resource to this
Archive
s application context.
- addAsApplicationResource(File) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
- addAsApplicationResource(String, String) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
Adds a resource to this
Archive
s application context.
- addAsApplicationResource(File, String) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
- addAsApplicationResource(URL, String) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
- addAsApplicationResource(Asset, String) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
- addAsApplicationResource(String, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
Adds a resource to this
Archive
s application context.
- addAsApplicationResource(File, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
- addAsApplicationResource(URL, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
- addAsApplicationResource(Asset, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
- addAsApplicationResource(Package, String) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
Adds the resource as a resource to the container, returning the container itself.
- addAsApplicationResource(Package, String, String) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
Adds the resource as a resource to a specific path inside the container, returning the container itself.
- addAsApplicationResource(Package, String, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
Adds the resource as a resource to a specific path inside the container, returning the container itself.
- addAsApplicationResource(String) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- addAsApplicationResource(File) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- addAsApplicationResource(String, String) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- addAsApplicationResource(File, String) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- addAsApplicationResource(URL, String) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- addAsApplicationResource(Asset, String) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- addAsApplicationResource(String, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- addAsApplicationResource(File, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- addAsApplicationResource(URL, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- addAsApplicationResource(Asset, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- addAsApplicationResource(Package, String) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- addAsApplicationResource(Package, String, String) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- addAsApplicationResource(Package, String, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- addAsApplicationResources(Package, String...) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
Adds the resources inside the package as multiple resources to the container, returning the container itself.
- addAsApplicationResources(Package, String...) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- addAsDirectories(String...) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Adds the specified directories.
- addAsDirectories(ArchivePath...) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Adds the specified directories.
- addAsDirectories(ArchivePath...) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Adds the specified directories.
- addAsDirectories(String...) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Adds the specified directories.
- addAsDirectories(ArchivePath...) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the specified directories.
- addAsDirectories(String...) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the specified directories.
- addAsDirectory(String) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Adds the specified directory.
- addAsDirectory(ArchivePath) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Adds the specified directory.
- addAsDirectory(String) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Adds the specified directory.
- addAsDirectory(ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the specified directory.
- addAsDirectory(String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the specified directory.
- addAsDirectory(ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase
-
Adds the specified directory.
- addAsLibraries(String...) - Method in interface org.jboss.shrinkwrap.api.container.LibraryContainer
-
Add multiple resources to this
Archive
as libraries to the container, returning the container itself.
- addAsLibraries(File...) - Method in interface org.jboss.shrinkwrap.api.container.LibraryContainer
-
Add multiple
File
to this
Archive
as libraries to the container, returning the container itself.
- addAsLibraries(Archive<?>...) - Method in interface org.jboss.shrinkwrap.api.container.LibraryContainer
-
Add multiple
Archive
s to this
Archive
as libraries to the container, returning the container
itself.
- addAsLibraries(Collection<? extends Archive<?>>) - Method in interface org.jboss.shrinkwrap.api.container.LibraryContainer
-
Add multiple
Archive
s to this
Archive
as libraries to the container, returning the container
itself.
- addAsLibraries(Archive<?>[]...) - Method in interface org.jboss.shrinkwrap.api.container.LibraryContainer
-
Add multiple
Archive
s to this
Archive
as libraries to the container, returning the container
itself.
- addAsLibraries(String...) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsLibraries(File...) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsLibraries(Archive<?>...) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsLibraries(Collection<? extends Archive<?>>) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Add multiple
Archive
s to this
Archive
as libraries to the container, returning the container
itself.
- addAsLibraries(Archive<?>[]...) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Add multiple
Archive
s to this
Archive
as libraries to the container, returning the container
itself.
- addAsLibrary(String) - Method in interface org.jboss.shrinkwrap.api.container.LibraryContainer
-
Adds the resource as a library to the container, returning the container itself.
- addAsLibrary(File) - Method in interface org.jboss.shrinkwrap.api.container.LibraryContainer
-
Adds the
File
as a library to the container, returning the container itself.
- addAsLibrary(String, String) - Method in interface org.jboss.shrinkwrap.api.container.LibraryContainer
-
Adds the resource as a library to the container, returning the container itself.
- addAsLibrary(File, String) - Method in interface org.jboss.shrinkwrap.api.container.LibraryContainer
-
Adds the
File
as a library to the container, returning the container itself.
- addAsLibrary(URL, String) - Method in interface org.jboss.shrinkwrap.api.container.LibraryContainer
-
Adds the
URL
as a library to the container, returning the container itself.
- addAsLibrary(Asset, String) - Method in interface org.jboss.shrinkwrap.api.container.LibraryContainer
-
Adds the
Asset
as a library to the container, returning the container itself.
- addAsLibrary(String, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.LibraryContainer
-
Adds the resource as a library to the container, returning the container itself.
- addAsLibrary(File, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.LibraryContainer
-
Adds the
File
as a library to the container, returning the container itself.
- addAsLibrary(URL, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.LibraryContainer
-
Adds the
URL
as a library to the container, returning the container itself.
- addAsLibrary(Asset, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.LibraryContainer
-
Adds the
Asset
as a library to the container, returning the container itself.
- addAsLibrary(Archive<?>) - Method in interface org.jboss.shrinkwrap.api.container.LibraryContainer
-
Add another
Archive
to this
Archive
as a library to the container, returning the container
itself.
- addAsLibrary(Archive<?>) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Add another
Archive
to this
Archive
as a library to the container, returning the container
itself.
- addAsLibrary(String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the resource as a library to the container, returning the container itself.
- addAsLibrary(File) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the
File
as a library to the container, returning the container itself.
- addAsLibrary(String, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the resource as a library to the container, returning the container itself.
- addAsLibrary(File, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the
File
as a library to the container, returning the container itself.
- addAsLibrary(URL, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsLibrary(Asset, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsLibrary(String, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsLibrary(File, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsLibrary(URL, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsLibrary(Asset, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsManifestResource(String) - Method in interface org.jboss.shrinkwrap.api.container.ManifestContainer
-
Adds the resource as a Manifest resource to the container, returning the container itself.
- addAsManifestResource(File) - Method in interface org.jboss.shrinkwrap.api.container.ManifestContainer
-
Adds the
File
as a Manifest resource to the container, returning the container itself.
- addAsManifestResource(String, String) - Method in interface org.jboss.shrinkwrap.api.container.ManifestContainer
-
Adds the resource as a Manifest resource to the container, returning the container itself.
- addAsManifestResource(File, String) - Method in interface org.jboss.shrinkwrap.api.container.ManifestContainer
-
Adds the
File
as a Manifest resource to the container, returning the container itself.
- addAsManifestResource(URL, String) - Method in interface org.jboss.shrinkwrap.api.container.ManifestContainer
-
Adds the
URL
as a Manifest resource to the container, returning the container itself.
- addAsManifestResource(Asset, String) - Method in interface org.jboss.shrinkwrap.api.container.ManifestContainer
-
Adds the
Asset
as a Manifest resource to the container, returning the container itself.
- addAsManifestResource(String, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.ManifestContainer
-
Adds the resource as a Manifest resource to the container, returning the container itself.
- addAsManifestResource(File, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.ManifestContainer
-
Adds the
File
as a Manifest resource to the container, returning the container itself.
- addAsManifestResource(URL, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.ManifestContainer
-
Adds the
URL
as a Manifest resource to the container, returning the container itself.
- addAsManifestResource(Asset, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.ManifestContainer
-
Adds the
Asset
as a Manifest resource to the container, returning the container itself.
- addAsManifestResource(Package, String) - Method in interface org.jboss.shrinkwrap.api.container.ManifestContainer
-
Adds the resource as a resource to the container, returning the container itself.
- addAsManifestResource(Package, String, String) - Method in interface org.jboss.shrinkwrap.api.container.ManifestContainer
-
Adds the resource as a resource to a specific path inside the container, returning the container itself.
- addAsManifestResource(Package, String, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.ManifestContainer
-
Adds the resource as a resource to a specific path inside the container, returning the container itself.
- addAsManifestResource(String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the resource as a Manifest resource to the container, returning the container itself.
- addAsManifestResource(File) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the
File
as a Manifest resource to the container, returning the container itself.
- addAsManifestResource(String, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the resource as a Manifest resource to the container, returning the container itself.
- addAsManifestResource(File, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the
File
as a Manifest resource to the container, returning the container itself.
- addAsManifestResource(URL, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsManifestResource(Asset, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsManifestResource(String, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsManifestResource(File, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsManifestResource(URL, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsManifestResource(Asset, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsManifestResource(Package, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsManifestResource(Package, String, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsManifestResource(Package, String, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsManifestResources(Package, String...) - Method in interface org.jboss.shrinkwrap.api.container.ManifestContainer
-
Adds the resources inside the package as multiple resources to the container, returning the container itself.
- addAsManifestResources(Package, String...) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsModule(Archive<?>) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
Adds a archive to this
Archive
s module context.
- addAsModule(String) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
Adds a resource to this
Archive
s module context.
- addAsModule(File) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
- addAsModule(String, String) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
Adds a resource to this
Archive
s module context.
- addAsModule(File, String) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
- addAsModule(URL, String) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
- addAsModule(Asset, String) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
- addAsModule(String, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
Adds a resource to this
Archive
s module context.
- addAsModule(File, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
- addAsModule(URL, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
- addAsModule(Asset, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
- addAsModule(Archive<?>) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
Adds a archive to this
Archive
s module context.
- addAsModule(String) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
Adds a resource to this
Archive
s module context.
- addAsModule(File) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- addAsModule(File, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- addAsModule(String, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- addAsModule(URL, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- addAsModule(File, String) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- addAsModule(Asset, String) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- addAsModule(String, String) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- addAsModule(URL, String) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- addAsModule(Asset, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- addAsModules(Archive<?>...) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
Adds the specified archives to this
Archive
s module context.
- addAsModules(String...) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
Adds the specified resources to this
Archive
s module context.
- addAsModules(File...) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
Adds the specified
File
s to this
Archive
s module context.
- addAsModules(Archive<?>...) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
Adds the specified archives to this
Archive
s module context.
- addAsModules(String...) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
Adds the specified resources to this
Archive
s module context.
- addAsModules(File...) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
Adds the specified
File
s to this
Archive
s module context.
- addAsResource(String) - Method in interface org.jboss.shrinkwrap.api.container.ResourceContainer
-
Adds the resource as a resource to the container, returning the container itself.
- addAsResource(File) - Method in interface org.jboss.shrinkwrap.api.container.ResourceContainer
-
Adds the
File
as a resource to the container, returning the container itself.
- addAsResource(String, String) - Method in interface org.jboss.shrinkwrap.api.container.ResourceContainer
-
Adds the resource as a resource to the container, returning the container itself.
- addAsResource(File, String) - Method in interface org.jboss.shrinkwrap.api.container.ResourceContainer
-
Adds the
File
as a resource to the container, returning the container itself.
- addAsResource(URL, String) - Method in interface org.jboss.shrinkwrap.api.container.ResourceContainer
-
Adds the
URL
as a resource to the container, returning the container itself.
- addAsResource(Asset, String) - Method in interface org.jboss.shrinkwrap.api.container.ResourceContainer
-
Adds the
Asset
as a resource to the container, returning the container itself.
- addAsResource(String, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.ResourceContainer
-
Adds the resource with the specified name to the container, returning the container itself.
- addAsResource(String, ArchivePath, ClassLoader) - Method in interface org.jboss.shrinkwrap.api.container.ResourceContainer
-
Adds the resource as a resource to the container, returning the container itself.
- addAsResource(File, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.ResourceContainer
-
Adds the
File
as a resource to the container, returning the container itself.
- addAsResource(URL, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.ResourceContainer
-
Adds the
URL
as a resource to the container, returning the container itself.
- addAsResource(Asset, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.ResourceContainer
-
Adds the
Asset
as a resource to the container, returning the container itself.
- addAsResource(Package, String) - Method in interface org.jboss.shrinkwrap.api.container.ResourceContainer
-
Adds the resource as a resource to the container, returning the container itself.
- addAsResource(Package, String, String) - Method in interface org.jboss.shrinkwrap.api.container.ResourceContainer
-
Adds the resource as a resource to a specific path inside the container, returning the container itself.
- addAsResource(Package, String, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.ResourceContainer
-
Adds the resource as a resource to a specific path inside the container, returning the container itself.
- addAsResource(String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsResource(File) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsResource(String, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsResource(File, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsResource(URL, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsResource(Asset, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsResource(String, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsResource(String, ArchivePath, ClassLoader) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsResource(File, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsResource(URL, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsResource(Asset, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsResource(Package, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsResource(Package, String, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsResource(Package, String, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsResources(Package, String...) - Method in interface org.jboss.shrinkwrap.api.container.ResourceContainer
-
Adds the resources inside the package as multiple resources to the container, returning the container itself.
- addAsResources(Package, String...) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsServiceProvider(Class<?>, Class<?>...) - Method in interface org.jboss.shrinkwrap.api.container.ManifestContainer
-
Adds a META-INF/services/ServiceInterfaceName
Asset
representing this service.
- addAsServiceProvider(String, String...) - Method in interface org.jboss.shrinkwrap.api.container.ManifestContainer
-
Adds a META-INF/services/ServiceInterfaceName
Asset
representing this service.
- addAsServiceProvider(Class<?>, Class<?>...) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsServiceProvider(String, String...) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsServiceProvider(Class<?>, Class<?>...) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
- addAsServiceProvider(String, String...) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
- addAsServiceProviderAndClasses(Class<?>, Class<?>...) - Method in interface org.jboss.shrinkwrap.api.container.ServiceProviderContainer
-
Adds a META-INF/services/ServiceInterfaceName
Asset
and the classes related to the service to the
archive.
- addAsServiceProviderAndClasses(Class<?>, Class<?>...) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addAsServiceProviderAndClasses(Class<?>, Class<?>...) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
- addAsWebInfResource(String) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the resource as a WEB-INF resource to the container, returning the container itself.
- addAsWebInfResource(File) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the
File
as a WEB-INF resource to the container, returning the container itself.
- addAsWebInfResource(String, String) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the resource as a WEB-INF resource to the container, returning the container itself.
- addAsWebInfResource(File, String) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the
File
as a WEB-INF resource to the container, returning the container itself.
- addAsWebInfResource(URL, String) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the
URL
as a WEB-INF resource to the container, returning the container itself.
- addAsWebInfResource(Asset, String) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the
Asset
as a WEB-INF resource to the container, returning the container itself.
- addAsWebInfResource(String, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the resource as a WEB-INF resource to the container, returning the container itself.
- addAsWebInfResource(File, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the
File
as a WEB-INF resource to the container, returning the container itself.
- addAsWebInfResource(URL, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the
URL
as a WEB-INF resource to the container, returning the container itself.
- addAsWebInfResource(Asset, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the
Asset
as a WEB-INF resource to the container, returning the container itself.
- addAsWebInfResource(Package, String) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the resource as a WEB-INF resource to the container, returning the container itself.
- addAsWebInfResource(Package, String, String) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the resource as a WEB-INF resource to a specific path inside the container, returning the container itself.
- addAsWebInfResource(Package, String, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the resource as a WEB-INF resource to a specific path inside the container, returning the container itself.
- addAsWebInfResource(String) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
Adds the resource as a WEB-INF resource to the container, returning the container itself.
- addAsWebInfResource(File) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
Adds the
File
as a WEB-INF resource to the container, returning the container itself.
- addAsWebInfResource(String, String) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
Adds the resource as a WEB-INF resource to the container, returning the container itself.
- addAsWebInfResource(File, String) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
Adds the
File
as a WEB-INF resource to the container, returning the container itself.
- addAsWebInfResource(URL, String) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
Adds the
URL
as a WEB-INF resource to the container, returning the container itself.
- addAsWebInfResource(Asset, String) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
Adds the
Asset
as a WEB-INF resource to the container, returning the container itself.
- addAsWebInfResource(String, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
Adds the resource as a WEB-INF resource to the container, returning the container itself.
- addAsWebInfResource(File, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
Adds the
File
as a WEB-INF resource to the container, returning the container itself.
- addAsWebInfResource(URL, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
Adds the
URL
as a WEB-INF resource to the container, returning the container itself.
- addAsWebInfResource(Asset, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
Adds the
Asset
as a WEB-INF resource to the container, returning the container itself.
- addAsWebInfResource(Package, String) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
Adds the resource as a WEB-INF resource to the container, returning the container itself.
- addAsWebInfResource(Package, String, String) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
Adds the resource as a WEB-INF resource to a specific path inside the container, returning the container itself.
- addAsWebInfResource(Package, String, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
Adds the resource as a WEB-INF resource to a specific path inside the container, returning the container itself.
- addAsWebInfResources(Package, String...) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the resources inside the package as multiple WEB-INF resources to the container, returning the container
itself.
- addAsWebInfResources(Package, String...) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
Adds the resources inside the package as multiple WEB-INF resources to the container, returning the container
itself.
- addAsWebResource(String) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the resource as a Web resource to the container, returning the container itself.
- addAsWebResource(File) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the
File
as a Web resource to the container, returning the container itself.
- addAsWebResource(String, String) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the resource as a Web resource to the container, returning the container itself.
- addAsWebResource(File, String) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the
File
as a Web resource to the container, returning the container itself.
- addAsWebResource(URL, String) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the
URL
as a Web resource to the container, returning the container itself.
- addAsWebResource(Asset, String) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the
Asset
as a Web resource to the container, returning the container itself.
- addAsWebResource(String, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the resource as a Web resource to the container, returning the container itself.
- addAsWebResource(File, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the
File
as a Web resource to the container, returning the container itself.
- addAsWebResource(URL, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the
URL
as a Web resource to the container, returning the container itself.
- addAsWebResource(Asset, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the
Asset
as a Web resource to the container, returning the container itself.
- addAsWebResource(Package, String) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the resource as a resource to the container, returning the container itself.
- addAsWebResource(Package, String, String) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the resource as a resource to a specific path inside the container, returning the container itself.
- addAsWebResource(Package, String, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the resource as a resource to a specific path inside the container, returning the container itself.
- addAsWebResource(String) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
- addAsWebResource(File) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
- addAsWebResource(String, String) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
- addAsWebResource(File, String) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
- addAsWebResource(URL, String) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
- addAsWebResource(Asset, String) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
- addAsWebResource(String, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
- addAsWebResource(File, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
Adds the
File
as a Web resource to the container, returning the container itself.
- addAsWebResource(URL, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
- addAsWebResource(Asset, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
Adds the
Asset
as a Web resource to the container, returning the container itself.
- addAsWebResource(Package, String) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
- addAsWebResource(Package, String, String) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
- addAsWebResource(Package, String, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
- addAsWebResources(Package, String...) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the resources inside the package as multiple resources to the container, returning the container itself.
- addAsWebResources(Package, String...) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
Adds the resources inside the package as multiple resources to the container, returning the container itself.
- addChild(Node) - Method in class org.jboss.shrinkwrap.impl.base.NodeImpl
-
Adds a child to the Set of nodes.
- addClass(Class<?>) - Method in interface org.jboss.shrinkwrap.api.container.ClassContainer
-
- addClass(String) - Method in interface org.jboss.shrinkwrap.api.container.ClassContainer
-
Adds the
Class
, and all member (inner)
Class
es, with the specified fully-qualified name, loaded
by the Thread Context
ClassLoader
, to the
Archive
.
- addClass(String, ClassLoader) - Method in interface org.jboss.shrinkwrap.api.container.ClassContainer
-
Adds the
Class
, and all member (inner) @link{Class}es, with the specified fully-qualified name, loaded by
the specified
ClassLoader
, to the
Archive
.
- addClass(Class<?>) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addClass(String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the
Class
, and all member (inner)
Class
es, with the specified fully-qualified name, loaded
by the Thread Context
ClassLoader
, to the
Archive
.
- addClass(String, ClassLoader) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the
Class
, and all member (inner) @link{Class}es, with the specified fully-qualified name, loaded by
the specified
ClassLoader
, to the
Archive
.
- addClasses(Class<?>...) - Method in interface org.jboss.shrinkwrap.api.container.ClassContainer
-
- addClasses(Class<?>...) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addDefaultPackage() - Method in interface org.jboss.shrinkwrap.api.container.ClassContainer
-
- addDefaultPackage() - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addHandlers(ArchiveEventHandler...) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Add an array of listeners for call back based.
- addHandlers(ArchiveEventHandler...) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Add an array of listeners for call back based.
- addHandlers(ArchiveEventHandler...) - Method in class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase
-
Add an array of listeners for call back based.
- addManifest() - Method in interface org.jboss.shrinkwrap.api.container.ManifestContainer
-
Adds a default generated MANIFEST.MF manifest to the current archive.
- addManifest() - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds a default generated MANIFEST.MF manifest to the current archive.
- addOverride(Class<T>, Class<? extends T>) - Method in interface org.jboss.shrinkwrap.api.ExtensionLoader
-
Add a Override to the normal Extension loading.
- addOverride(Class<T>, Class<? extends T>) - Method in class org.jboss.shrinkwrap.impl.base.ServiceExtensionLoader
-
Add a Override to the normal Extension loading.
- addPackage(Package) - Method in interface org.jboss.shrinkwrap.api.container.ClassContainer
-
- addPackage(String) - Method in interface org.jboss.shrinkwrap.api.container.ClassContainer
-
- addPackage(Package) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addPackage(String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addPackages(boolean, Package...) - Method in interface org.jboss.shrinkwrap.api.container.ClassContainer
-
- addPackages(boolean, Filter<ArchivePath>, Package...) - Method in interface org.jboss.shrinkwrap.api.container.ClassContainer
-
Adds all classes accepted by the filter in the specified
Package
s to the
Archive
.
- addPackages(boolean, String...) - Method in interface org.jboss.shrinkwrap.api.container.ClassContainer
-
- addPackages(boolean, Filter<ArchivePath>, String...) - Method in interface org.jboss.shrinkwrap.api.container.ClassContainer
-
Adds all classes accepted by the filter in the specified
Package
s to the
Archive
.
- addPackages(boolean, Package...) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addPackages(boolean, Filter<ArchivePath>, Package...) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addPackages(boolean, String...) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addPackages(boolean, Filter<ArchivePath>, String...) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- adjustToAbsoluteDirectoryContext(String) - Static method in class org.jboss.shrinkwrap.impl.base.path.PathUtil
-
Adjusts the specified path to absolute form:
1) Adds, if not present, a preceding slash 2) Adds, if not present, a trailing slash
Null arguments are returned as-is
- adjustToRelativeDirectoryContext(String) - Static method in class org.jboss.shrinkwrap.impl.base.path.PathUtil
-
Adjusts the specified path to relative form:
1) Removes, if present, a preceding slash 2) Adds, if not present, a trailing slash
Null arguments are returned as-is
- Archive<T extends Archive<T>> - Interface in org.jboss.shrinkwrap.api
-
Represents a collection of resources which may be constructed programmatically.
- ArchiveAsset - Class in org.jboss.shrinkwrap.api.asset
-
- ArchiveAsset(Archive<?>, Class<? extends StreamExporter>) - Constructor for class org.jboss.shrinkwrap.api.asset.ArchiveAsset
-
- ArchiveBase<T extends Archive<T>> - Class in org.jboss.shrinkwrap.impl.base
-
- ArchiveBase(String, Configuration) - Constructor for class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Constructor
Creates a new Archive with the specified name
- ArchiveEvent - Class in org.jboss.shrinkwrap.api
-
- ArchiveEvent(ArchivePath, Asset) - Constructor for class org.jboss.shrinkwrap.api.ArchiveEvent
-
- ArchiveEventHandler - Interface in org.jboss.shrinkwrap.api
-
- ArchiveExportException - Exception in org.jboss.shrinkwrap.api.exporter
-
Exception thrown when an error occurs exporting an Archive.
- ArchiveExportException(String, Throwable) - Constructor for exception org.jboss.shrinkwrap.api.exporter.ArchiveExportException
-
- ArchiveExportException(String) - Constructor for exception org.jboss.shrinkwrap.api.exporter.ArchiveExportException
-
- ArchiveExportException(Throwable) - Constructor for exception org.jboss.shrinkwrap.api.exporter.ArchiveExportException
-
- ArchiveFactory - Class in org.jboss.shrinkwrap.api
-
Responsible for creating
Archive
s, which may be presented to the caller in a designated
Assignable
view.
- ArchiveFormat - Enum in org.jboss.shrinkwrap.api
-
Supported archive formats known by the base implementation
- ArchiveFormatAssociable - Interface in org.jboss.shrinkwrap.spi
-
- ArchiveImportException - Exception in org.jboss.shrinkwrap.api.importer
-
Denotes an unexpected error was encountered while importing a Archive.
- ArchiveImportException(String, Throwable) - Constructor for exception org.jboss.shrinkwrap.api.importer.ArchiveImportException
-
- ArchiveImportException(Throwable) - Constructor for exception org.jboss.shrinkwrap.api.importer.ArchiveImportException
-
- ArchivePath - Interface in org.jboss.shrinkwrap.api
-
Represents a target context within an
Archive
under which an
Node
may be found.
- ArchivePaths - Class in org.jboss.shrinkwrap.api
-
- as(Class<TYPE>) - Method in interface org.jboss.shrinkwrap.api.Assignable
-
Wraps an Archive in a different 'view'.
- as(Class<TYPE>) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Wraps an Archive in a different 'view'.
- as(Class<TYPE>) - Method in class org.jboss.shrinkwrap.impl.base.AssignableBase
-
Wraps an Archive in a different 'view'.
- as(Class<TYPE>) - Method in class org.jboss.shrinkwrap.impl.base.serialization.ZipSerializableViewImpl
-
Wraps an Archive in a different 'view'.
- asByteArray(InputStream) - Static method in class org.jboss.shrinkwrap.api.asset.IOUtilDelegator
-
Delegates to ByteArrayIOUtil.asByteArray(java.io.InputStream)
- asByteArray(InputStream) - Static method in class org.jboss.shrinkwrap.impl.base.io.IOUtil
-
Obtains the contents of the specified stream as a byte array
- asciiTranslate - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
- assemBuf - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStreamImpl
-
- assemLen - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStreamImpl
-
- Asset - Interface in org.jboss.shrinkwrap.api.asset
-
Represents byte-based content.
- AssetUtil - Class in org.jboss.shrinkwrap.impl.base.asset
-
AssetUtil
Util class to help extract name/paths from Assets.
- Assignable - Interface in org.jboss.shrinkwrap.api
-
General interface for representing entities such as
Archive
s, importers and exporters as different extension
types.
- AssignableBase<T extends Archive<?>> - Class in org.jboss.shrinkwrap.impl.base
-
A generic implementation of
Assignable
that delegates down to the Archive extensions inner archive.
- AssignableBase(T) - Constructor for class org.jboss.shrinkwrap.impl.base.AssignableBase
-
Constructs a new instance using the underlying specified archive, which is required
- asUTF8String(InputStream) - Static method in class org.jboss.shrinkwrap.impl.base.io.IOUtil
-
Obtains the contents of the specified stream as a String in UTF-8 charset.
- available() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
Get the available data that can be read from the current entry in the archive.
- checkAccess(Path, AccessMode...) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystemProvider
- checkSum - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The entry's checksum.
- CHKSUMLEN - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The length of the checksum field in a header buffer.
- chooseBlockSize(long) - Static method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
Chooses a blocksize based on the given length of the data to compress.
- ClassAsset - Class in org.jboss.shrinkwrap.api.asset
-
ClassAsset
Implementation of a
Asset
backed by a loaded
Class
- ClassAsset(Class<?>) - Constructor for class org.jboss.shrinkwrap.api.asset.ClassAsset
-
Load any class as a resource.
- ClassContainer<T extends Archive<T>> - Interface in org.jboss.shrinkwrap.api.container
-
Defines the contract for a component capable of storing Java Classes.
- classFound(String) - Method in interface org.jboss.shrinkwrap.impl.base.URLPackageScanner.Callback
-
Called for each found class.
- ClassLoaderAsset - Class in org.jboss.shrinkwrap.api.asset
-
ClassloaderAsset
Implementation of a
Asset
backed by a resource located in the Classloader.
- ClassLoaderAsset(String) - Constructor for class org.jboss.shrinkwrap.api.asset.ClassLoaderAsset
-
Load a named resource using the current threads context classloader.
- ClassLoaderAsset(String, ClassLoader) - Constructor for class org.jboss.shrinkwrap.api.asset.ClassLoaderAsset
-
Load a named resource using the given classloader.
- classLoaders(Iterable<ClassLoader>) - Method in class org.jboss.shrinkwrap.api.ConfigurationBuilder
-
- ClassLoaderSearchUtilDelegator - Class in org.jboss.shrinkwrap.api
-
Widens visibility such that any package within ShrinkWrap impl-base may access the utilities provided by
ClassLoaderSearchUtil
- clone() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Clone the entry.
- clone() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
TarHeaders can be cloned.
- close() - Method in class org.jboss.shrinkwrap.api.classloader.ShrinkWrapClassLoader
-
- close() - Method in class org.jboss.shrinkwrap.api.nio.file.MemoryAsset
-
- close() - Method in class org.jboss.shrinkwrap.api.nio.file.SeekableInMemoryByteChannel
- close() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- close() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
- close() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarBuffer
-
Close the TarBuffer.
- close() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarBzOutputStream
-
- close() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarGzOutputStream
-
- close() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
Closes this stream.
- close() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStream
-
- close() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStreamImpl
-
Ends the TAR archive and closes the underlying OutputStream.
- close() - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystem
- closeArchive() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Close the archive.
- closeEntry(T) - Method in class org.jboss.shrinkwrap.impl.base.exporter.AbstractOnDemandInputStream
-
Closes the current entry context for the specified
OutputStream
.
- closeEntry() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarBzOutputStream
-
- closeEntry() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarGzOutputStream
-
- closeEntry() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStream
-
- closeEntry() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStreamImpl
-
Close an entry.
- closeOnComplete(S, StreamTask<S>) - Static method in class org.jboss.shrinkwrap.impl.base.io.IOUtil
-
Helper method to run a specified task and automatically handle the closing of the stream.
- closeOnComplete(S, StreamTask<S>, StreamErrorHandler) - Static method in class org.jboss.shrinkwrap.impl.base.io.IOUtil
-
Helper method to run a specified task and automatically handle the closing of the stream.
- compareTo(ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.path.BasicPath
- compareTo(Path) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapPath
- composeAbsoluteContext(String, String) - Static method in class org.jboss.shrinkwrap.impl.base.path.PathUtil
-
Composes an absolute context from a given base and actual context relative to the base, returning the result.
- computeCheckSum(byte[]) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Compute the checksum of a tar entry header.
- Configurable - Interface in org.jboss.shrinkwrap.spi
-
- ConfigurableArchiveImpl - Class in org.jboss.shrinkwrap.impl.base
-
Assignable
implementation view of an
ConfigurableArchive
.
- ConfigurableArchiveImpl(ArchiveBase<?>) - Constructor for class org.jboss.shrinkwrap.impl.base.ConfigurableArchiveImpl
-
- Configuration - Class in org.jboss.shrinkwrap.api
-
Encapsulates all configuration for a given
Domain
.
- ConfigurationBuilder - Class in org.jboss.shrinkwrap.api
-
- ConfigurationBuilder() - Constructor for class org.jboss.shrinkwrap.api.ConfigurationBuilder
-
Creates a new builder initialized to defaults (null) values.
- ContainerBase<T extends Archive<T>> - Class in org.jboss.shrinkwrap.impl.base.container
-
ContainerBase
Abstract class that helps implement the Archive, ManifestContainer, ResourceContainer, ClassContainer and
LibraryContainer.
- ContainerBase(Class<T>, Archive<?>) - Constructor for class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- contains(ArchivePath) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Denotes whether this archive contains a resource at the specified path
- contains(String) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Denotes whether this archive contains a resource at the specified path
- contains(ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Denotes whether this archive contains a resource at the specified path
- contains(String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Denotes whether this archive contains a resource at the specified path
- contains(ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase
-
Denotes whether this archive contains a resource at the specified path
- contains(String) - Method in class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase
-
Denotes whether this archive contains a resource at the specified path
- copy(InputStream, OutputStream) - Static method in class org.jboss.shrinkwrap.impl.base.io.IOUtil
-
Copies the contents from an InputStream to an OutputStream.
- copy(InputStream, OutputStream, int) - Static method in class org.jboss.shrinkwrap.impl.base.io.IOUtil
-
Copies the specified number of bytes from an InputStream to an OutputStream.
- copy(Path, Path, CopyOption...) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystemProvider
-
- copyEntryContents(OutputStream) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
Copies the contents of the current tar archive entry directly into an output stream.
- copyWithClose(InputStream, OutputStream) - Static method in class org.jboss.shrinkwrap.impl.base.io.IOUtil
-
Copies the contents from an InputStream to an OutputStream and closes both streams.
- count(int) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
Increments the counter of already read bytes.
- count(long) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
Increments the counter of already read bytes.
- covariantReturn() - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Provides typesafe covariant return of this instance
- covarientReturn() - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- create(Class<T>) - Method in class org.jboss.shrinkwrap.api.ArchiveFactory
-
Creates a new archive of the specified type.
- create(Class<T>, String) - Method in class org.jboss.shrinkwrap.api.ArchiveFactory
-
Creates a new archive of the specified type.
- create(String) - Static method in class org.jboss.shrinkwrap.api.ArchivePaths
-
- create(String, String) - Static method in class org.jboss.shrinkwrap.api.ArchivePaths
-
Creates a new
ArchivePath
using the specified base and specified relative context.
- create(String, ArchivePath) - Static method in class org.jboss.shrinkwrap.api.ArchivePaths
-
Creates a new
ArchivePath
using the specified base and specified relative context.
- create(ArchivePath, String) - Static method in class org.jboss.shrinkwrap.api.ArchivePaths
-
Creates a new
ArchivePath
using the specified base and specified relative context.
- create(ArchivePath, ArchivePath) - Static method in class org.jboss.shrinkwrap.api.ArchivePaths
-
Creates a new
ArchivePath
using the specified base and specified relative context.
- create(Class<T>) - Static method in class org.jboss.shrinkwrap.api.ShrinkWrap
-
Creates a new archive of the specified type.
- create(Class<T>, String) - Static method in class org.jboss.shrinkwrap.api.ShrinkWrap
-
Creates a new archive of the specified type.
- createDirectory(Path, FileAttribute<?>...) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystemProvider
- createDomain() - Static method in class org.jboss.shrinkwrap.api.ShrinkWrap
-
- createDomain(ConfigurationBuilder) - Static method in class org.jboss.shrinkwrap.api.ShrinkWrap
-
- createDomain(Configuration) - Static method in class org.jboss.shrinkwrap.api.ShrinkWrap
-
- createEntry(String) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream.EntryAdapter
-
- createEntry(File) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream.EntryAdapter
-
- createEntry(byte[]) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream.EntryAdapter
-
- createEntry(String) - Method in interface org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream.EntryFactory
-
- createEntry(File) - Method in interface org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream.EntryFactory
-
- createEntry(byte[]) - Method in interface org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream.EntryFactory
-
- createFromZipFile(Class<T>, File) - Method in class org.jboss.shrinkwrap.api.ArchiveFactory
-
Creates a new archive of the specified type as imported from the specified
File
.
- createFromZipFile(Class<T>, File) - Static method in class org.jboss.shrinkwrap.api.ShrinkWrap
-
Creates a new archive of the specified type as imported from the specified
File
.
- createOutputStream(OutputStream) - Method in class org.jboss.shrinkwrap.impl.base.exporter.AbstractOnDemandInputStream
-
Creates the real
OutputStream
to which we'll write, wrapping the provided target.
- currBytes - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStreamImpl
-
- currEntry - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
- currSize - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStreamImpl
-
- GenericArchive - Interface in org.jboss.shrinkwrap.api
-
Simple
Archive
extension which closes the generic context as a convenience to users not requiring any spec
archive type.
- GenericArchiveImpl - Class in org.jboss.shrinkwrap.impl.base
-
- GenericArchiveImpl(Archive<?>) - Constructor for class org.jboss.shrinkwrap.impl.base.GenericArchiveImpl
-
Creates a new instance
- get(ArchivePath) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Obtains the
Node
located at the specified path
- get(String) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Obtains the
Node
located at the specified path
- get() - Method in interface org.jboss.shrinkwrap.api.ArchivePath
-
- get(String) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Obtains the
Node
located at the specified path
- get(ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Obtains the
Node
located at the specified path
- get(String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Obtains the
Node
located at the specified path
- get(ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase
-
Obtains the
Node
located at the specified path
- get() - Method in class org.jboss.shrinkwrap.impl.base.path.BasicPath
-
- getActualClass() - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Exposes the actual class used in casting
- getActualClass() - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- getActualClass() - Method in class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveImpl
-
Exposes the actual class used in casting
- getApplicationPath() - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
Should be implemented to set the path for Application related resources.
- getApplicationPath() - Method in class org.jboss.shrinkwrap.impl.base.spec.EnterpriseArchiveImpl
-
- getArchive() - Method in class org.jboss.shrinkwrap.api.asset.ArchiveAsset
-
Returns the archive this asset represents
- getArchive() - Method in class org.jboss.shrinkwrap.impl.base.AssignableBase
-
Returns the underlying archive
- getArchive() - Method in class org.jboss.shrinkwrap.impl.base.exporter.AbstractExporterDelegate
-
Return the archive being exported
- getArchiveFactory() - Method in class org.jboss.shrinkwrap.api.Domain
-
- getArchiveFormat() - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
- getArchiveFormat() - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- getArchiveFormat() - Method in interface org.jboss.shrinkwrap.spi.ArchiveFormatAssociable
-
- getArchiveFormatFromExtensionMapping(Class<T>) - Method in interface org.jboss.shrinkwrap.api.ExtensionLoader
-
Gets the
ArchiveFormat
for the given type from the extensionMapping
- getArchiveFormatFromExtensionMapping(Class<T>) - Method in class org.jboss.shrinkwrap.impl.base.ServiceExtensionLoader
-
Gets the
ArchiveFormat
for the given type from the extensionMapping
- getAsset() - Method in class org.jboss.shrinkwrap.api.ArchiveEvent
-
- getAsset() - Method in interface org.jboss.shrinkwrap.api.Node
-
- getAsset() - Method in class org.jboss.shrinkwrap.impl.base.NodeImpl
-
- getAsType(Class<X>, String) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Get a nested
Archive
as a specific type.
The found Archives must have been added as a Archive, no import is performed.
- getAsType(Class<X>, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Get a nested
Archive
as a specific type.
The found Archives must have been added as a Archive, no import is performed.
- getAsType(Class<X>, Filter<ArchivePath>) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Get all nested
Archive
matching the filter as a specific type.
The found Archives must have been added as a Archive, no import is performed.
- getAsType(Class<X>, String, ArchiveFormat) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Get a nested
Archive
as a specific type using the specify
ArchiveFormat
- getAsType(Class<X>, ArchivePath, ArchiveFormat) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Get a nested
Archive
located in a
ArchivePath
as a specific type using the specify
ArchiveFormat
- getAsType(Class<X>, Filter<ArchivePath>, ArchiveFormat) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Get all nested
Archive
matching the filter as a specific type using the specify
ArchiveFormat
.
- getAsType(Class<X>, String) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Get a nested
Archive
as a specific type.
The found Archives must have been added as a Archive, no import is performed.
- getAsType(Class<X>, Filter<ArchivePath>) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Get all nested
Archive
matching the filter as a specific type.
The found Archives must have been added as a Archive, no import is performed.
- getAsType(Class<X>, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Get a nested
Archive
as a specific type.
The found Archives must have been added as a Archive, no import is performed.
- getAsType(Class<X>, String, ArchiveFormat) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Get a nested
Archive
as a specific type using the specify
ArchiveFormat
- getAsType(Class<X>, ArchivePath, ArchiveFormat) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Get a nested
Archive
located in a
ArchivePath
as a specific type using the specify
ArchiveFormat
- getAsType(Class<X>, Filter<ArchivePath>, ArchiveFormat) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Get all nested
Archive
matching the filter as a specific type using the specify
ArchiveFormat
.
- getAsType(Class<X>, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Get a nested
Archive
as a specific type.
The found Archives must have been added as a Archive, no import is performed.
- getAsType(Class<X>, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Get a nested
Archive
as a specific type.
The found Archives must have been added as a Archive, no import is performed.
- getAsType(Class<X>, Filter<ArchivePath>) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Get all nested
Archive
matching the filter as a specific type.
The found Archives must have been added as a Archive, no import is performed.
- getAsType(Class<X>, String, ArchiveFormat) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Get a nested
Archive
as a specific type using the specify
ArchiveFormat
- getAsType(Class<X>, ArchivePath, ArchiveFormat) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Get a nested
Archive
located in a
ArchivePath
as a specific type using the specify
ArchiveFormat
- getAsType(Class<X>, Filter<ArchivePath>, ArchiveFormat) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Get all nested
Archive
matching the filter as a specific type using the specify
ArchiveFormat
.
- getAttribute(String) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileStore
- getBlockSize() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
Returns the blocksize parameter specified at construction time.
- getBlockSize() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarBuffer
-
Get the TAR Buffer's block size.
- getBytesRead() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
Returns the current number of bytes read from this stream.
- getCheckSumOctalBytes(long, byte[], int, int) - Static method in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
Parse the checksum octal integer from a header buffer.
- getChildren() - Method in interface org.jboss.shrinkwrap.api.Node
-
- getChildren() - Method in class org.jboss.shrinkwrap.impl.base.NodeImpl
-
- getClassesPath() - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Should be implemented to set the path for Class related resources.
- getClassesPath() - Method in class org.jboss.shrinkwrap.impl.base.GenericArchiveImpl
-
Should be implemented to set the path for Class related resources.
- getClassesPath() - Method in class org.jboss.shrinkwrap.impl.base.spec.EnterpriseArchiveImpl
-
Classes are not supported by EnterpriseArchive.
- getClassesPath() - Method in class org.jboss.shrinkwrap.impl.base.spec.JavaArchiveImpl
-
- getClassesPath() - Method in class org.jboss.shrinkwrap.impl.base.spec.ResourceAdapterArchiveImpl
-
Classes are not supported by ResourceAdapterArchive.
- getClassesPath() - Method in class org.jboss.shrinkwrap.impl.base.spec.WebArchiveImpl
-
Should be implemented to set the path for Class related resources.
- getClassLoaderResourceName(Package, String) - Static method in class org.jboss.shrinkwrap.impl.base.asset.AssetUtil
-
Helper to convert from java package name to class loader package name
ie: javax.test + my.txt = javax/test/ + my.txt
- getClassLoaders() - Method in class org.jboss.shrinkwrap.api.Configuration
-
- getClassLoaders() - Method in class org.jboss.shrinkwrap.api.ConfigurationBuilder
-
- getConfiguration() - Method in class org.jboss.shrinkwrap.api.Domain
-
- getConfiguration() - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
- getConfiguration() - Method in class org.jboss.shrinkwrap.impl.base.ConfigurableArchiveImpl
-
- getConfiguration() - Method in interface org.jboss.shrinkwrap.spi.Configurable
-
- getContent() - Method in interface org.jboss.shrinkwrap.api.Archive
-
Obtains all assets in this archive, along with their respective paths.
- getContent(Filter<ArchivePath>) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Obtains all assets matching given filter in this archive, along with its respective Path.
- getContent() - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Obtains all assets in this archive, along with their respective paths.
- getContent(Filter<ArchivePath>) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Obtains all assets matching given filter in this archive, along with its respective Path.
- getContent() - Method in class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase
-
Obtains all assets in this archive, along with their respective paths.
- getContent(Filter<ArchivePath>) - Method in class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase
-
Obtains all assets matching given filter in this archive, along with its respective Path.
- getCount() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- getCurrentBlockNum() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarBuffer
-
Get the current block number, zero based.
- getCurrentRecordNum() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarBuffer
-
Get the current record number, within the current block, zero based.
- getDefaultDomain() - Static method in class org.jboss.shrinkwrap.api.ShrinkWrap
-
Returns a single domain with default configuration for use in applications with no explicit configuration or
isolation requirements.
- getDirectoryEntries() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
If this entry represents a file, and the file is a directory, return an array of TarEntries for this entry's
children.
- getEntryPosition() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
Get the number of bytes into the current TarEntry.
- getExecutorService() - Method in class org.jboss.shrinkwrap.api.Configuration
-
- getExecutorService() - Method in class org.jboss.shrinkwrap.api.ConfigurationBuilder
-
- getExtensionFromExtensionMapping(Class<T>) - Method in interface org.jboss.shrinkwrap.api.ExtensionLoader
-
Gets the extension for the given type from the extensionMapping
- getExtensionFromExtensionMapping(Class<T>) - Method in class org.jboss.shrinkwrap.impl.base.ServiceExtensionLoader
-
Gets the extension for the given type from the extensionMapping
- getExtensionLoader() - Method in class org.jboss.shrinkwrap.api.Configuration
-
- getExtensionLoader() - Method in class org.jboss.shrinkwrap.api.ConfigurationBuilder
-
- getFile() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Get this entry's file.
- getFileAttributeView(Path, Class<V>, LinkOption...) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystemProvider
- getFileName() - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapPath
- getFileNameBytes(String, byte[]) - Static method in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
This method, like getNameBytes(), is intended to place a name into a TarHeader's buffer.
- getFileStore(Path) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystemProvider
- getFileStoreAttributeView(Class<V>) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileStore
- getFileStores() - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystem
- getFileSystem(URI) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystemProvider
- getFileSystem() - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapPath
- getFileTarHeader(TarHeader, File) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Fill in a TarHeader with information from a File.
- getFullPathForClassResource(Class<?>) - Static method in class org.jboss.shrinkwrap.impl.base.asset.AssetUtil
-
Helper to extract a ClassResources full path.
- getFullPathForClassResource(String) - Static method in class org.jboss.shrinkwrap.impl.base.asset.AssetUtil
-
Helper to extract a ClassResources full path.
- getGroupId() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Get the group id being used for archive entry headers.
- getGroupId() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Get this entry's group id.
- getGroupName() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Get the group name being used for archive entry headers.
- getGroupName() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Get this entry's group name.
- getHandledAsset() - Method in class org.jboss.shrinkwrap.api.ArchiveEvent
-
- getHeader() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Get this entry's header.
- getId() - Method in interface org.jboss.shrinkwrap.api.Archive
-
Obtains a globally-unique identifier for this
Archive
- getId() - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Obtains a globally-unique identifier for this
Archive
- getId() - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Obtains a globally-unique identifier for this
Archive
- getId() - Method in class org.jboss.shrinkwrap.impl.base.IdentifiableArchiveImpl
-
- getId() - Method in interface org.jboss.shrinkwrap.spi.Identifiable
-
Obtains a globally-unique identifier
- getLibraryPath() - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Should be implemented to set the path for Library related resources.
- getLibraryPath() - Method in class org.jboss.shrinkwrap.impl.base.GenericArchiveImpl
-
Should be implemented to set the path for Library related resources.
- getLibraryPath() - Method in class org.jboss.shrinkwrap.impl.base.spec.EnterpriseArchiveImpl
-
- getLibraryPath() - Method in class org.jboss.shrinkwrap.impl.base.spec.JavaArchiveImpl
-
Libraries are not supported by JavaArchive.
- getLibraryPath() - Method in class org.jboss.shrinkwrap.impl.base.spec.ResourceAdapterArchiveImpl
-
- getLibraryPath() - Method in class org.jboss.shrinkwrap.impl.base.spec.WebArchiveImpl
-
Should be implemented to set the path for Library related resources.
- getLongOctalBytes(long, byte[], int, int) - Static method in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
Parse an octal long integer from a header buffer.
- getManifestPath() - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Should be implemented to set the path for Manifest related resources.
- getManifestPath() - Method in class org.jboss.shrinkwrap.impl.base.GenericArchiveImpl
-
Should be implemented to set the path for Manifest related resources.
- getManifestPath() - Method in class org.jboss.shrinkwrap.impl.base.spec.EnterpriseArchiveImpl
-
- getManifestPath() - Method in class org.jboss.shrinkwrap.impl.base.spec.JavaArchiveImpl
-
- getManifestPath() - Method in class org.jboss.shrinkwrap.impl.base.spec.ResourceAdapterArchiveImpl
-
- getManifestPath() - Method in class org.jboss.shrinkwrap.impl.base.spec.WebArchiveImpl
-
Should be implemented to set the path for Manifest related resources.
- getModTime() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Set this entry's modification time.
- getModulePath() - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
Should be implemented to set the path for Module related resources.
- getModulePath() - Method in class org.jboss.shrinkwrap.impl.base.spec.EnterpriseArchiveImpl
-
- getName() - Method in interface org.jboss.shrinkwrap.api.Archive
-
Obtains the name of this archive (ie.
- getName() - Method in interface org.jboss.shrinkwrap.api.asset.NamedAsset
-
Specifies the name (ArchivePath) for the archive
- getName() - Method in class org.jboss.shrinkwrap.api.nio.file.MemoryNamedAsset
-
Specifies the name (ArchivePath) for the archive
- getName() - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Obtains the name of this archive (ie.
- getName() - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Obtains the name of this archive (ie.
- getName() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Get this entry's name.
- getName() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
Get the name of this entry.
- getName(int) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapPath
- getNameBytes(StringBuffer, byte[], int, int) - Static method in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
Move the bytes from the name StringBuffer into the header's buffer.
- getNameCount() - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapPath
- getNameForClassloaderResource(String) - Static method in class org.jboss.shrinkwrap.impl.base.asset.AssetUtil
-
Helper to extract a ClassloaderResources name.
- getNextEntry() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
Get the next entry in this tar archive.
- getOctalBytes(long, byte[], int, int) - Static method in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
Parse an octal integer from a header buffer.
- getOutputStreamToFile(File, boolean) - Method in class org.jboss.shrinkwrap.impl.base.exporter.AbstractStreamExporterImpl
-
- getParent() - Method in interface org.jboss.shrinkwrap.api.ArchivePath
-
Obtains the parent of this Path, if exists, else null.
- getParent() - Method in class org.jboss.shrinkwrap.impl.base.path.BasicPath
-
Obtains the parent of this Path, if exists, else null.
- getParent() - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapPath
- getPath() - Method in class org.jboss.shrinkwrap.api.ArchiveEvent
-
- getPath() - Method in interface org.jboss.shrinkwrap.api.Node
-
- getPath() - Method in class org.jboss.shrinkwrap.impl.base.NodeImpl
-
- getPath(String, String...) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystem
- getPath(URI) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystemProvider
- getPathForClassloaderResource(String) - Static method in class org.jboss.shrinkwrap.impl.base.asset.AssetUtil
-
Helper to extract a ClassloaderResources path information.
- getPathMatcher(String) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystem
-
- getRecordSize() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Get the archive's record size.
- getRecordSize() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarBuffer
-
Get the TAR Buffer's record size.
- getRecordSize() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarBzOutputStream
-
- getRecordSize() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarGzOutputStream
-
- getRecordSize() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
Get the record size being used by this stream's TarBuffer.
- getRecordSize() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStream
-
- getRecordSize() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStreamImpl
-
Get the record size being used by this stream's TarBuffer.
- getResourcePath() - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Should be implemented to set the path for Resource related resources.
- getResourcePath() - Method in class org.jboss.shrinkwrap.impl.base.GenericArchiveImpl
-
Should be implemented to set the path for Resource related resources.
- getResourcePath() - Method in class org.jboss.shrinkwrap.impl.base.spec.EnterpriseArchiveImpl
-
- getResourcePath() - Method in class org.jboss.shrinkwrap.impl.base.spec.JavaArchiveImpl
-
- getResourcePath() - Method in class org.jboss.shrinkwrap.impl.base.spec.ResourceAdapterArchiveImpl
-
- getResourcePath() - Method in class org.jboss.shrinkwrap.impl.base.spec.WebArchiveImpl
-
Should be implemented to set the path for Resource related resources.
- getResult() - Method in class org.jboss.shrinkwrap.impl.base.exporter.AbstractExporterDelegate
-
Return the results of the export.
- getResult() - Method in class org.jboss.shrinkwrap.impl.base.exporter.ExplodedExporterDelegate
-
Return the results of the export.
- getRoot() - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapPath
- getRootDirectories() - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystem
- getRootUri(Archive<?>) - Static method in class org.jboss.shrinkwrap.api.nio.file.ShrinkWrapFileSystems
-
Constructs a new
URI
with the form:
shrinkwrap://{archive.getId()}/
- getScheme() - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystemProvider
- getSeparator() - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystem
- getServiceProvidersPath() - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
Returns the path to web container service providers
- getServiceProvidersPath() - Method in class org.jboss.shrinkwrap.impl.base.spec.WebArchiveImpl
-
Returns the path to web container service providers
- getSize() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Get this entry's file size.
- getSource() - Method in class org.jboss.shrinkwrap.api.asset.ByteArrayAsset
-
Returns the underlying content.
- getSource() - Method in class org.jboss.shrinkwrap.api.asset.ClassAsset
-
Returns the loaded class.
- getSource() - Method in class org.jboss.shrinkwrap.api.asset.ClassLoaderAsset
-
Returns the loaded resource.
- getSource() - Method in enum org.jboss.shrinkwrap.api.asset.EmptyAsset
-
Returns the underlying content.
- getSource() - Method in class org.jboss.shrinkwrap.api.asset.FileAsset
-
Returns the loaded file.
- getSource() - Method in class org.jboss.shrinkwrap.api.asset.StringAsset
-
Returns the underlying content.
- getSource() - Method in class org.jboss.shrinkwrap.api.asset.UrlAsset
-
Returns the loaded URL.
- getStreamPosition() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
Get the number of bytes into the stream we are currently at.
- getTempDirectory() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Get the current temporary directory path.
- getTotalSpace() - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileStore
- getUnallocatedSpace() - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileStore
- getUsableSpace() - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileStore
- getUsedSpace() - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileStore
-
Iterates through the underlying archive, counting the size of each
Asset
, returning the fully-tallied
count in bytes.
- getUserId() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Get the user id being used for archive entry headers.
- getUserId() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Get this entry's user id.
- getUserName() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Get the user name being used for archive entry headers.
- getUserName() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Get this entry's user name.
- getUserPrincipalLookupService() - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystem
- getWebInfPath() - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
Returns the path to WEB-INF
- getWebInfPath() - Method in class org.jboss.shrinkwrap.impl.base.spec.WebArchiveImpl
-
Returns the path to WEB-INF
- getWebPath() - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
Returns the path to web resources
- getWebPath() - Method in class org.jboss.shrinkwrap.impl.base.spec.WebArchiveImpl
-
Returns the path to web resources
- GIDLEN - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The length of the group id field in a header buffer.
- GNAMELEN - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The length of the group name field in a header buffer.
- GNU_TMAGIC - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The magic tag representing a GNU tar archive.
- gnuFormat - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Set to true if this is a GNU 'ustar' format entry.
- groupId - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
- groupId - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The entry's group id.
- groupName - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
- groupName - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The entry's group name.
- magic - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The entry's magic tag.
- MAGICLEN - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The length of the magic field in a header buffer.
- ManifestContainer<T extends Archive<T>> - Interface in org.jboss.shrinkwrap.api.container
-
Defines the contract for a component capable of storing Manifest related resources.
- map(FileChannel.MapMode, long, long) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileChannel
-
- mark(int) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
Since we do not support marking just yet, we do nothing.
- markSupported() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
Since we do not support marking just yet, we return false.
- matches(byte[], int) - Static method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
Checks if the signature matches what is expected for a bzip2 file.
- MAX_BLOCKSIZE - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
The maximum supported blocksize == 9.
- MemoryAsset - Class in org.jboss.shrinkwrap.api.nio.file
-
An
Asset
implementation backed by an internal memory representation; able to be directly added to an
Archive
, and supports all operations designated by the NIO.2
SeekableByteChannel
API.
- MemoryAsset() - Constructor for class org.jboss.shrinkwrap.api.nio.file.MemoryAsset
-
Creates a new instance with internal memory buffer initially sized at 0 and at position 0, capable of holding a
maximum of
Integer.MAX_VALUE
bytes.
- MemoryMapArchive - Interface in org.jboss.shrinkwrap.spi
-
MemoryMapArchive
A pure in memory Archive backed by a Map.
- MemoryMapArchiveBase<T extends Archive<T>> - Class in org.jboss.shrinkwrap.impl.base
-
MemoryMapArchiveBase
A base implementation for all MemoryMap archives.
- MemoryMapArchiveBase(Configuration) - Constructor for class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase
-
- MemoryMapArchiveBase(String, Configuration) - Constructor for class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase
-
Constructor
This constructor will generate an
Archive
with the provided name.
- MemoryMapArchiveImpl - Class in org.jboss.shrinkwrap.impl.base
-
MemoryMapArchiveImpl
A default implementation for all MemoryMap archives.
- MemoryMapArchiveImpl(Configuration) - Constructor for class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveImpl
-
- MemoryMapArchiveImpl(String, Configuration) - Constructor for class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveImpl
-
Constructor
This constructor will generate an
Archive
with the provided name.
- MemoryNamedAsset - Class in org.jboss.shrinkwrap.api.nio.file
-
- MemoryNamedAsset(String) - Constructor for class org.jboss.shrinkwrap.api.nio.file.MemoryNamedAsset
-
- MemoryNamedAsset(Path) - Constructor for class org.jboss.shrinkwrap.api.nio.file.MemoryNamedAsset
-
- MemoryNamedAsset(ArchivePath) - Constructor for class org.jboss.shrinkwrap.api.nio.file.MemoryNamedAsset
-
- merge(Archive<?>) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Merge the contents from an existing archive without maintaining the archive name in the context path.
- merge(Archive<?>, Filter<ArchivePath>) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Merge the contents from an existing archive without maintaining the archive name in the context path.
- merge(Archive<?>, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Merge the contents from an existing archive in a specific path without maintaining the archive name in the
context path.
- merge(Archive<?>, String) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Merge the contents from an existing archive in a specific path without maintaining the archive name in the
context path.
- merge(Archive<?>, ArchivePath, Filter<ArchivePath>) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Merge the contents from an existing archive in a specific path without maintaining the archive name in the
context path.
- merge(Archive<?>, String, Filter<ArchivePath>) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Merge the contents from an existing archive in a specific path without maintaining the archive name in the
context path.
- merge(Archive<?>) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Merge the contents from an existing archive without maintaining the archive name in the context path.
- merge(Archive<?>, Filter<ArchivePath>) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Merge the contents from an existing archive without maintaining the archive name in the context path.
- merge(Archive<?>, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Merge the contents from an existing archive in a specific path without maintaining the archive name in the
context path.
- merge(Archive<?>, String, Filter<ArchivePath>) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Merge the contents from an existing archive in a specific path without maintaining the archive name in the
context path.
- merge(Archive<?>, String) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Merge the contents from an existing archive in a specific path without maintaining the archive name in the
context path.
- merge(Archive<?>, ArchivePath, Filter<ArchivePath>) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Merge the contents from an existing archive in a specific path without maintaining the archive name in the
context path.
- merge(Archive<?>) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Merge the contents from an existing archive without maintaining the archive name in the context path.
- merge(Archive<?>, Filter<ArchivePath>) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Merge the contents from an existing archive without maintaining the archive name in the context path.
- merge(Archive<?>, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Merge the contents from an existing archive in a specific path without maintaining the archive name in the
context path.
- merge(Archive<?>, ArchivePath, Filter<ArchivePath>) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Merge the contents from an existing archive in a specific path without maintaining the archive name in the
context path.
- merge(Archive<?>, String, Filter<ArchivePath>) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Merge the contents from an existing archive in a specific path without maintaining the archive name in the
context path.
- merge(Archive<?>, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Merge the contents from an existing archive in a specific path without maintaining the archive name in the
context path.
- MIN_BLOCKSIZE - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
The minimum supported blocksize == 1.
- mode - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The entry's permission mode.
- MODELEN - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The length of the mode field in a header buffer.
- modTime - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The entry's modification time.
- MODTIMELEN - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The length of the modification time field in a header buffer.
- move(ArchivePath, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Moves the asset under the source path to the target path.
- move(String, String) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Moves the asset under the source path to the target path.
- move(ArchivePath, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Moves the asset under the source path to the target path.
- move(String, String) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Moves the asset under the source path to the target path.
- move(ArchivePath, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Moves the asset under the source path to the target path.
- move(String, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Moves the asset under the source path to the target path.
- move(Path, Path, CopyOption...) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystemProvider
- scanPackage() - Method in class org.jboss.shrinkwrap.impl.base.URLPackageScanner
-
- SeekableInMemoryByteChannel - Class in org.jboss.shrinkwrap.api.nio.file
-
- SeekableInMemoryByteChannel() - Constructor for class org.jboss.shrinkwrap.api.nio.file.SeekableInMemoryByteChannel
-
Creates a new instance with 0 size and 0 position, and open.
- SEPARATOR - Static variable in interface org.jboss.shrinkwrap.api.ArchivePath
-
Separator character
- SEPARATOR_STRING - Static variable in interface org.jboss.shrinkwrap.api.ArchivePath
-
Separator character as a
String
- SerializableView - Interface in org.jboss.shrinkwrap.api.serialization
-
- ServiceExtensionLoader - Class in org.jboss.shrinkwrap.impl.base
-
- ServiceExtensionLoader(Iterable<ClassLoader>) - Constructor for class org.jboss.shrinkwrap.impl.base.ServiceExtensionLoader
-
Creates a new instance, using the specified
ClassLoader
s to create extensions
- ServiceProviderAsset - Class in org.jboss.shrinkwrap.impl.base.asset
-
ServiceProviderAsset
- ServiceProviderAsset(Class<?>...) - Constructor for class org.jboss.shrinkwrap.impl.base.asset.ServiceProviderAsset
-
Creates a newline separated text file off the providerImpls class names.
- ServiceProviderAsset(String...) - Constructor for class org.jboss.shrinkwrap.impl.base.asset.ServiceProviderAsset
-
Creates a newline separated text file off the providerImpls class names.
- ServiceProviderContainer<T extends Archive<T>> - Interface in org.jboss.shrinkwrap.api.container
-
Defines the contract for a component capable of storing service provider related resources.
- setApplicationXML(String) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
Adds a resource to this
Archive
as application.xml.
- setApplicationXML(File) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
- setApplicationXML(URL) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
- setApplicationXML(Asset) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
- setApplicationXML(Package, String) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
Adds a resource inside the package to this
Archive
as application.xml.
- setApplicationXML(String) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- setApplicationXML(File) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- setApplicationXML(URL) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- setApplicationXML(Asset) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- setApplicationXML(Package, String) - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- setAsciiTranslation(boolean) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Set the ascii file translation flag.
- setAttribute(Path, String, Object, LinkOption...) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystemProvider
- setBufferDebug(boolean) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarBzOutputStream
-
- setBufferDebug(boolean) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarGzOutputStream
-
- setBufferDebug(boolean) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
Sets the debugging flag in this stream's TarBuffer.
- setBufferDebug(boolean) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStream
-
- setBufferDebug(boolean) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStreamImpl
-
Sets the debugging flag in this stream's TarBuffer.
- setDebug(boolean) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Set the debugging flag.
- setDebug(boolean) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarBuffer
-
Set the debugging flag for the buffer.
- setDebug(boolean) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarBzOutputStream
-
- setDebug(boolean) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarGzOutputStream
-
- setDebug(boolean) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
Sets the debugging flag.
- setDebug(boolean) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStream
-
- setDebug(boolean) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStreamImpl
-
Sets the debugging flag.
- setEntryFactory(TarInputStream.EntryFactory) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
Sets the debugging flag.
- setGNUTarFormat() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Sets this entry's header format to GNU "ustar".
- setGroupId(int) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Set this entry's group id.
- setGroupName(String) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Set this entry's group name.
- setHandledAsset(Asset) - Method in class org.jboss.shrinkwrap.api.ArchiveEvent
-
- setId(String) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
- setId(String) - Method in class org.jboss.shrinkwrap.impl.base.IdentifiableArchiveImpl
-
- setId(String) - Method in interface org.jboss.shrinkwrap.spi.Identifiable
-
Sets the globally-unique identifier
- setIds(int, int) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Convenience method to set this entry's group and user ids.
- setKeepOldFiles(boolean) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Set the flag that determines whether existing files are kept, or overwritten during extraction.
- setManifest(String) - Method in interface org.jboss.shrinkwrap.api.container.ManifestContainer
-
Adds the resource as MANIFEST.FM to the container, returning the container itself.
- setManifest(File) - Method in interface org.jboss.shrinkwrap.api.container.ManifestContainer
-
Adds the
File
as MANIFEST.FM to the container, returning the container itself.
- setManifest(URL) - Method in interface org.jboss.shrinkwrap.api.container.ManifestContainer
-
Adds the
URL
as MANIFEST.FM to the container, returning the container itself.
- setManifest(Asset) - Method in interface org.jboss.shrinkwrap.api.container.ManifestContainer
-
Adds the
Asset
as MANIFEST.FM to the container, returning the container itself.
- setManifest(Package, String) - Method in interface org.jboss.shrinkwrap.api.container.ManifestContainer
-
Adds the resource inside the package as a MANIFEST.MF to the container, returning the container itself.
- setManifest(String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the resource as MANIFEST.FM to the container, returning the container itself.
- setManifest(File) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the
File
as MANIFEST.FM to the container, returning the container itself.
- setManifest(URL) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the
URL
as MANIFEST.FM to the container, returning the container itself.
- setManifest(Asset) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the
Asset
as MANIFEST.FM to the container, returning the container itself.
- setManifest(Package, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the resource inside the package as a MANIFEST.MF to the container, returning the container itself.
- setModTime(long) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Set this entry's modification time.
- setModTime(Date) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Set this entry's modification time.
- setName(String) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Set this entry's name.
- setNames(String, String) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Convenience method to set this entry's group and user names.
- setResourceAdapterXML(String) - Method in interface org.jboss.shrinkwrap.api.container.ResourceAdapterContainer
-
Adds the resource as ra.xml to the container, returning the container itself.
- setResourceAdapterXML(File) - Method in interface org.jboss.shrinkwrap.api.container.ResourceAdapterContainer
-
Adds the
File
as ra.xml to the container, returning the container itself.
- setResourceAdapterXML(URL) - Method in interface org.jboss.shrinkwrap.api.container.ResourceAdapterContainer
-
Adds the
URL
as ra.xml to the container, returning the container itself.
- setResourceAdapterXML(Asset) - Method in interface org.jboss.shrinkwrap.api.container.ResourceAdapterContainer
-
Adds the
Asset
as ra.xml to the container, returning the container itself.
- setResourceAdapterXML(Package, String) - Method in interface org.jboss.shrinkwrap.api.container.ResourceAdapterContainer
-
Adds the resource inside the package as ra.xml to the container, returning the container itself.
- setResourceAdapterXML(String) - Method in class org.jboss.shrinkwrap.impl.base.container.ResourceAdapterContainerBase
-
- setResourceAdapterXML(File) - Method in class org.jboss.shrinkwrap.impl.base.container.ResourceAdapterContainerBase
-
- setResourceAdapterXML(URL) - Method in class org.jboss.shrinkwrap.impl.base.container.ResourceAdapterContainerBase
-
- setResourceAdapterXML(Asset) - Method in class org.jboss.shrinkwrap.impl.base.container.ResourceAdapterContainerBase
-
- setResourceAdapterXML(Package, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ResourceAdapterContainerBase
-
- setSize(long) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Set this entry's file size.
- setTarProgressDisplay(TarProgressDisplay) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Set the current progress display interface.
- setTempDirectory(String) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Set the current temporary directory path.
- setTransFileTyper(TarTransFileTyper) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Set the object that will determine if a file is of type ascii text for translation purposes.
- setUnixTarFormat() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Sets this entry's header format to "unix-style".
- setUserId(int) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Set this entry's user id.
- setUserInfo(int, String, int, String) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Set user and group information that will be used to fill in the tar archive's entry headers.
- setUserName(String) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Set this entry's user name.
- setUSTarFormat() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Sets this entry's header format to "ustar".
- setVerbose(boolean) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Set the verbosity flag.
- setWebXML(String) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the resource as web.xml to the container, returning the container itself.
- setWebXML(File) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the
File
as web.xml to the container, returning the container itself.
- setWebXML(URL) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the
URL
as web.xml to the container, returning the container itself.
- setWebXML(Asset) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the
Asset
as web.xml to the container, returning the container itself.
- setWebXML(Package, String) - Method in interface org.jboss.shrinkwrap.api.container.WebContainer
-
Adds the resource inside the package as web.xml to the container, returning the container itself.
- setWebXML(String) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
- setWebXML(File) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
- setWebXML(URL) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
- setWebXML(Asset) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
- setWebXML(Package, String) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
- shallowCopy() - Method in interface org.jboss.shrinkwrap.api.Archive
-
Creates a shallow copy of this
Archive
.
- shallowCopy(Filter<ArchivePath>) - Method in interface org.jboss.shrinkwrap.api.Archive
-
Creates a shallow copy of this
Archive
based on given filter.Assets from this archive are made available
under the same paths.
- shallowCopy() - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Creates a shallow copy of this
Archive
.
- shallowCopy(Filter<ArchivePath>) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Creates a shallow copy of this
Archive
based on given filter.Assets from this archive are made available
under the same paths.
- shallowCopy() - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Creates a shallow copy of this
Archive
.
- shallowCopy(Filter<ArchivePath>) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Creates a shallow copy of this
Archive
based on given filter.Assets from this archive are made available
under the same paths.
- showTarProgressMessage(String) - Method in interface org.jboss.shrinkwrap.impl.base.io.tar.TarProgressDisplay
-
Display a progress message.
- ShrinkWrap - Class in org.jboss.shrinkwrap.api
-
Main entry point into the ShrinkWrap system.
- ShrinkWrapClassLoader - Class in org.jboss.shrinkwrap.api.classloader
-
Extension that will create a ClassLoader based on a Array of Archives.
- ShrinkWrapClassLoader(Archive<?>...) - Constructor for class org.jboss.shrinkwrap.api.classloader.ShrinkWrapClassLoader
-
Constructs a new ShrinkWrapClassLoader for the specified
Archive
s using the default delegation parent
ClassLoader
.
- ShrinkWrapClassLoader(ClassLoader, Archive<?>...) - Constructor for class org.jboss.shrinkwrap.api.classloader.ShrinkWrapClassLoader
-
Constructs a new ShrinkWrapClassLoader for the given
Archive
s.
- ShrinkWrapFileChannel - Class in org.jboss.shrinkwrap.impl.nio.file
-
- ShrinkWrapFileChannel(SeekableByteChannel) - Constructor for class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileChannel
-
- ShrinkWrapFileStore - Class in org.jboss.shrinkwrap.impl.nio.file
-
- ShrinkWrapFileStore(Archive<?>) - Constructor for class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileStore
-
- ShrinkWrapFileSystem - Class in org.jboss.shrinkwrap.impl.nio.file
-
ShrinkWrap implementation adapting a
Archive
to a
FileSystem
; Thread-safe, though access to the
underlying
Archive
is *not*.
- ShrinkWrapFileSystem(ShrinkWrapFileSystemProvider, Archive<?>) - Constructor for class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystem
-
- ShrinkWrapFileSystemProvider - Class in org.jboss.shrinkwrap.impl.nio.file
-
- ShrinkWrapFileSystemProvider() - Constructor for class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystemProvider
-
- ShrinkWrapFileSystems - Class in org.jboss.shrinkwrap.api.nio.file
-
- ShrinkWrapPath - Class in org.jboss.shrinkwrap.impl.nio.file
-
- size() - Method in class org.jboss.shrinkwrap.api.nio.file.MemoryAsset
- size() - Method in class org.jboss.shrinkwrap.api.nio.file.SeekableInMemoryByteChannel
- size - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The entry's size.
- size() - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileChannel
-
- SIZELEN - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The length of the size field in a header buffer.
- skip(long) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
Skip bytes in the input buffer.
- skipRecord() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarBuffer
-
Skip over a record on the input stream.
- startsWith(Path) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapPath
- startsWith(String) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapPath
- StreamErrorHandler - Interface in org.jboss.shrinkwrap.impl.base.io
-
Handler for errors that occur during StreamTask processing.
- StreamExporter - Interface in org.jboss.shrinkwrap.api.exporter
-
- StreamImporter<I extends StreamImporter<I>> - Interface in org.jboss.shrinkwrap.api.importer
-
Generic importer capable of representing an
Assignable
as an entity capable of reading from an
InputStream
, or file type.
- StreamTask<S extends Closeable> - Interface in org.jboss.shrinkwrap.impl.base.io
-
A I/O operation to be executed against a I/O stream in the context of a StreamTemplate
- StringAsset - Class in org.jboss.shrinkwrap.api.asset
-
Implementation of an
Asset
backed by a String
- StringAsset(String) - Constructor for class org.jboss.shrinkwrap.api.asset.StringAsset
-
Creates a new
Asset
instance backed by the specified String
- subpath(int, int) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapPath
- supportedFileAttributeViews() - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystem
- supportsFileAttributeView(Class<? extends FileAttributeView>) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileStore
- supportsFileAttributeView(String) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileStore