Class MemoryNamedAsset

java.lang.Object
org.jboss.shrinkwrap.api.nio.file.MemoryAsset
org.jboss.shrinkwrap.api.nio.file.MemoryNamedAsset
All Implemented Interfaces:
Closeable, AutoCloseable, ByteChannel, Channel, ReadableByteChannel, SeekableByteChannel, WritableByteChannel, Asset, NamedAsset

public class MemoryNamedAsset extends MemoryAsset implements NamedAsset
MemoryAsset implementation complying to the NamedAsset API; thread-safe.