Uses of Class
de.uni_hildesheim.sse.easy.loader.Generator.UnbundleInfo
Packages that use Generator.UnbundleInfo
Package
Description
Implements a standalone loader for EASy-Producer.
-
Uses of Generator.UnbundleInfo in de.uni_hildesheim.sse.easy.loader
Fields in de.uni_hildesheim.sse.easy.loader declared as Generator.UnbundleInfoMethods in de.uni_hildesheim.sse.easy.loader with parameters of type Generator.UnbundleInfoModifier and TypeMethodDescriptionprivate voidGenerator.handleJar(InputStream is, JarOutputStream os, Set<String> done, Set<String> exclude, Generator.UnbundleInfo unbundle) Copies the entries of an entire JAR inisto the target JAR inoswithout duplicating entries.Constructors in de.uni_hildesheim.sse.easy.loader with parameters of type Generator.UnbundleInfoModifierConstructorDescription(package private)URLProcessor(Generator.UnbundleInfo unbundle, JarOutputStream easyJar, JarOutputStream eclipseJar) Creates an URL processor.