Uses of Interface
org.jboss.shrinkwrap.api.Archive
-
-
Uses of Archive in org.jboss.shrinkwrap.api
Classes in org.jboss.shrinkwrap.api with type parameters of type Archive Modifier and Type Interface Description interfaceArchive<T extends Archive<T>>Represents a collection of resources which may be constructed programmatically.Subinterfaces of Archive in org.jboss.shrinkwrap.api Modifier and Type Interface Description interfaceGenericArchiveSimpleArchiveextension which closes the generic context as a convenience to users not requiring any spec archive type.Methods in org.jboss.shrinkwrap.api with type parameters of type Archive Modifier and Type Method Description <T extends Archive<T>>
ArchiveFormatExtensionLoader. getArchiveFormatFromExtensionMapping(java.lang.Class<T> extensionClass)Gets theArchiveFormatfor the given type from the extensionMapping<X extends Archive<X>>
XArchive. getAsType(java.lang.Class<X> type, java.lang.String path)Get a nestedArchiveas a specific type.
The found Archives must have been added as a Archive, no import is performed.<X extends Archive<X>>
XArchive. getAsType(java.lang.Class<X> type, java.lang.String path, ArchiveFormat archiveFormat)Get a nestedArchiveas a specific type using the specifyArchiveFormat<X extends Archive<X>>
XArchive. getAsType(java.lang.Class<X> type, ArchivePath path)Get a nestedArchiveas a specific type.
The found Archives must have been added as a Archive, no import is performed.<X extends Archive<X>>
XArchive. getAsType(java.lang.Class<X> type, ArchivePath path, ArchiveFormat archiveFormat)<X extends Archive<X>>
java.util.Collection<X>Archive. getAsType(java.lang.Class<X> type, Filter<ArchivePath> filter)Get all nestedArchivematching the filter as a specific type.
The found Archives must have been added as a Archive, no import is performed.<X extends Archive<X>>
java.util.Collection<X>Archive. getAsType(java.lang.Class<X> type, Filter<ArchivePath> filter, ArchiveFormat archiveFormat)Get all nestedArchivematching the filter as a specific type using the specifyArchiveFormat.Methods in org.jboss.shrinkwrap.api that return Archive Modifier and Type Method Description Archive<T>Archive. shallowCopy()Creates a shallow copy of thisArchive.Archive<T>Archive. shallowCopy(Filter<ArchivePath> filter)Creates a shallow copy of thisArchivebased on given filter.Assets from this archive are made available under the same paths.Methods in org.jboss.shrinkwrap.api with parameters of type Archive Modifier and Type Method Description TArchive. add(Archive<?> archive, java.lang.String path, java.lang.Class<? extends StreamExporter> exporter)Add an archive under a specific context and maintain the archive name as context path.TArchive. add(Archive<?> archive, ArchivePath path, java.lang.Class<? extends StreamExporter> exporter)Add an archive under a specific context and maintain the archive name as context path.<T extends Assignable>
TExtensionLoader. load(java.lang.Class<T> extensionClass, Archive<?> baseArchive)Load a Extension.TArchive. merge(Archive<?> source)Merge the contents from an existing archive without maintaining the archive name in the context path.TArchive. merge(Archive<?> source, java.lang.String path)Merge the contents from an existing archive in a specific path without maintaining the archive name in the context path.TArchive. merge(Archive<?> source, java.lang.String path, Filter<ArchivePath> filter)Merge the contents from an existing archive in a specific path without maintaining the archive name in the context path.TArchive. merge(Archive<?> source, ArchivePath path)Merge the contents from an existing archive in a specific path without maintaining the archive name in the context path.TArchive. merge(Archive<?> source, ArchivePath path, Filter<ArchivePath> filter)Merge the contents from an existing archive in a specific path without maintaining the archive name in the context path.TArchive. merge(Archive<?> source, Filter<ArchivePath> filter)Merge the contents from an existing archive without maintaining the archive name in the context path. -
Uses of Archive in org.jboss.shrinkwrap.api.asset
Fields in org.jboss.shrinkwrap.api.asset declared as Archive Modifier and Type Field Description private Archive<?>ArchiveAsset. archiveThe archive this asset representsMethods in org.jboss.shrinkwrap.api.asset that return Archive Modifier and Type Method Description Archive<?>ArchiveAsset. getArchive()Returns the archive this asset representsConstructors in org.jboss.shrinkwrap.api.asset with parameters of type Archive Constructor Description ArchiveAsset(Archive<?> archive, java.lang.Class<? extends StreamExporter> exporter)Creates a new instance wrapping the specifiedArchive, which will use the specifiedStreamExporterto represent the archive as anInputStreaminAsset.openStream(). -
Uses of Archive in org.jboss.shrinkwrap.api.classloader
Methods in org.jboss.shrinkwrap.api.classloader with parameters of type Archive Modifier and Type Method Description private voidShrinkWrapClassLoader. addArchive(Archive<?> archive)private voidShrinkWrapClassLoader. addArchives(Archive<?>[] archives)Constructors in org.jboss.shrinkwrap.api.classloader with parameters of type Archive Constructor Description ShrinkWrapClassLoader(java.lang.ClassLoader parent, Archive<?>... archives)Constructs a new ShrinkWrapClassLoader for the givenArchives.ShrinkWrapClassLoader(Archive<?>... archives)Constructs a new ShrinkWrapClassLoader for the specifiedArchives using the default delegation parentClassLoader. -
Uses of Archive in org.jboss.shrinkwrap.api.container
Classes in org.jboss.shrinkwrap.api.container with type parameters of type Archive Modifier and Type Interface Description interfaceClassContainer<T extends Archive<T>>Defines the contract for a component capable of storing Java Classes.interfaceEnterpriseContainer<T extends Archive<T>>Defines the contract for a component capable of storing Enterprise related resources.interfaceLibraryContainer<T extends Archive<T>>Defines the contract for a component capable of storing Libraries.interfaceManifestContainer<T extends Archive<T>>Defines the contract for a component capable of storing Manifest related resources.interfaceResourceAdapterContainer<T extends Archive<T>>Defines the contract for a component capable of storing Resource adapter resources.interfaceResourceContainer<T extends Archive<T>>Defines the contract for a component capable of storing a series ofClassLoader,File, andURL-based Assets as resources within an archive.interfaceServiceProviderContainer<T extends Archive<T>>Defines the contract for a component capable of storing service provider related resources.interfaceWebContainer<T extends Archive<T>>Defines the contract for a component capable of storing web-related resources.Methods in org.jboss.shrinkwrap.api.container with parameters of type Archive Modifier and Type Method Description TLibraryContainer. addAsLibraries(Archive<?>... archives)TLibraryContainer. addAsLibraries(Archive<?>[]... archives)TLibraryContainer. addAsLibrary(Archive<?> archive)TEnterpriseContainer. addAsModule(Archive<?> archive)Adds a archive to thisArchives module context.TEnterpriseContainer. addAsModules(Archive<?>... archives)Adds the specified archives to thisArchives module context.Method parameters in org.jboss.shrinkwrap.api.container with type arguments of type Archive Modifier and Type Method Description TLibraryContainer. addAsLibraries(java.util.Collection<? extends Archive<?>> archives) -
Uses of Archive in org.jboss.shrinkwrap.api.formatter
Methods in org.jboss.shrinkwrap.api.formatter with parameters of type Archive Modifier and Type Method Description java.lang.StringFormatter. format(Archive<?> archive)Returns a formatted view of the specified archivejava.lang.StringFormatters. format(Archive<?> archive)Returns a formatted view of the specified archivejava.lang.StringSimpleFormatter. format(Archive<?> archive)java.lang.StringVerboseFormatter. format(Archive<?> archive)private intSimpleFormatter. getNumAssets(Archive<?> archive)Returns the number of assets on anArchive. -
Uses of Archive in org.jboss.shrinkwrap.api.nio.file
Methods in org.jboss.shrinkwrap.api.nio.file with parameters of type Archive Modifier and Type Method Description static java.net.URIShrinkWrapFileSystems. getRootUri(Archive<?> archive)Constructs a newURIwith the form:shrinkwrap://{archive.getId()}/static java.nio.file.FileSystemShrinkWrapFileSystems. newFileSystem(Archive<?> archive)Creates a new file system for the givenArchive; in effect invoking this method is equal to invokingFileSystems.newFileSystem(URI, Map), passing the value ofShrinkWrapFileSystems.getRootUri(Archive)as theURIand the specified archive as a value in aMapunder the keyShrinkWrapFileSystems.FS_ENV_KEY_ARCHIVE -
Uses of Archive in org.jboss.shrinkwrap.api.spec
Subinterfaces of Archive in org.jboss.shrinkwrap.api.spec Modifier and Type Interface Description interfaceEnterpriseArchiveTraditional EAR (Java Enterprise Archive) structure.interfaceJavaArchiveTraditional JAR (Java Archive) structure.interfaceResourceAdapterArchiveTraditional RAR (Resource Adapter Archive) structure.interfaceWebArchiveTraditional WAR (Java Web Archive) structure. -
Uses of Archive in org.jboss.shrinkwrap.impl.base
Classes in org.jboss.shrinkwrap.impl.base with type parameters of type Archive Modifier and Type Class Description classArchiveBase<T extends Archive<T>>Base implementation ofArchive.classAssignableBase<T extends Archive<?>>A generic implementation ofAssignablethat delegates down to the Archive extensions inner archive.classMemoryMapArchiveBase<T extends Archive<T>>MemoryMapArchiveBase A base implementation for all MemoryMap archives.Classes in org.jboss.shrinkwrap.impl.base that implement Archive Modifier and Type Class Description classArchiveBase<T extends Archive<T>>Base implementation ofArchive.classGenericArchiveImplImplementation of aGenericArchiveclassMemoryMapArchiveBase<T extends Archive<T>>MemoryMapArchiveBase A base implementation for all MemoryMap archives.classMemoryMapArchiveImplMemoryMapArchiveImpl A default implementation for all MemoryMap archives.Fields in org.jboss.shrinkwrap.impl.base declared as Archive Modifier and Type Field Description private TAssignableBase. archiveUnderlying archiveMethods in org.jboss.shrinkwrap.impl.base with type parameters of type Archive Modifier and Type Method Description <T extends Archive<T>>
ArchiveFormatServiceExtensionLoader. getArchiveFormatFromExtensionMapping(java.lang.Class<T> type)Gets theArchiveFormatfor the given type from the extensionMapping<X extends Archive<X>>
XArchiveBase. getAsType(java.lang.Class<X> type, java.lang.String path)Get a nestedArchiveas a specific type.
The found Archives must have been added as a Archive, no import is performed.<X extends Archive<X>>
XArchiveBase. getAsType(java.lang.Class<X> type, java.lang.String path, ArchiveFormat archiveFormat)Get a nestedArchiveas a specific type using the specifyArchiveFormat<X extends Archive<X>>
XArchiveBase. getAsType(java.lang.Class<X> type, ArchivePath path)Get a nestedArchiveas a specific type.
The found Archives must have been added as a Archive, no import is performed.<X extends Archive<X>>
XArchiveBase. getAsType(java.lang.Class<X> type, ArchivePath path, ArchiveFormat archiveFormat)<X extends Archive<X>>
java.util.Collection<X>ArchiveBase. getAsType(java.lang.Class<X> type, Filter<ArchivePath> filter)Get all nestedArchivematching the filter as a specific type.
The found Archives must have been added as a Archive, no import is performed.<X extends Archive<X>>
java.util.Collection<X>ArchiveBase. getAsType(java.lang.Class<X> type, Filter<ArchivePath> filter, ArchiveFormat archiveFormat)Get all nestedArchivematching the filter as a specific type using the specifyArchiveFormat.Methods in org.jboss.shrinkwrap.impl.base that return Archive Modifier and Type Method Description Archive<T>ArchiveBase. shallowCopy()Creates a shallow copy of thisArchive.Archive<T>ArchiveBase. shallowCopy(Filter<ArchivePath> filter)Creates a shallow copy of thisArchivebased on given filter.Assets from this archive are made available under the same paths.Methods in org.jboss.shrinkwrap.impl.base with parameters of type Archive Modifier and Type Method Description TArchiveBase. add(Archive<?> archive, ArchivePath path, java.lang.Class<? extends StreamExporter> exporter)Add an archive under a specific context and maintain the archive name as context path.TMemoryMapArchiveBase. add(Archive<?> archive, java.lang.String path, java.lang.Class<? extends StreamExporter> exporter)Add an archive under a specific context and maintain the archive name as context path.TMemoryMapArchiveBase. add(Archive<?> archive, ArchivePath path, java.lang.Class<? extends StreamExporter> exporter)Add an archive under a specific context and maintain the archive name as context path.private <T extends Assignable>
TServiceExtensionLoader. createExtension(java.lang.Class<T> extensionImplClass, Archive<?> archive)Creates an instance ofextensionImplClassusingarchiveas the parameter for its one-argument list constructor.private <T extends Assignable>
TServiceExtensionLoader. createFromCache(java.lang.Class<T> extensionClass, Archive<?> archive)private <T extends Assignable>
TServiceExtensionLoader. createFromLoadExtension(java.lang.Class<T> extensionClass, Archive<?> archive)Creates a new instance of aextensionClassimplementation.<T extends Assignable>
TServiceExtensionLoader. load(java.lang.Class<T> extensionClass, Archive<?> baseArchive)Load a Extension.TArchiveBase. merge(Archive<?> source)Merge the contents from an existing archive without maintaining the archive name in the context path.TArchiveBase. merge(Archive<?> source, java.lang.String path)Merge the contents from an existing archive in a specific path without maintaining the archive name in the context path.TArchiveBase. merge(Archive<?> source, java.lang.String path, Filter<ArchivePath> filter)Merge the contents from an existing archive in a specific path without maintaining the archive name in the context path.TArchiveBase. merge(Archive<?> source, ArchivePath path)Merge the contents from an existing archive in a specific path without maintaining the archive name in the context path.TArchiveBase. merge(Archive<?> source, ArchivePath path, Filter<ArchivePath> filter)Merge the contents from an existing archive in a specific path without maintaining the archive name in the context path.TArchiveBase. merge(Archive<?> source, Filter<ArchivePath> filter)Merge the contents from an existing archive without maintaining the archive name in the context path.Constructors in org.jboss.shrinkwrap.impl.base with parameters of type Archive Constructor Description GenericArchiveImpl(Archive<?> delegate)Creates a new instance -
Uses of Archive in org.jboss.shrinkwrap.impl.base.container
Classes in org.jboss.shrinkwrap.impl.base.container with type parameters of type Archive Modifier and Type Class Description classContainerBase<T extends Archive<T>>ContainerBase Abstract class that helps implement the Archive, ManifestContainer, ResourceContainer, ClassContainer and LibraryContainer.classEnterpriseContainerBase<T extends Archive<T>>EnterpriseContainerSupport Abstract class that helps implement the EnterpriseContainer.classResourceAdapterContainerBase<T extends Archive<T>>ResourceAdapterContainerBase Abstract class that helps implement the ResourceAdapter.classWebContainerBase<T extends Archive<T>>WebContainerBase Abstract class that helps implement the WebContainer.Classes in org.jboss.shrinkwrap.impl.base.container that implement Archive Modifier and Type Class Description classContainerBase<T extends Archive<T>>ContainerBase Abstract class that helps implement the Archive, ManifestContainer, ResourceContainer, ClassContainer and LibraryContainer.classEnterpriseContainerBase<T extends Archive<T>>EnterpriseContainerSupport Abstract class that helps implement the EnterpriseContainer.classResourceAdapterContainerBase<T extends Archive<T>>ResourceAdapterContainerBase Abstract class that helps implement the ResourceAdapter.classWebContainerBase<T extends Archive<T>>WebContainerBase Abstract class that helps implement the WebContainer.Methods in org.jboss.shrinkwrap.impl.base.container with type parameters of type Archive Modifier and Type Method Description <X extends Archive<X>>
XContainerBase. getAsType(java.lang.Class<X> type, java.lang.String path)Get a nestedArchiveas a specific type.
The found Archives must have been added as a Archive, no import is performed.<X extends Archive<X>>
XContainerBase. getAsType(java.lang.Class<X> type, java.lang.String path, ArchiveFormat archiveCompression)Get a nestedArchiveas a specific type using the specifyArchiveFormat<X extends Archive<X>>
XContainerBase. getAsType(java.lang.Class<X> type, ArchivePath path)Get a nestedArchiveas a specific type.
The found Archives must have been added as a Archive, no import is performed.<X extends Archive<X>>
XContainerBase. getAsType(java.lang.Class<X> type, ArchivePath path, ArchiveFormat archiveCompression)<X extends Archive<X>>
java.util.Collection<X>ContainerBase. getAsType(java.lang.Class<X> type, Filter<ArchivePath> filter)Get all nestedArchivematching the filter as a specific type.
The found Archives must have been added as a Archive, no import is performed.<X extends Archive<X>>
java.util.Collection<X>ContainerBase. getAsType(java.lang.Class<X> type, Filter<ArchivePath> filter, ArchiveFormat archiveCompression)Get all nestedArchivematching the filter as a specific type using the specifyArchiveFormat.Methods in org.jboss.shrinkwrap.impl.base.container that return Archive Modifier and Type Method Description Archive<T>ContainerBase. shallowCopy()Creates a shallow copy of thisArchive.Archive<T>ContainerBase. shallowCopy(Filter<ArchivePath> filter)Creates a shallow copy of thisArchivebased on given filter.Assets from this archive are made available under the same paths.Methods in org.jboss.shrinkwrap.impl.base.container with parameters of type Archive Modifier and Type Method Description TContainerBase. add(Archive<?> archive, java.lang.String path, java.lang.Class<? extends StreamExporter> exporter)Add an archive under a specific context and maintain the archive name as context path.TContainerBase. add(Archive<?> archive, ArchivePath path, java.lang.Class<? extends StreamExporter> exporter)Add an archive under a specific context and maintain the archive name as context path.TContainerBase. addAsLibraries(Archive<?>... archives)TContainerBase. addAsLibraries(Archive<?>[]... archives)TContainerBase. addAsLibrary(Archive<?> archive)TEnterpriseContainerBase. addAsModule(Archive<?> archive)Adds a archive to thisArchives module context.TEnterpriseContainerBase. addAsModules(Archive<?>... archives)Adds the specified archives to thisArchives module context.TContainerBase. merge(Archive<?> source)Merge the contents from an existing archive without maintaining the archive name in the context path.TContainerBase. merge(Archive<?> source, java.lang.String path)Merge the contents from an existing archive in a specific path without maintaining the archive name in the context path.TContainerBase. merge(Archive<?> source, java.lang.String path, Filter<ArchivePath> filter)Merge the contents from an existing archive in a specific path without maintaining the archive name in the context path.TContainerBase. merge(Archive<?> source, ArchivePath path)Merge the contents from an existing archive in a specific path without maintaining the archive name in the context path.TContainerBase. merge(Archive<?> source, ArchivePath path, Filter<ArchivePath> filter)Merge the contents from an existing archive in a specific path without maintaining the archive name in the context path.TContainerBase. merge(Archive<?> source, Filter<ArchivePath> filter)Merge the contents from an existing archive without maintaining the archive name in the context path.Method parameters in org.jboss.shrinkwrap.impl.base.container with type arguments of type Archive Modifier and Type Method Description TContainerBase. addAsLibraries(java.util.Collection<? extends Archive<?>> archives)Constructors in org.jboss.shrinkwrap.impl.base.container with parameters of type Archive Constructor Description ContainerBase(java.lang.Class<T> actualType, Archive<?> archive)EnterpriseContainerBase(java.lang.Class<T> actualType, Archive<?> archive)ResourceAdapterContainerBase(java.lang.Class<T> actualType, Archive<?> archive)WebContainerBase(java.lang.Class<T> actualType, Archive<?> archive) -
Uses of Archive in org.jboss.shrinkwrap.impl.base.exporter
Fields in org.jboss.shrinkwrap.impl.base.exporter declared as Archive Modifier and Type Field Description private Archive<?>AbstractExporterDelegate. archiveThe archive being exportedMethods in org.jboss.shrinkwrap.impl.base.exporter that return Archive Modifier and Type Method Description protected Archive<?>AbstractExporterDelegate. getArchive()Return the archive being exportedMethods in org.jboss.shrinkwrap.impl.base.exporter with parameters of type Archive Modifier and Type Method Description private java.io.FileExplodedExporterImpl. export(Archive<?> archive, java.io.File outputDirectory)Constructors in org.jboss.shrinkwrap.impl.base.exporter with parameters of type Archive Constructor Description AbstractExporterDelegate(Archive<?> archive)Creates a new abstract exporter delegate for the providedArchiveAbstractOnDemandInputStream(Archive<?> archive)Creates stream directly from archive.AbstractStreamExporterImpl(Archive<?> archive)ExplodedExporterDelegate(Archive<?> archive, java.io.File outputDirectory)Creates a new exploded exporter delegate for the providedArchiveExplodedExporterImpl(Archive<?> archive) -
Uses of Archive in org.jboss.shrinkwrap.impl.base.exporter.tar
Constructors in org.jboss.shrinkwrap.impl.base.exporter.tar with parameters of type Archive Constructor Description TarBz2ExporterDelegate(Archive<?> archive)TarBz2ExporterImpl(Archive<?> archive)Creates a new exporter for the specified archiveTarBz2OnDemandInputStream(Archive<?> archive)Creates stream directly from archive.TarExporterDelegate(Archive<?> archive)Creates a new exporter delegate for exporting archives as TARTarExporterImpl(Archive<?> archive)Creates a new exporter for the specified archiveTarGzExporterDelegate(Archive<?> archive)TarGzExporterImpl(Archive<?> archive)Creates a new exporter for the specified archiveTarGzOnDemandInputStream(Archive<?> archive)Creates stream directly from archive.TarOnDemandInputStream(Archive<?> archive)Creates stream directly from archive.TarOnDemandInputStreamBase(Archive<?> archive)Creates stream directly from archive. -
Uses of Archive in org.jboss.shrinkwrap.impl.base.exporter.zip
Constructors in org.jboss.shrinkwrap.impl.base.exporter.zip with parameters of type Archive Constructor Description ZipExporterDelegate(Archive<?> archive)ZipExporterImpl(Archive<?> archive)ZipOnDemandInputStream(Archive<?> archive)Creates stream directly from archive. -
Uses of Archive in org.jboss.shrinkwrap.impl.base.importer
Constructors in org.jboss.shrinkwrap.impl.base.importer with parameters of type Archive Constructor Description ExplodedImporterImpl(Archive<?> archive) -
Uses of Archive in org.jboss.shrinkwrap.impl.base.importer.tar
Constructors in org.jboss.shrinkwrap.impl.base.importer.tar with parameters of type Archive Constructor Description TarBz2ImporterImpl(Archive<?> archive)TarGzImporterImpl(Archive<?> archive)TarImporterBase(Archive<?> archive)TarImporterImpl(Archive<?> archive) -
Uses of Archive in org.jboss.shrinkwrap.impl.base.importer.zip
Constructors in org.jboss.shrinkwrap.impl.base.importer.zip with parameters of type Archive Constructor Description ZipImporterImpl(Archive<?> archive) -
Uses of Archive in org.jboss.shrinkwrap.impl.base.serialization
Fields in org.jboss.shrinkwrap.impl.base.serialization declared as Archive Modifier and Type Field Description private Archive<?>ZipSerializableViewImpl. archiveUnderlying archive.Constructors in org.jboss.shrinkwrap.impl.base.serialization with parameters of type Archive Constructor Description ZipSerializableViewImpl(Archive<?> archive)Creates a new instance, wrapping the specifiedArchive -
Uses of Archive in org.jboss.shrinkwrap.impl.base.spec
Classes in org.jboss.shrinkwrap.impl.base.spec that implement Archive Modifier and Type Class Description classEnterpriseArchiveImplEnterpriseArchiveImplclassJavaArchiveImplImplementation of an archive with JAR-specific support.classResourceAdapterArchiveImplResourceAdapterArchiveImplclassWebArchiveImplWebArchiveImplConstructors in org.jboss.shrinkwrap.impl.base.spec with parameters of type Archive Constructor Description EnterpriseArchiveImpl(Archive<?> delegate)Create a new EnterpriseArchive with any type storage engine as backing.JavaArchiveImpl(Archive<?> delegate)Create a new JavaArchive with any type storage engine as backing.ResourceAdapterArchiveImpl(Archive<?> delegate)Create a new ResourceAdapterArchive with any type storage engine as backing.WebArchiveImpl(Archive<?> delegate)Create a new WebArchive with any type storage engine as backing. -
Uses of Archive in org.jboss.shrinkwrap.impl.nio.file
Fields in org.jboss.shrinkwrap.impl.nio.file declared as Archive Modifier and Type Field Description private Archive<?>ShrinkWrapFileAttributes. archiveprivate Archive<?>ShrinkWrapFileStore. archiveUnderlying archiveprivate Archive<?>ShrinkWrapFileSystem. archiveUnderlyingArchiveMethods in org.jboss.shrinkwrap.impl.nio.file that return Archive Modifier and Type Method Description private Archive<?>ShrinkWrapFileAttributes. getArchive()(package private) Archive<?>ShrinkWrapFileSystem. getArchive()Obtains the underlying archiveprivate Archive<?>ShrinkWrapFileSystemProvider. getArchive(java.nio.file.Path path)Obtains the underlying archive associated with the specified PathConstructors in org.jboss.shrinkwrap.impl.nio.file with parameters of type Archive Constructor Description ShrinkWrapFileAttributes(ShrinkWrapPath path, Archive<?> archive)ShrinkWrapFileStore(Archive<?> archive)ShrinkWrapFileSystem(ShrinkWrapFileSystemProvider provider, Archive<?> archive) -
Uses of Archive in org.jboss.shrinkwrap.spi
Subinterfaces of Archive in org.jboss.shrinkwrap.spi Modifier and Type Interface Description interfaceMemoryMapArchiveMemoryMapArchive A pure in memory Archive backed by a Map.
-