- a() - Method in class org.jboss.shrinkwrap.impl.base.importer.ExplodedImporterImpl
-
- 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 java.io.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
-
- actualType - Variable in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
The exposed archive type.
- 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.
- addArchive(Archive<?>) - Method in class org.jboss.shrinkwrap.api.classloader.ShrinkWrapClassLoader
-
- addArchives(Archive<?>[]) - Method in class org.jboss.shrinkwrap.api.classloader.ShrinkWrapClassLoader
-
- 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
-
Adds a
File
to this
Archive
s application context.
- 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
-
Adds a
File
to this
Archive
s application context.
- addAsApplicationResource(URL, String) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
Adds a
URL
to this
Archive
s application context.
- 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
-
Adds a
File
to this
Archive
s application context.
- addAsApplicationResource(URL, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
Adds a
URL
to this
Archive
s application context.
- 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
-
Adds a
File
to this
Archive
s module context.
- 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
-
Adds a
File
to this
Archive
s module context.
- addAsModule(URL, String) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
Adds a
URL
to this
Archive
s module context.
- 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
-
Adds a
File
to this
Archive
s module context.
- addAsModule(URL, ArchivePath) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
Adds a
URL
to this
Archive
s module context.
- 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
-
- addAsset(ArchivePath, Asset) - Method in class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase
-
- 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
-
Adds the
Class
, and all member (inner)
Class
es to the
Archive
.
- 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
-
Adds the
Class
es, and all member (inner)
Class
es to the
Archive
.
- addClasses(Class<?>...) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addDefaultPackage() - Method in interface org.jboss.shrinkwrap.api.container.ClassContainer
-
Adds all classes in the default
Package
to the
Archive
.
- 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.
- addNestedJarFileResource(File, ArchivePath, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Adds the specified File
resource (a nested JAR File form) to the current archive, returning the archive
itself
- addNewNode(ArchivePath, Asset) - Method in class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase
-
- 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
-
Adds all classes in the specified
Package
to the
Archive
.
- addPackage(String) - Method in interface org.jboss.shrinkwrap.api.container.ClassContainer
-
Adds all classes in the specified
Package
to the
Archive
.
- addPackage(Package) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addPackage(String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addPackage(boolean, Filter<ArchivePath>, ClassLoader, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addPackages(boolean, Package...) - Method in interface org.jboss.shrinkwrap.api.container.ClassContainer
-
Adds all classes in the specified
Package
s to the
Archive
.
- 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
-
Adds all classes in the specified
Package
s to the
Archive
.
- 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, Filter<ArchivePath>, ClassLoader, 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
-
- addPackages(boolean, Filter<ArchivePath>, ClassLoader, String...) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- addRecursively - Variable in class org.jboss.shrinkwrap.impl.base.URLPackageScanner
-
- addToCache(Class<?>, Class<?>) - Method in class org.jboss.shrinkwrap.impl.base.ServiceExtensionLoader
-
- adjust(String...) - Method in class org.jboss.shrinkwrap.impl.base.filter.ExcludePaths
-
- adjust(String...) - Method in class org.jboss.shrinkwrap.impl.base.filter.IncludePaths
-
- 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
- allowableBlockSize - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
- Archive<T extends Archive<T>> - Interface in org.jboss.shrinkwrap.api
-
Represents a collection of resources which may be constructed programmatically.
- archive - Variable in class org.jboss.shrinkwrap.api.asset.ArchiveAsset
-
The archive this asset represents
- archive - Variable in class org.jboss.shrinkwrap.impl.base.AssignableBase
-
Underlying archive
- archive - Variable in class org.jboss.shrinkwrap.impl.base.exporter.AbstractExporterDelegate
-
The archive being exported
- archive - Variable in class org.jboss.shrinkwrap.impl.base.serialization.ZipSerializableViewImpl
-
Underlying archive.
- archive - Variable in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileAttributes
-
- archive - Variable in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileStore
-
Underlying archive
- archive - Variable in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystem
-
- ARCHIVE_IMPL - Static variable in class org.jboss.shrinkwrap.api.ArchiveFactory
-
Implementation class name backing
Archive
s to be created
- 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.
- ArchiveFactory(Configuration) - Constructor for class org.jboss.shrinkwrap.api.ArchiveFactory
-
- archiveFactory - Variable in class org.jboss.shrinkwrap.api.Domain
-
Factory for creating archives within this
Domain
- ArchiveFormat - Enum in org.jboss.shrinkwrap.api
-
Supported archive formats known by the base implementation
- ArchiveFormat() - Constructor for enum org.jboss.shrinkwrap.api.ArchiveFormat
-
- ArchiveFormatAssociable - Interface in org.jboss.shrinkwrap.spi
-
- ArchiveFormatStreamBindings - Class in org.jboss.shrinkwrap.impl.base
-
Value object binding the StreamExporter
and the StreamImporter
implementations of the same archive
format.
- ArchiveFormatStreamBindings(ArchiveFormat) - Constructor for class org.jboss.shrinkwrap.impl.base.ArchiveFormatStreamBindings
-
- 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.
- archivePathImplClass - Static variable in class org.jboss.shrinkwrap.api.ArchivePaths
-
- ArchivePaths - Class in org.jboss.shrinkwrap.api
-
- ArchivePaths() - Constructor for class org.jboss.shrinkwrap.api.ArchivePaths
-
No instantiation
- ArchivePaths.RootPathWrapper - Enum 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.ByteArrayIOUtil
-
Obtains the contents of the specified stream as a byte array
- asByteArray(InputStream) - Static method in class org.jboss.shrinkwrap.api.asset.IOUtilDelegator
-
- 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
-
- assertSpecified(String) - Static method in class org.jboss.shrinkwrap.impl.base.path.PathUtil
-
Ensures the path is specified
- asset - Variable in class org.jboss.shrinkwrap.api.ArchiveEvent
-
- Asset - Interface in org.jboss.shrinkwrap.api.asset
-
Represents byte-based content.
- asset - Variable in class org.jboss.shrinkwrap.impl.base.NodeImpl
-
The asset this node holds.
- ASSETS - Static variable in enum org.jboss.shrinkwrap.api.formatter.SimpleFormatter
-
String used to denote assets in the formatted message
- AssetUtil - Class in org.jboss.shrinkwrap.impl.base.asset
-
AssetUtil
Util class to help extract name/paths from Assets.
- AssetUtil() - Constructor for class org.jboss.shrinkwrap.impl.base.asset.AssetUtil
-
Private constructor for util class, should never be created.
- 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.
- attributes - Variable in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileAttributeView
-
- 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.
- cache - Variable in class org.jboss.shrinkwrap.impl.base.ServiceExtensionLoader
-
- calculatePath(File, File) - Method in class org.jboss.shrinkwrap.impl.base.importer.ExplodedImporterImpl
-
Calculate the relative child path.
- callback - Variable in class org.jboss.shrinkwrap.impl.base.URLPackageScanner
-
- cftab - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream.Data
-
- CHARSET_UTF8 - Static variable in class org.jboss.shrinkwrap.impl.base.io.IOUtil
-
Name of UTF-8 Charset
- checkAccess(Path, AccessMode...) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystemProvider
- checkClosed() - Method in class org.jboss.shrinkwrap.api.nio.file.SeekableInMemoryByteChannel
-
Throws a ClosedChannelException
if this SeekableByteChannel
is closed.
- checkClosed() - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystem
-
- checkSum - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The entry's checksum.
- children - Variable in class org.jboss.shrinkwrap.impl.base.NodeImpl
-
The children nodes.
- 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.
- classLoader - Variable in class org.jboss.shrinkwrap.api.asset.ClassLoaderAsset
-
- classLoader - Variable in class org.jboss.shrinkwrap.impl.base.URLPackageScanner
-
- 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 - Variable in class org.jboss.shrinkwrap.api.Configuration
-
ClassLoader
s used for extension loading
- classLoaders - Variable in class org.jboss.shrinkwrap.api.ConfigurationBuilder
-
ClassLoader
s used for extension loading, adding resources, etc
- classLoaders(Iterable<ClassLoader>) - Method in class org.jboss.shrinkwrap.api.ConfigurationBuilder
-
Sets the
ClassLoader
used in resolving extension implementations by the
ExtensionLoader
; other
tasks requiring a CL by the
Archive
- classLoaders - Variable in class org.jboss.shrinkwrap.impl.base.ServiceExtensionLoader
-
ClassLoader used for loading extensions
- ClassLoaderSearchUtil - Class in org.jboss.shrinkwrap.api
-
Utilities to search a series of ClassLoader
s for a Class
by name.
- ClassLoaderSearchUtil() - Constructor for class org.jboss.shrinkwrap.api.ClassLoaderSearchUtil
-
No instances, keep private
- ClassLoaderSearchUtilDelegator - Class in org.jboss.shrinkwrap.api
-
Widens visibility such that any package within ShrinkWrap impl-base may access the utilities provided by
ClassLoaderSearchUtil
- ClassLoaderSearchUtilDelegator() - Constructor for class org.jboss.shrinkwrap.api.ClassLoaderSearchUtilDelegator
-
No instances, keep private
- clazz - Variable in class org.jboss.shrinkwrap.api.asset.ClassAsset
-
- CLEARMASK - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BlockSort
-
- 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.ShrinkWrapDirectoryStream
- 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.
- closed - Variable in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapDirectoryStream
-
- closeEntry(T) - Method in class org.jboss.shrinkwrap.impl.base.exporter.AbstractOnDemandInputStream
-
Closes the current entry context for the specified OutputStream
.
- closeEntry(TarBzOutputStream) - Method in class org.jboss.shrinkwrap.impl.base.exporter.tar.TarBz2OnDemandInputStream
-
- closeEntry(TarGzOutputStream) - Method in class org.jboss.shrinkwrap.impl.base.exporter.tar.TarGzOnDemandInputStream
-
- closeEntry(TarOutputStreamImpl) - Method in class org.jboss.shrinkwrap.impl.base.exporter.tar.TarOnDemandInputStreamBase
-
- closeEntry(ZipOutputStream) - Method in class org.jboss.shrinkwrap.impl.base.exporter.zip.ZipOnDemandInputStream
-
- 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.
- COLON - Static variable in interface org.jboss.shrinkwrap.api.formatter.FormattingConstants
-
Colon character
- combinedCRC - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
- compareTo(ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.path.BasicPath
- compareTo(Path) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapPath
- complete() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- 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.
- computedBlockCRC - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- computedCombinedCRC - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- concat(byte[], byte[], int) - Method in class org.jboss.shrinkwrap.api.nio.file.SeekableInMemoryByteChannel
-
Creates a new array which is the concatenated result of the two inputs, at the designated position (to be filled
with 0x00) in the case of a gap).
- 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 - Variable in class org.jboss.shrinkwrap.api.ArchiveFactory
-
Configuration for all archives created from this factory
- Configuration - Class in org.jboss.shrinkwrap.api
-
Encapsulates all configuration for a given
Domain
.
- Configuration(ConfigurationBuilder) - Constructor for class org.jboss.shrinkwrap.api.Configuration
-
Creates a new configuration instance using properties contained in the specified
ConfigurationBuilder
.
- configuration - Variable in class org.jboss.shrinkwrap.api.Domain
-
Configuration for this Domain
- configuration - Variable in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Configuration for this archive
- 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
-
- ContainerBase.GetTcclAction - Enum in org.jboss.shrinkwrap.impl.base.container
-
Obtains the Thread
Context ClassLoader
- 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
- content - Variable in class org.jboss.shrinkwrap.api.asset.ByteArrayAsset
-
Underlying content
- content - Variable in enum org.jboss.shrinkwrap.api.asset.EmptyAsset
-
Empty contents
- content - Variable in class org.jboss.shrinkwrap.api.asset.StringAsset
-
Underlying content.
- content - Variable in class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase
-
- contents - Variable in class org.jboss.shrinkwrap.api.nio.file.SeekableInMemoryByteChannel
-
Internal buffer for contents; guarded by "this"
- context - Variable in class org.jboss.shrinkwrap.impl.base.path.BasicPath
-
The context which this path represents; immutable so we're thread-safe.
- 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
-
- copy(InputStream, SeekableByteChannel) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystemProvider
-
Writes the contents of the InputStream
to the SeekableByteChannel
- 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.
- countOccurrences(String, char, int) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapPath
-
Returns the number of occurrences of the specified character in the specified String
, starting at the
specified offset
- 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
-
- covarientReturn() - Method in class org.jboss.shrinkwrap.impl.base.importer.tar.TarImporterBase
-
Provides covarient return
- crc - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- crc - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
- CRC - Class in org.jboss.shrinkwrap.impl.base.io.tar.bzip
-
A simple class the hold and calculate the CRC for sanity checking of the
data.
- CRC() - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.bzip.CRC
-
- crc32Table - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.CRC
-
- 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.
- createDefaultExtensionLoader() - Method in class org.jboss.shrinkwrap.api.ConfigurationBuilder
-
- createdFileSystems - Variable in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystemProvider
-
- 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
-
- createExtension(Class<T>, Archive<?>) - Method in class org.jboss.shrinkwrap.impl.base.ServiceExtensionLoader
-
Creates an instance of extensionImplClass
using archive
as the parameter for its
one-argument list constructor.
- createFromCache(Class<T>, Archive<?>) - Method in class org.jboss.shrinkwrap.impl.base.ServiceExtensionLoader
-
- createFromLoadExtension(Class<T>, Archive<?>) - Method in class org.jboss.shrinkwrap.impl.base.ServiceExtensionLoader
-
Creates a new instance of a extensionClass
implementation.
- 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
.
- createHuffmanDecodingTables(int, int) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
Called by recvDecodingTables() exclusively.
- createInstance(Class<?>[], Object[]) - Static method in class org.jboss.shrinkwrap.api.ArchivePaths
-
- createNewFsLock - Variable in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystemProvider
-
Lock for creation of a new filesystem and other tasks which should block until this op has completed
- 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.
- createOutputStream(OutputStream) - Method in class org.jboss.shrinkwrap.impl.base.exporter.tar.TarBz2OnDemandInputStream
-
- createOutputStream(OutputStream) - Method in class org.jboss.shrinkwrap.impl.base.exporter.tar.TarGzOnDemandInputStream
-
- createOutputStream(OutputStream) - Method in class org.jboss.shrinkwrap.impl.base.exporter.tar.TarOnDemandInputStream
-
- createOutputStream(OutputStream) - Method in class org.jboss.shrinkwrap.impl.base.exporter.zip.ZipOnDemandInputStream
-
- createRegExpFilter(String, Package...) - Static method in class org.jboss.shrinkwrap.api.Filters
-
- createRegExpFilter(String, Class<?>...) - Static method in class org.jboss.shrinkwrap.api.Filters
-
- creationTime() - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileAttributes
-
- currBlkIdx - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarBuffer
-
- currBytes - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStreamImpl
-
- currentChar - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- currentChar - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
- currentEntry - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarBzOutputStream
-
- currentEntry - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarGzOutputStream
-
- currentEntry - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStream
-
- currentNodeStream - Variable in class org.jboss.shrinkwrap.impl.base.exporter.AbstractOnDemandInputStream
-
Stream of currently processed Node.
- currentPath - Variable in class org.jboss.shrinkwrap.impl.base.exporter.AbstractOnDemandInputStream
-
Currently processed archive path - for displaying exception.
- currEntry - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
- currentState - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- currRecIdx - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarBuffer
-
- currSize - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStreamImpl
-
- eclass - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BlockSort
-
- eFactory - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
- EMPTY - Static variable in class org.jboss.shrinkwrap.api.classloader.ShrinkWrapClassLoader
-
Empty String
- EMPTY - Static variable in class org.jboss.shrinkwrap.impl.base.path.PathUtil
-
Empty String
- EmptyAsset - Enum in org.jboss.shrinkwrap.api.asset
-
Implementation of a
Asset
having empty content.
- EmptyAsset() - Constructor for enum org.jboss.shrinkwrap.api.asset.EmptyAsset
-
- endAsset() - Method in class org.jboss.shrinkwrap.impl.base.exporter.AbstractOnDemandInputStream
-
Close entry in stream.
- endBlock() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- endBlock() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
- endCompression() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
- endsWith(Path) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapPath
- endsWith(String) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapPath
- EnterpriseArchive - Interface in org.jboss.shrinkwrap.api.spec
-
Traditional EAR (Java Enterprise Archive) structure.
- EnterpriseArchiveImpl - Class in org.jboss.shrinkwrap.impl.base.spec
-
EnterpriseArchiveImpl
- EnterpriseArchiveImpl(Archive<?>) - Constructor for class org.jboss.shrinkwrap.impl.base.spec.EnterpriseArchiveImpl
-
Create a new EnterpriseArchive with any type storage engine as backing.
- EnterpriseContainer<T extends Archive<T>> - Interface in org.jboss.shrinkwrap.api.container
-
Defines the contract for a component capable of storing Enterprise related resources.
- EnterpriseContainerBase<T extends Archive<T>> - Class in org.jboss.shrinkwrap.impl.base.container
-
EnterpriseContainerSupport
Abstract class that helps implement the EnterpriseContainer.
- EnterpriseContainerBase(Class<T>, Archive<?>) - Constructor for class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
- entry - Variable in class org.jboss.shrinkwrap.impl.base.asset.ZipFileEntryAsset
-
- EntryAdapter() - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream.EntryAdapter
-
- entryOffset - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
- entrySize - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
- ENV_KEY_ARCHIVE - Static variable in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystemProvider
-
Environment key for creating a new FileSystem
denoting the archive
- EOF - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- equals(Object) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
- equals(Object) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
- equals(TarEntry) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Determine if the two entries are equal.
- equals(Object) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
- equals(Object) - Method in class org.jboss.shrinkwrap.impl.base.NodeImpl
-
- equals(Object) - Method in class org.jboss.shrinkwrap.impl.base.path.BasicPath
- equals(Object) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapPath
- exclude(String) - Static method in class org.jboss.shrinkwrap.api.Filters
-
- exclude(Package...) - Static method in class org.jboss.shrinkwrap.api.Filters
-
Filter
that includes listed
Package
.
- exclude(Class<?>...) - Static method in class org.jboss.shrinkwrap.api.Filters
-
Filter
that excludes listed
Class
.
- excludePaths(String...) - Static method in class org.jboss.shrinkwrap.api.Filters
-
- excludePaths(Collection<String>) - Static method in class org.jboss.shrinkwrap.api.Filters
-
- ExcludePaths - Class in org.jboss.shrinkwrap.impl.base.filter
-
IncludePaths
Filter to exclude all
ArchivePath
s that match the given List of paths.
- ExcludePaths(String...) - Constructor for class org.jboss.shrinkwrap.impl.base.filter.ExcludePaths
-
- ExcludePaths(Collection<String>) - Constructor for class org.jboss.shrinkwrap.impl.base.filter.ExcludePaths
-
- ExcludeRegExpPaths - Class in org.jboss.shrinkwrap.impl.base.filter
-
IncludeRegExpPath
Filter to exclude all
ArchivePath
s that match a given Regular Expression.
- ExcludeRegExpPaths(String) - Constructor for class org.jboss.shrinkwrap.impl.base.filter.ExcludeRegExpPaths
-
- execute(S) - Method in interface org.jboss.shrinkwrap.impl.base.io.StreamTask
-
This method execute's this StreamTask with the provided stream.
- executorService - Variable in class org.jboss.shrinkwrap.api.Configuration
-
- executorService - Variable in class org.jboss.shrinkwrap.api.ConfigurationBuilder
-
ExecutorService
used for all asynchronous operations
- executorService(ExecutorService) - Method in class org.jboss.shrinkwrap.api.ConfigurationBuilder
-
Sets the ExecutorService
to be used, returning this instance
- ExplodedExporter - Interface in org.jboss.shrinkwrap.api.exporter
-
Exporter used to export an Archive as an exploded directory structure.
- ExplodedExporterDelegate - Class in org.jboss.shrinkwrap.impl.base.exporter
-
ExplodedExporterDelegate
Delegate used to export an archive into an exploded directory structure.
- ExplodedExporterDelegate(Archive<?>, File) - Constructor for class org.jboss.shrinkwrap.impl.base.exporter.ExplodedExporterDelegate
-
Creates a new exploded exporter delegate for the provided
Archive
- ExplodedExporterImpl - Class in org.jboss.shrinkwrap.impl.base.exporter
-
ExplodedExporterImpl
Implementation of ExplodedExporter used to export an Archive as an exploded directory structure.
- ExplodedExporterImpl(Archive<?>) - Constructor for class org.jboss.shrinkwrap.impl.base.exporter.ExplodedExporterImpl
-
- ExplodedImporter - Interface in org.jboss.shrinkwrap.api.importer
-
Importer used to import Exploded directory structures into a
Archive
- ExplodedImporterImpl - Class in org.jboss.shrinkwrap.impl.base.importer
-
ExplodedImporterImpl
Importer used to import Exploded directory structures into a
Archive
- ExplodedImporterImpl(Archive<?>) - Constructor for class org.jboss.shrinkwrap.impl.base.importer.ExplodedImporterImpl
-
- export() - Method in class org.jboss.shrinkwrap.impl.base.exporter.AbstractExporterDelegate
-
Runs the export operation, returning the result
- export(Archive<?>, File) - Method in class org.jboss.shrinkwrap.impl.base.exporter.ExplodedExporterImpl
-
- exportAsInputStream() - Method in interface org.jboss.shrinkwrap.api.exporter.StreamExporter
-
Exports this reference in an implementation-specific format represented by the returned new InputStream
instance
- exportAsInputStream() - Method in class org.jboss.shrinkwrap.impl.base.exporter.tar.TarBz2ExporterImpl
-
Exports this reference in an implementation-specific format represented by the returned new InputStream
instance
- exportAsInputStream() - Method in class org.jboss.shrinkwrap.impl.base.exporter.tar.TarExporterImpl
-
Exports this reference in an implementation-specific format represented by the returned new InputStream
instance
- exportAsInputStream() - Method in class org.jboss.shrinkwrap.impl.base.exporter.tar.TarGzExporterImpl
-
Exports this reference in an implementation-specific format represented by the returned new InputStream
instance
- exportAsInputStream() - Method in class org.jboss.shrinkwrap.impl.base.exporter.zip.ZipExporterImpl
-
Exports this reference in an implementation-specific format represented by the returned new InputStream
instance
- exporter - Variable in class org.jboss.shrinkwrap.api.asset.ArchiveAsset
-
Exporter used to represent this archive as a InputStream
- exporter - Variable in class org.jboss.shrinkwrap.impl.base.ArchiveFormatStreamBindings
-
- exportExploded(File) - Method in interface org.jboss.shrinkwrap.api.exporter.ExplodedExporter
-
Exports provided archive as an exploded directory structure.
- exportExploded(File, String) - Method in interface org.jboss.shrinkwrap.api.exporter.ExplodedExporter
-
Exports provided archive as an exploded directory structure.
- exportExploded(File) - Method in class org.jboss.shrinkwrap.impl.base.exporter.ExplodedExporterImpl
-
Exports provided archive as an exploded directory structure.
- exportExploded(File, String) - Method in class org.jboss.shrinkwrap.impl.base.exporter.ExplodedExporterImpl
-
Exports provided archive as an exploded directory structure.
- exportExplodedInto(File) - Method in interface org.jboss.shrinkwrap.api.exporter.ExplodedExporter
-
Exports provided archive as an exploded directory structure
into the given directory.
- exportExplodedInto(File) - Method in class org.jboss.shrinkwrap.impl.base.exporter.ExplodedExporterImpl
-
- exportTo(OutputStream) - Method in interface org.jboss.shrinkwrap.api.exporter.StreamExporter
-
Exports provided archive in an implementation-specific format, written to the specified OutputStream
target.
- exportTo(File) - Method in interface org.jboss.shrinkwrap.api.exporter.StreamExporter
-
Exports provided archive as in an implementation-specific format, written to the specified File
target.
- exportTo(File, boolean) - Method in interface org.jboss.shrinkwrap.api.exporter.StreamExporter
-
Exports provided archive an implementation-specific format, written to the specified File
target.
- exportTo(OutputStream) - Method in class org.jboss.shrinkwrap.impl.base.exporter.AbstractStreamExporterImpl
-
Exports provided archive in an implementation-specific format, written to the specified OutputStream
target.
- exportTo(File, boolean) - Method in class org.jboss.shrinkwrap.impl.base.exporter.AbstractStreamExporterImpl
-
Exports provided archive an implementation-specific format, written to the specified File
target.
- exportTo(File) - Method in class org.jboss.shrinkwrap.impl.base.exporter.AbstractStreamExporterImpl
-
Exports provided archive as in an implementation-specific format, written to the specified File
target.
- expression - Variable in class org.jboss.shrinkwrap.impl.base.filter.ExcludeRegExpPaths
-
- expression - Variable in class org.jboss.shrinkwrap.impl.base.filter.IncludeRegExpPaths
-
- extension - Variable in class org.jboss.shrinkwrap.impl.base.ExtensionWrapper
-
- EXTENSION_CLASS - Static variable in class org.jboss.shrinkwrap.api.asset.ClassAsset
-
The filename extension appended to classes
- EXTENSION_CLASS - Static variable in class org.jboss.shrinkwrap.impl.base.asset.AssetUtil
-
Extension applied to .class files
- EXTENSION_LOADER_IMPL - Static variable in class org.jboss.shrinkwrap.api.ConfigurationBuilder
-
- extensionLoader - Variable in class org.jboss.shrinkwrap.api.Configuration
-
Loader mapping archive types to the appropriate underlying implementation
- extensionLoader - Variable in class org.jboss.shrinkwrap.api.ConfigurationBuilder
-
Loader mapping archive types to the appropriate underlying implementation
- extensionLoader(ExtensionLoader) - Method in class org.jboss.shrinkwrap.api.ConfigurationBuilder
-
- ExtensionLoader - Interface in org.jboss.shrinkwrap.api
-
ExtensionLoader
Describes a way for the
Archive
to load extensions.
- ExtensionLoadingException - Exception in org.jboss.shrinkwrap.impl.base
-
ExtensionLoadingException This Unchecked Exception Class is thrown from the
ServiceExtensionLoader
when something wrong has happened that we can not
recover from.
- ExtensionLoadingException(String) - Constructor for exception org.jboss.shrinkwrap.impl.base.ExtensionLoadingException
-
- ExtensionLoadingException(String, Throwable) - Constructor for exception org.jboss.shrinkwrap.impl.base.ExtensionLoadingException
-
- extensionMappings - Variable in class org.jboss.shrinkwrap.impl.base.ServiceExtensionLoader
-
- ExtensionWrapper - Class in org.jboss.shrinkwrap.impl.base
-
- ExtensionWrapper(String, Map<String, String>, Class<? extends Assignable>) - Constructor for class org.jboss.shrinkwrap.impl.base.ExtensionWrapper
-
- extractContents(File) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Perform the "extract" command and extract the contents of the archive.
- extractEntry(File, TarEntry) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Extract an entry from the archive.
- G_SIZE - Static variable in interface org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2Constants
-
- generateMTFValues() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
- generateMTFValues_yy - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream.Data
-
- 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.importer.tar.TarBz2ImporterImpl
-
Returns the actual class for this implementation
- getActualClass() - Method in class org.jboss.shrinkwrap.impl.base.importer.tar.TarGzImporterImpl
-
Returns the actual class for this implementation
- getActualClass() - Method in class org.jboss.shrinkwrap.impl.base.importer.tar.TarImporterBase
-
Returns the actual class for this implementation
- getActualClass() - Method in class org.jboss.shrinkwrap.impl.base.importer.tar.TarImporterImpl
-
Returns the actual class for this implementation
- getActualClass() - Method in class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveImpl
-
Exposes the actual class used in casting
- getAndMoveToFrontDecode() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- getAndMoveToFrontDecode0(int) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- getAndMoveToFrontDecode_yy - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream.Data
-
- 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
- getArchive() - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileAttributes
-
- getArchive() - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystem
-
Obtains the underlying archive
- getArchive(Path) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystemProvider
-
Obtains the underlying archive associated with the specified Path
- getArchiveClassLoaders() - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- 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
-
- getClassLoaders() - Method in class org.jboss.shrinkwrap.impl.base.ServiceExtensionLoader
-
- 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
-
- getConstructor(Class<?>, Class<?>...) - Static method in class org.jboss.shrinkwrap.api.SecurityActions
-
Obtains the Constructor specified from the given Class and argument types
- getConstructor(Class<?>, Class<?>...) - Static method in class org.jboss.shrinkwrap.impl.base.SecurityActions
-
Obtains the Constructor specified from the given Class and argument types
- getConstructors(Class<?>) - Static method in class org.jboss.shrinkwrap.impl.base.SecurityActions
-
- 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.
- getContents() - Method in class org.jboss.shrinkwrap.api.nio.file.SeekableInMemoryByteChannel
-
Obtain a copy of the contents of this Channel
as an InputStream
- 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() - Method in enum org.jboss.shrinkwrap.api.ShrinkWrap.DefaultDomainWrapper
-
Obtains the default domain for the system
- 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.
- getEclass() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BlockSort
-
- 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
-
- getExporter() - Method in class org.jboss.shrinkwrap.impl.base.ArchiveFormatStreamBindings
-
- 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.
- getFilterInstance(String, Class<?>[], Object[]) - Static method in class org.jboss.shrinkwrap.api.Filters
-
Creates a new
Filter
instance using the given impl class name, constructor arguments and type
- getFinalCRC() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.CRC
-
- getFromCache(Class<T>) - Method in class org.jboss.shrinkwrap.impl.base.ServiceExtensionLoader
-
- 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.
- getGlobalCRC() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.CRC
-
- 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
- getImporter() - Method in class org.jboss.shrinkwrap.impl.base.ArchiveFormatStreamBindings
-
- getInnerClasses(ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- getInputStreamForFile(File) - Method in class org.jboss.shrinkwrap.impl.base.importer.tar.TarImporterBase
-
Obtains an implementation-specific stream to the specified File
- getInputStreamForRawStream(InputStream) - Method in class org.jboss.shrinkwrap.impl.base.importer.tar.TarBz2ImporterImpl
-
Obtains the correct InputStream
wrapper type for the specified raw data input
- getInputStreamForRawStream(InputStream) - Method in class org.jboss.shrinkwrap.impl.base.importer.tar.TarGzImporterImpl
-
Obtains the correct InputStream
wrapper type for the specified raw data input
- getInputStreamForRawStream(InputStream) - Method in class org.jboss.shrinkwrap.impl.base.importer.tar.TarImporterBase
-
Obtains the correct InputStream
wrapper type for the specified raw data input
- getInputStreamForRawStream(InputStream) - Method in class org.jboss.shrinkwrap.impl.base.importer.tar.TarImporterImpl
-
Obtains the correct InputStream
wrapper type for the specified raw data input
- 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.
- getNestedNode(ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase
-
Attempt to get the asset from a nested archive.
- getNestedPath(ArchivePath, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase
-
Given a full path and a base path return a new path containing the full path with the base path removed from the
beginning.
- getNextEntry() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
Get the next entry in this tar archive.
- getNumAssets(Archive<?>) - Method in enum org.jboss.shrinkwrap.api.formatter.SimpleFormatter
-
Returns the number of assets on an
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
-
Obtains an OutputStream
to the provided File
.
- 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(ArchivePath) - Static method in class org.jboss.shrinkwrap.impl.base.path.PathUtil
-
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
-
- getProperty(String) - Method in class org.jboss.shrinkwrap.impl.base.ExtensionWrapper
-
Gets the value for the given key in the properties map.
- 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.
- getResourceNameOfClass(Class<?>) - Method in class org.jboss.shrinkwrap.api.asset.ClassAsset
-
Returns the name of the class such that it may be accessed via ClassLoader.getResource()
- 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.
- getResult() - Method in class org.jboss.shrinkwrap.impl.base.exporter.tar.TarBz2ExporterDelegate
-
- getResult() - Method in class org.jboss.shrinkwrap.impl.base.exporter.tar.TarExporterDelegate
-
- getResult() - Method in class org.jboss.shrinkwrap.impl.base.exporter.tar.TarGzExporterDelegate
-
- getResult() - Method in class org.jboss.shrinkwrap.impl.base.exporter.zip.ZipExporterDelegate
-
- getRoot() - Method in enum org.jboss.shrinkwrap.api.ArchivePaths.RootPathWrapper
-
- 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.
- GetTcclAction() - Constructor for enum org.jboss.shrinkwrap.api.SecurityActions.GetTcclAction
-
- GetTcclAction() - Constructor for enum org.jboss.shrinkwrap.impl.base.container.ContainerBase.GetTcclAction
-
- getTempDirectory() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Get the current temporary directory path.
- getTempFilePath(File) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Get a path for a temporary file for a given File.
- getThreadContextClassLoader() - Static method in class org.jboss.shrinkwrap.api.asset.SecurityActions
-
Obtains the Thread Context ClassLoader
- getThreadContextClassLoader() - Static method in class org.jboss.shrinkwrap.api.SecurityActions
-
Obtains the Thread Context ClassLoader
- 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.
- globalCrc - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.CRC
-
- 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.
- GREATER_ICOST - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
- 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.
- gzip - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarGzOutputStream
-
- 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.
- mainQSort3(BZip2CompressorOutputStream.Data, int, int, int, int) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BlockSort
-
Method "mainQSort3", file "blocksort.c", BZip2 1.0.2
- mainSimpleSort(BZip2CompressorOutputStream.Data, int, int, int, int) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BlockSort
-
This is the most hammered method of this class.
- mainSort(BZip2CompressorOutputStream.Data, int) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BlockSort
-
- mainSort_bigDone - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BlockSort
-
- mainSort_copy - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BlockSort
-
- mainSort_runningOrder - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BlockSort
-
- makeMaps() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- 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_ALPHA_SIZE - Static variable in interface org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2Constants
-
- MAX_BLOCKSIZE - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
The maximum supported blocksize == 9.
- MAX_CODE_LEN - Static variable in interface org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2Constants
-
- MAX_SELECTORS - Static variable in interface org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2Constants
-
- med3(byte, byte, byte) - Static method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BlockSort
-
- 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.
- MemoryAsset(SeekableInMemoryByteChannel) - Constructor for class org.jboss.shrinkwrap.api.nio.file.MemoryAsset
-
- 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
-
Sets the name of this
MemoryNamedAsset
via
Path.toString()
of the specified (required)
Path
- 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.
- merge(String, String[]) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystem
-
Merges the path context with a varargs String sub-contexts, returning the result
- MIN_BLOCKSIZE - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
The minimum supported blocksize == 1.
- minLens - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream.Data
-
- 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
- moveToFrontCodeAndSend() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
- mtfFreq - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream.Data
-
- scanPackage() - Method in class org.jboss.shrinkwrap.impl.base.URLPackageScanner
-
- SCHEME - Static variable in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystemProvider
-
Scheme
- SecurityActions - Class in org.jboss.shrinkwrap.api.asset
-
SecurityActions
A set of privileged actions that are not to leak out of this package
- SecurityActions() - Constructor for class org.jboss.shrinkwrap.api.asset.SecurityActions
-
No external instantiation
- SecurityActions - Class in org.jboss.shrinkwrap.api
-
A set of privileged actions that are not to leak out of this package
- SecurityActions() - Constructor for class org.jboss.shrinkwrap.api.SecurityActions
-
No instantiation
- SecurityActions - Class in org.jboss.shrinkwrap.impl.base
-
SecurityActions
A set of privileged actions that are not to leak out of this package
- SecurityActions() - Constructor for class org.jboss.shrinkwrap.impl.base.SecurityActions
-
No instantiation
- SecurityActions.GetTcclAction - Enum in org.jboss.shrinkwrap.api
-
Single instance to get the TCCL
- SeekableInMemoryByteChannel - Class in org.jboss.shrinkwrap.api.nio.file
-
SeekableByteChannel
implementation backed by an auto-resizing byte array; thread-safe.
- SeekableInMemoryByteChannel() - Constructor for class org.jboss.shrinkwrap.api.nio.file.SeekableInMemoryByteChannel
-
Creates a new instance with 0 size and 0 position, and open.
- selector - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream.Data
-
- selector - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream.Data
-
- selectorMtf - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream.Data
-
- selectorMtf - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream.Data
-
- sendMTFValues() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
- sendMTFValues0(int, int) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
- sendMTFValues1(int, int) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
- sendMTFValues2(int, int) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
- sendMTFValues2_pos - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream.Data
-
- sendMTFValues3(int, int) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
- sendMTFValues4() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
- sendMTFValues5(int, int) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
- sendMTFValues6(int, int) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
- sendMTFValues7() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream
-
- sendMTFValues_code - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream.Data
-
- sendMTFValues_cost - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream.Data
-
- sendMTFValues_fave - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream.Data
-
- sendMTFValues_len - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream.Data
-
- sendMTFValues_rfreq - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream.Data
-
- sentMTFValues4_inUse16 - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream.Data
-
- 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
- seqToUnseq - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream.Data
-
- SerializableView - Interface in org.jboss.shrinkwrap.api.serialization
-
- serialVersionUID - Static variable in exception org.jboss.shrinkwrap.api.exporter.ArchiveExportException
-
- serialVersionUID - Static variable in exception org.jboss.shrinkwrap.api.exporter.FileExistsException
-
serialVersionUID
- serialVersionUID - Static variable in exception org.jboss.shrinkwrap.api.IllegalArchivePathException
-
- serialVersionUID - Static variable in exception org.jboss.shrinkwrap.api.IllegalOverwriteException
-
- serialVersionUID - Static variable in exception org.jboss.shrinkwrap.api.importer.ArchiveImportException
-
- serialVersionUID - Static variable in exception org.jboss.shrinkwrap.api.UnknownExtensionTypeException
-
serialVersionUID
- serialVersionUID - Static variable in exception org.jboss.shrinkwrap.impl.base.ExtensionLoadingException
-
- serialVersionUID - Static variable in exception org.jboss.shrinkwrap.impl.base.io.tar.InvalidHeaderException
-
- serialVersionUID - Static variable in class org.jboss.shrinkwrap.impl.base.serialization.ZipSerializableViewImpl
-
serialVersionUID
- 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
-
Adds a
File
to this
Archive
as application.xml.
- setApplicationXML(URL) - Method in interface org.jboss.shrinkwrap.api.container.EnterpriseContainer
-
Adds a
URL
to this
Archive
as application.xml.
- 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.
- setDefaults() - Method in class org.jboss.shrinkwrap.api.ConfigurationBuilder
-
Sets properties to their default values if they haven't been explicitly provided by the user.
- setEntryFactory(TarInputStream.EntryFactory) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
Sets the debugging flag.
- setGlobalCRC(int) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.CRC
-
- 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.
- SETMASK - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BlockSort
-
- 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.
- setTimes(FileTime, FileTime, FileTime) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileAttributeView
- 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".
- setupBlock() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- setupNoRandPartA() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- setupNoRandPartB() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- setupNoRandPartC() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- setupRandPartA() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- setupRandPartB() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- setupRandPartC() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- 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
-
- sfmap - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorOutputStream.Data
-
- 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.
- ShrinkWrap() - Constructor for class org.jboss.shrinkwrap.api.ShrinkWrap
-
Internal constructor; not to be called as this class provides static utilities only
- ShrinkWrap.DefaultDomainWrapper - Enum in org.jboss.shrinkwrap.api
-
Singleton wrapper to encapsulate a default domain
- 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.
- ShrinkWrapDirectoryStream - Class in org.jboss.shrinkwrap.impl.nio.file
-
ShrinkWrap implementation of a DirectoryStream
- ShrinkWrapDirectoryStream(Path, ShrinkWrapFileSystem, DirectoryStream.Filter<? super Path>) - Constructor for class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapDirectoryStream
-
Creates a new instance starting from startingPath with is required backing the specified
ShrinkWrapFileSystem
, which is required.
- ShrinkWrapFileAttributes - Class in org.jboss.shrinkwrap.impl.nio.file
-
ShrinkWrap implementation of BasicFileAttributes
; not all operations are supported
- ShrinkWrapFileAttributes(ShrinkWrapPath, Archive<?>) - Constructor for class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileAttributes
-
- ShrinkWrapFileAttributeView - Class in org.jboss.shrinkwrap.impl.nio.file
-
ShrinkWrap implementation of a BasicFileAttributeView
; immutable and Thread-safe
- ShrinkWrapFileAttributeView(ShrinkWrapFileAttributes) - Constructor for class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileAttributeView
-
- ShrinkWrapFileChannel - Class in org.jboss.shrinkwrap.impl.nio.file
-
FileChannel
implementation.
- ShrinkWrapFileChannel(SeekableByteChannel) - Constructor for class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileChannel
-
- ShrinkWrapFileStore - Class in org.jboss.shrinkwrap.impl.nio.file
-
FileStore
implementation for ShrinkWrap
Archive
s; immutable and thread-safe.
- 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
-
FileSystemProvider
implementation for ShrinkWrap
Archive
s.
- ShrinkWrapFileSystemProvider() - Constructor for class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapFileSystemProvider
-
- ShrinkWrapFileSystems - Class in org.jboss.shrinkwrap.api.nio.file
-
Convenience API bridge to the NIO.2
FileSystems
support for ShrinkWrap
Archive
s.
- ShrinkWrapFileSystems() - Constructor for class org.jboss.shrinkwrap.api.nio.file.ShrinkWrapFileSystems
-
- ShrinkWrapPath - Class in org.jboss.shrinkwrap.impl.nio.file
-
- ShrinkWrapPath(String, ShrinkWrapFileSystem) - Constructor for class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapPath
-
Constructs a new instance using the specified (required) canonical form and backing
ShrinkWrapFileSystem
- ShrinkWrapPath(ArchivePath, ShrinkWrapFileSystem) - Constructor for class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapPath
-
- SimpleFormatter - Enum in org.jboss.shrinkwrap.api.formatter
-
Formatter
implementation to provide a simple, one-line description of an
Archive
, including its name
- SimpleFormatter() - Constructor for enum org.jboss.shrinkwrap.api.formatter.SimpleFormatter
-
- 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.ShrinkWrapFileAttributes
- 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.
- SLASH - Static variable in interface org.jboss.shrinkwrap.api.formatter.FormattingConstants
-
Slash character.
- SMALL_THRESH - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BlockSort
-
- SPACE - Static variable in interface org.jboss.shrinkwrap.api.formatter.FormattingConstants
-
Space character
- stack_dd - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BlockSort
-
- stack_hh - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BlockSort
-
- stack_ll - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BlockSort
-
- STACK_SIZE - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BlockSort
-
- START_BLOCK_STATE - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- startAsset(String) - Method in class org.jboss.shrinkwrap.impl.base.exporter.AbstractOnDemandInputStream
-
Start entry in stream.
- startingPath - Variable in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapDirectoryStream
-
- startsWith(ArchivePath, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase
-
Check to see if one path starts with another
- startsWith(Path) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapPath
- startsWith(String) - Method in class org.jboss.shrinkwrap.impl.nio.file.ShrinkWrapPath
- storedBlockCRC - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- storedCombinedCRC - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- 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
-
Generic exporter capable of representing an
Assignable
as an
InputStream
, or writing its contents to
a provided
OutputStream
or
File
.
- 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 java.io.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
- su_ch2 - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- su_chPrev - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- su_count - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- su_i2 - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- su_j2 - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- su_rNToGo - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- su_rTPos - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- su_tPos - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- su_z - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream
-
- 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