Uses of Class
org.jboss.shrinkwrap.api.asset.ArchiveAsset
Packages that use ArchiveAsset
-
Uses of ArchiveAsset in org.jboss.shrinkwrap.impl.base
Fields in org.jboss.shrinkwrap.impl.base with type parameters of type ArchiveAssetModifier and TypeFieldDescriptionprivate final Map<ArchivePath, ArchiveAsset> MemoryMapArchiveBase.nestedArchivesStorage for theArchiveAssets. -
Uses of ArchiveAsset in org.jboss.shrinkwrap.impl.base.exporter
Methods in org.jboss.shrinkwrap.impl.base.exporter with parameters of type ArchiveAssetModifier and TypeMethodDescriptionprivate voidExplodedExporterDelegate.processArchiveAsset(File parentDirectory, ArchiveAsset nestedArchiveAsset) Processes a nested archive by delegating to the ExplodedArchiveExporter