Interface RequestFactoryJarExtractor.Emitter

All Known Implementing Classes:
RequestFactoryJarExtractor.JarEmitter
Enclosing class:
RequestFactoryJarExtractor

public static interface RequestFactoryJarExtractor.Emitter
Describes a way to emit the contents of a classpath, typically into a JAR or filesystem directory.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    emit(String path, InputStream contents)