Class RequestFactoryJarExtractor
java.lang.Object
com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor
Deprecated.
Will not be deleted from source, but will no longer be included in GWT artifacts, as
this is only intended for use as a build tool.
Used to extract RequestFactory client jars from
gwt-user.jar.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.An implementation ofRequestFactoryJarExtractor.Loaderthat uses aClassLoaderto retrieve the class files.static interfaceDeprecated.Describes a way to emit the contents of a classpath, typically into a JAR or filesystem directory.(package private) static classDeprecated.Improves error messages by providing context for the user.static classDeprecated.An Emitter implementation that creates a jar file.static interfaceDeprecated.Abstracts the mechanism by which class files are loaded.static enumDeprecated.Controls 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) Deprecated. -
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) Deprecated.
-
-
Method Details
-
main
Deprecated.- Throws:
IOException
-
run
Deprecated.Blocks until all work has been finished.- Throws:
IOException
-