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
Nested ClassesModifier and TypeClassDescriptionstatic classAn implementation ofRequestFactoryJarExtractor.Loaderthat uses aClassLoaderto retrieve the class files.static interfaceDescribes a way to emit the contents of a classpath, typically into a JAR or filesystem directory.(package private) static classImproves error messages by providing context for the user.static classAn Emitter implementation that creates a jar file.static interfaceAbstracts the mechanism by which class files are loaded.static enumControls what is emitted by the tool. -
Constructor Summary
ConstructorsConstructorDescriptionRequestFactoryJarExtractor(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
-