Interface Plugin.Engine.Target

All Known Implementing Classes:
Plugin.Engine.Target.Discarding, Plugin.Engine.Target.ForFolder, Plugin.Engine.Target.ForJarFile, Plugin.Engine.Target.InMemory
Enclosing interface:
Plugin.Engine

public static interface Plugin.Engine.Target
A target for a plugin engine represents a sink container for all elements that are supplied by a Plugin.Engine.Source.
  • Method Details

    • write

      Initializes this target prior to writing.
      Parameters:
      manifest - The manifest for the target or null if no manifest was found.
      Returns:
      The sink to write to.
      Throws:
      IOException - If an I/O error occurs.