public static interface Plugin.Engine.Target
Plugin.Engine.Source
.Modifier and Type | Interface and Description |
---|---|
static class |
Plugin.Engine.Target.Discarding
A sink that discards any entry.
|
static class |
Plugin.Engine.Target.ForFolder
Represents a folder as the target for a plugin engine's application.
|
static class |
Plugin.Engine.Target.ForJarFile
Represents a jar file as a target.
|
static class |
Plugin.Engine.Target.InMemory
A sink that stores all elements in a memory map.
|
static interface |
Plugin.Engine.Target.Sink
A sink represents an active writing process.
|
Modifier and Type | Method and Description |
---|---|
Plugin.Engine.Target.Sink |
write(Manifest manifest)
Initializes this target prior to writing.
|
Plugin.Engine.Target.Sink write(@MaybeNull Manifest manifest) throws IOException
manifest
- The manifest for the target or null
if no manifest was found.IOException
- If an I/O error occurs.Copyright © 2014–2024. All rights reserved.