public class ComponentContext
extends java.lang.Object
implements java.lang.AutoCloseable
Modifier and Type | Method and Description |
---|---|
java.nio.channels.FileChannel |
channel(Descriptor descriptor,
Component component,
long size) |
void |
close() |
static ComponentContext |
create(Descriptor descriptor) |
ComponentManifest |
manifest() |
public static ComponentContext create(Descriptor descriptor)
public ComponentManifest manifest()
public java.nio.channels.FileChannel channel(Descriptor descriptor, Component component, long size) throws java.io.IOException
java.io.IOException
public void close()
close
in interface java.lang.AutoCloseable
Copyright © 2009-2021 The Apache Software Foundation