Class RequestFactoryJarExtractor
java.lang.Object
com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor
Used to extract RequestFactory client jars from
gwt-user.jar
.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
An implementation ofRequestFactoryJarExtractor.Loader
that uses aClassLoader
to retrieve the class files.static interface
Describes a way to emit the contents of a classpath, typically into a JAR or filesystem directory.(package private) static class
Improves error messages by providing context for the user.static class
An Emitter implementation that creates a jar file.static interface
Abstracts the mechanism by which class files are loaded.static enum
Controls what is emitted by the tool. -
Constructor Summary
ConstructorDescriptionRequestFactoryJarExtractor
(Logger logger, RequestFactoryJarExtractor.Loader loader, RequestFactoryJarExtractor.Emitter emitter, List<Class<?>> seeds, Map<String, byte[]> resources, RequestFactoryJarExtractor.Mode mode) -
Method Summary
-
Constructor Details
-
RequestFactoryJarExtractor
public RequestFactoryJarExtractor(Logger logger, RequestFactoryJarExtractor.Loader loader, RequestFactoryJarExtractor.Emitter emitter, List<Class<?>> seeds, Map<String, byte[]> resources, RequestFactoryJarExtractor.Mode mode)
-
-
Method Details
-
main
- Throws:
IOException
-
run
Blocks until all work has been finished.- Throws:
IOException
-