- checkSum - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The entry's checksum.
- CHKSUMLEN - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The length of the checksum field in a header buffer.
- classFound(String) - Method in interface org.jboss.shrinkwrap.impl.base.URLPackageScanner.Callback
-
Called for each found class.
- ClassLoaderSearchUtilDelegator - Class in org.jboss.shrinkwrap.api
-
Widens visibility such that any package within ShrinkWrap impl-base may access the utilities provided by
ClassLoaderSearchUtil
- clone() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Clone the entry.
- clone() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
TarHeaders can be cloned.
- close() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarBuffer
-
Close the TarBuffer.
- 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.
- closeArchive() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Close the archive.
- closeEntry(T) - Method in class org.jboss.shrinkwrap.impl.base.exporter.AbstractOnDemandInputStream
-
Closes the current entry context for the specified
OutputStream
.
- closeEntry() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarGzOutputStream
-
- closeEntry() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStream
-
- closeEntry() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStreamImpl
-
Close an entry.
- closeOnComplete(S, StreamTask<S>) - Static method in class org.jboss.shrinkwrap.impl.base.io.IOUtil
-
Helper method to run a specified task and automatically handle the closing of the stream.
- closeOnComplete(S, StreamTask<S>, StreamErrorHandler) - Static method in class org.jboss.shrinkwrap.impl.base.io.IOUtil
-
Helper method to run a specified task and automatically handle the closing of the stream.
- compareTo(ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.path.BasicPath
- 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.
- 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
-
- ContainerBase<T extends Archive<T>> - Class in org.jboss.shrinkwrap.impl.base.container
-
ContainerBase
Abstract class that helps implement the Archive, ManifestContainer, ResourceContainer, ClassContainer and
LibraryContainer.
- ContainerBase(Class<T>, Archive<?>) - Constructor for class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- contains(ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
- contains(String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
- contains(ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase
- contains(String) - Method in class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase
- 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.
- 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.
- 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
-
- 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
-
- createOutputStream(OutputStream) - Method in class org.jboss.shrinkwrap.impl.base.exporter.AbstractOnDemandInputStream
-
Creates the real
OutputStream
to which we'll write, wrapping the provided target.
- currBytes - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStreamImpl
-
- currEntry - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
- currSize - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStreamImpl
-
- GenericArchiveImpl - Class in org.jboss.shrinkwrap.impl.base
-
- GenericArchiveImpl(Archive<?>) - Constructor for class org.jboss.shrinkwrap.impl.base.GenericArchiveImpl
-
Creates a new instance
- get(String) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
- get(ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
- get(String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
- get(ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase
- get() - Method in class org.jboss.shrinkwrap.impl.base.path.BasicPath
- getActualClass() - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
Exposes the actual class used in casting
- getActualClass() - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- getActualClass() - Method in class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveImpl
-
Exposes the actual class used in casting
- getApplicationPath() - Method in class org.jboss.shrinkwrap.impl.base.container.EnterpriseContainerBase
-
Should be implemented to set the path for Application related resources.
- getApplicationPath() - Method in class org.jboss.shrinkwrap.impl.base.spec.EnterpriseArchiveImpl
-
- getArchive() - Method in class org.jboss.shrinkwrap.impl.base.AssignableBase
-
Returns the underlying archive
- getArchive() - Method in class org.jboss.shrinkwrap.impl.base.exporter.AbstractExporterDelegate
-
Return the archive being exported
- getArchiveFormat() - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
- getArchiveFormat() - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
- getArchiveFormatFromExtensionMapping(Class<T>) - Method in class org.jboss.shrinkwrap.impl.base.ServiceExtensionLoader
- getAsset() - Method in class org.jboss.shrinkwrap.impl.base.NodeImpl
-
- getAsType(Class<X>, String) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
- getAsType(Class<X>, Filter<ArchivePath>) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
- getAsType(Class<X>, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
- getAsType(Class<X>, String, ArchiveFormat) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
- getAsType(Class<X>, ArchivePath, ArchiveFormat) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
- getAsType(Class<X>, Filter<ArchivePath>, ArchiveFormat) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
- getAsType(Class<X>, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
- getAsType(Class<X>, ArchivePath) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
- getAsType(Class<X>, Filter<ArchivePath>) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
- getAsType(Class<X>, String, ArchiveFormat) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
- getAsType(Class<X>, ArchivePath, ArchiveFormat) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
- getAsType(Class<X>, Filter<ArchivePath>, ArchiveFormat) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
- getBlockSize() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarBuffer
-
Get the TAR Buffer's block size.
- 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 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
- getConfiguration() - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
- getConfiguration() - Method in class org.jboss.shrinkwrap.impl.base.ConfigurableArchiveImpl
- getContent() - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
- getContent(Filter<ArchivePath>) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
- getContent() - Method in class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase
- getContent(Filter<ArchivePath>) - Method in class org.jboss.shrinkwrap.impl.base.MemoryMapArchiveBase
- 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.
- getDirectoryEntries() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
If this entry represents a file, and the file is a directory, return an array of TarEntries for this entry's
children.
- getEntryPosition() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
Get the number of bytes into the current TarEntry.
- getExtensionFromExtensionMapping(Class<T>) - Method in class org.jboss.shrinkwrap.impl.base.ServiceExtensionLoader
- getFile() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Get this entry's file.
- 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.
- getFileTarHeader(TarHeader, File) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Fill in a TarHeader with information from a File.
- getFullPathForClassResource(Class<?>) - Static method in class org.jboss.shrinkwrap.impl.base.asset.AssetUtil
-
Helper to extract a ClassResources full path.
- getFullPathForClassResource(String) - Static method in class org.jboss.shrinkwrap.impl.base.asset.AssetUtil
-
Helper to extract a ClassResources full path.
- getGroupId() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Get the group id being used for archive entry headers.
- getGroupId() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Get this entry's group id.
- getGroupName() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Get the group name being used for archive entry headers.
- getGroupName() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Get this entry's group name.
- getHeader() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Get this entry's header.
- getId() - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
- getId() - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
- getId() - Method in class org.jboss.shrinkwrap.impl.base.IdentifiableArchiveImpl
-
- 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 class org.jboss.shrinkwrap.impl.base.ArchiveBase
- getName() - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
- 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.
- 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.
- getNameForClassloaderResource(String) - Static method in class org.jboss.shrinkwrap.impl.base.asset.AssetUtil
-
Helper to extract a ClassloaderResources name.
- getNextEntry() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
Get the next entry in this tar archive.
- getOctalBytes(long, byte[], int, int) - Static method in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
Parse an octal integer from a header buffer.
- getOutputStreamToFile(File, boolean) - Method in class org.jboss.shrinkwrap.impl.base.exporter.AbstractStreamExporterImpl
-
- getParent() - Method in class org.jboss.shrinkwrap.impl.base.path.BasicPath
- getPath() - Method in class org.jboss.shrinkwrap.impl.base.NodeImpl
-
- getPathForClassloaderResource(String) - Static method in class org.jboss.shrinkwrap.impl.base.asset.AssetUtil
-
Helper to extract a ClassloaderResources path information.
- 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.TarGzOutputStream
-
- getRecordSize() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
Get the record size being used by this stream's TarBuffer.
- getRecordSize() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStream
-
- getRecordSize() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStreamImpl
-
Get the record size being used by this stream's TarBuffer.
- getResourcePath() - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
-
Should be implemented to set the path for Resource related resources.
- getResourcePath() - Method in class org.jboss.shrinkwrap.impl.base.GenericArchiveImpl
-
Should be implemented to set the path for Resource related resources.
- getResourcePath() - Method in class org.jboss.shrinkwrap.impl.base.spec.EnterpriseArchiveImpl
-
- getResourcePath() - Method in class org.jboss.shrinkwrap.impl.base.spec.JavaArchiveImpl
-
- getResourcePath() - Method in class org.jboss.shrinkwrap.impl.base.spec.ResourceAdapterArchiveImpl
-
- getResourcePath() - Method in class org.jboss.shrinkwrap.impl.base.spec.WebArchiveImpl
-
Should be implemented to set the path for Resource related resources.
- getResult() - Method in class org.jboss.shrinkwrap.impl.base.exporter.AbstractExporterDelegate
-
Return the results of the export.
- getResult() - Method in class org.jboss.shrinkwrap.impl.base.exporter.ExplodedExporterDelegate
-
Return the results of the export.
- 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.
- getStreamPosition() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
Get the number of bytes into the stream we are currently at.
- getTempDirectory() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Get the current temporary directory path.
- 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.
- getWebInfPath() - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
Returns the path to WEB-INF
- getWebInfPath() - Method in class org.jboss.shrinkwrap.impl.base.spec.WebArchiveImpl
-
Returns the path to WEB-INF
- getWebPath() - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
Returns the path to web resources
- getWebPath() - Method in class org.jboss.shrinkwrap.impl.base.spec.WebArchiveImpl
-
Returns the path to web resources
- GIDLEN - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The length of the group id field in a header buffer.
- GNAMELEN - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The length of the group name field in a header buffer.
- GNU_TMAGIC - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The magic tag representing a GNU tar archive.
- gnuFormat - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Set to true if this is a GNU 'ustar' format entry.
- groupId - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
- groupId - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The entry's group id.
- groupName - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
- groupName - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The entry's group name.
- scanPackage() - Method in class org.jboss.shrinkwrap.impl.base.URLPackageScanner
-
- 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.
- 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.
- 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.TarGzOutputStream
-
- setDebug(boolean) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
Sets the debugging flag.
- setDebug(boolean) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStream
-
- setDebug(boolean) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStreamImpl
-
Sets the debugging flag.
- setEntryFactory(TarInputStream.EntryFactory) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
Sets the debugging flag.
- setGNUTarFormat() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Sets this entry's header format to GNU "ustar".
- setGroupId(int) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Set this entry's group id.
- setGroupName(String) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Set this entry's group name.
- setId(String) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
-
- setId(String) - Method in class org.jboss.shrinkwrap.impl.base.IdentifiableArchiveImpl
-
- 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 class org.jboss.shrinkwrap.impl.base.container.ContainerBase
- setManifest(File) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
- setManifest(URL) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
- setManifest(Asset) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
- setManifest(Package, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
- 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 class org.jboss.shrinkwrap.impl.base.container.ResourceAdapterContainerBase
-
- setResourceAdapterXML(File) - Method in class org.jboss.shrinkwrap.impl.base.container.ResourceAdapterContainerBase
-
- setResourceAdapterXML(URL) - Method in class org.jboss.shrinkwrap.impl.base.container.ResourceAdapterContainerBase
-
- setResourceAdapterXML(Asset) - Method in class org.jboss.shrinkwrap.impl.base.container.ResourceAdapterContainerBase
-
- setResourceAdapterXML(Package, String) - Method in class org.jboss.shrinkwrap.impl.base.container.ResourceAdapterContainerBase
-
- setSize(long) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Set this entry's file size.
- setTarProgressDisplay(TarProgressDisplay) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Set the current progress display interface.
- setTempDirectory(String) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Set the current temporary directory path.
- setTransFileTyper(TarTransFileTyper) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Set the object that will determine if a file is of type ascii text for translation purposes.
- setUnixTarFormat() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Sets this entry's header format to "unix-style".
- setUserId(int) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Set this entry's user id.
- setUserInfo(int, String, int, String) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Set user and group information that will be used to fill in the tar archive's entry headers.
- setUserName(String) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Set this entry's user name.
- setUSTarFormat() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Sets this entry's header format to "ustar".
- setVerbose(boolean) - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
Set the verbosity flag.
- setWebXML(String) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
- setWebXML(File) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
- setWebXML(URL) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
- setWebXML(Asset) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
- setWebXML(Package, String) - Method in class org.jboss.shrinkwrap.impl.base.container.WebContainerBase
-
- shallowCopy() - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
- shallowCopy() - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
- showTarProgressMessage(String) - Method in interface org.jboss.shrinkwrap.impl.base.io.tar.TarProgressDisplay
-
Display a progress message.
- size - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The entry's size.
- 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.
- StreamErrorHandler - Interface in org.jboss.shrinkwrap.impl.base.io
-
Handler for errors that occur during StreamTask processing.
- StreamTask<S extends Closeable> - Interface in org.jboss.shrinkwrap.impl.base.io
-
A I/O operation to be executed against a I/O stream in the context of a StreamTemplate
- TarArchive - Class in org.jboss.shrinkwrap.impl.base.io.tar
-
The TarArchive class implements the concept of a tar archive.
- TarArchive(InputStream) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
The InputStream based constructors create a TarArchive for the purposes of e'x'tracting or lis't'ing a tar
archive.
- TarArchive(InputStream, int) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
- TarArchive(InputStream, int, int) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
- TarArchive(OutputStream) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
The OutputStream based constructors create a TarArchive for the purposes of 'c'reating a tar archive.
- TarArchive(OutputStream, int) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
- TarArchive(OutputStream, int, int) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
- TarBuffer - Class in org.jboss.shrinkwrap.impl.base.io.tar
-
The TarBuffer class implements the tar archive concept of a buffered input stream.
- TarBuffer(InputStream) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarBuffer
-
- TarBuffer(InputStream, int) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarBuffer
-
- TarBuffer(InputStream, int, int) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarBuffer
-
- TarBuffer(OutputStream) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarBuffer
-
- TarBuffer(OutputStream, int) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarBuffer
-
- TarBuffer(OutputStream, int, int) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarBuffer
-
- TarEntry - Class in org.jboss.shrinkwrap.impl.base.io.tar
-
This class represents an entry in a Tar archive.
- TarEntry() - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
The default constructor is protected for use only by subclasses.
- TarEntry(String) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Construct an entry with only a name.
- TarEntry(File) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Construct an entry for a file.
- TarEntry(byte[]) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
Construct an entry from an archive's header bytes.
- TarExporterImpl - Class in org.jboss.shrinkwrap.impl.base.exporter.tar
-
Implementation of
TarGzExporter
used to export an Archive as a TAR format.
- TarExporterImpl(Archive<?>) - Constructor for class org.jboss.shrinkwrap.impl.base.exporter.tar.TarExporterImpl
-
Creates a new exporter for the specified archive
- TarGzExporterImpl - Class in org.jboss.shrinkwrap.impl.base.exporter.tar
-
Implementation of
TarGzExporter
used to export an Archive as a TAR format encoded in GZIP.
- TarGzExporterImpl(Archive<?>) - Constructor for class org.jboss.shrinkwrap.impl.base.exporter.tar.TarGzExporterImpl
-
Creates a new exporter for the specified archive
- TarGzImporterImpl - Class in org.jboss.shrinkwrap.impl.base.importer.tar
-
Used to import existing TAR.GZ files/streams into the given
Archive
- TarGzImporterImpl(Archive<?>) - Constructor for class org.jboss.shrinkwrap.impl.base.importer.tar.TarGzImporterImpl
-
- TarGzInputStream - Class in org.jboss.shrinkwrap.impl.base.io.tar
-
The
TarGzInputStream
reads a UNIX TAR archive, further encoded in GZIP compresssion, as an InputStream.
- TarGzInputStream(InputStream) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarGzInputStream
-
- TarGzInputStream(InputStream, int) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarGzInputStream
-
- TarGzInputStream(InputStream, int, int) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarGzInputStream
-
- TarGzOutputStream - Class in org.jboss.shrinkwrap.impl.base.io.tar
-
Outputs tar.gz files.
- TarGzOutputStream(OutputStream) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarGzOutputStream
-
- TarHeader - Class in org.jboss.shrinkwrap.impl.base.io.tar
-
This class encapsulates the Tar Entry Header used in Tar Archives.
- TarHeader() - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
- TarImporterImpl - Class in org.jboss.shrinkwrap.impl.base.importer.tar
-
Used to import existing TAR files/streams into the given
Archive
- TarImporterImpl(Archive<?>) - Constructor for class org.jboss.shrinkwrap.impl.base.importer.tar.TarImporterImpl
-
- tarIn - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
- TarInputStream - Class in org.jboss.shrinkwrap.impl.base.io.tar
-
The TarInputStream reads a UNIX tar archive as an InputStream.
- TarInputStream(InputStream) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
- TarInputStream(InputStream, int) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
- TarInputStream(InputStream, int, int) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream
-
- TarInputStream.EntryAdapter - Class in org.jboss.shrinkwrap.impl.base.io.tar
-
- TarInputStream.EntryAdapter() - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarInputStream.EntryAdapter
-
- TarInputStream.EntryFactory - Interface in org.jboss.shrinkwrap.impl.base.io.tar
-
This interface is provided, with the method setEntryFactory(), to allow the programmer to have their own TarEntry
subclass instantiated for the entries return from getNextEntry().
- tarOut - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
- TarOutputStream - Class in org.jboss.shrinkwrap.impl.base.io.tar
-
Outputs TAR files; essentially a copy (ie.
- TarOutputStream(OutputStream) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStream
-
- TarOutputStreamImpl - Class in org.jboss.shrinkwrap.impl.base.io.tar
-
The TarOutputStream writes a UNIX tar archive as an OutputStream.
- TarOutputStreamImpl(OutputStream) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStreamImpl
-
- TarOutputStreamImpl(OutputStream, int) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStreamImpl
-
- TarOutputStreamImpl(OutputStream, int, int) - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarOutputStreamImpl
-
- TarProgressDisplay - Interface in org.jboss.shrinkwrap.impl.base.io.tar
-
This interface is provided to TarArchive to display progress information during operation.
- TarTransFileTyper - Class in org.jboss.shrinkwrap.impl.base.io.tar
-
This interface indicates if a file qualifies for ASCII translation.
- TarTransFileTyper() - Constructor for class org.jboss.shrinkwrap.impl.base.io.tar.TarTransFileTyper
-
- tempPath - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-
- TMAGIC - Static variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
The magic tag representing a POSIX tar archive.
- toString() - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
- toString(boolean) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
- toString(Formatter) - Method in class org.jboss.shrinkwrap.impl.base.ArchiveBase
- toString() - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
- toString(boolean) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
- toString(Formatter) - Method in class org.jboss.shrinkwrap.impl.base.container.ContainerBase
- toString() - Method in class org.jboss.shrinkwrap.impl.base.io.tar.TarEntry
-
- toString() - Method in class org.jboss.shrinkwrap.impl.base.NodeImpl
-
- toString() - Method in class org.jboss.shrinkwrap.impl.base.path.BasicPath
- transTyper - Variable in class org.jboss.shrinkwrap.impl.base.io.tar.TarArchive
-