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()
Initializes this target prior to writing without supplying a manifest.
|
Plugin.Engine.Target.Sink |
write(Manifest manifest)
Initializes this target prior to writing.
|
Plugin.Engine.Target.Sink write() throws IOException
IOException
- If an I/O error occurs.Plugin.Engine.Target.Sink write(Manifest manifest) throws IOException
manifest
- The manifest for the target.IOException
- If an I/O error occurs.Copyright © 2014–2018. All rights reserved.