public class MessageExporter extends Object
| Constructor and Description |
|---|
MessageExporter() |
| Modifier and Type | Method and Description |
|---|---|
static Path |
export(Path modulesDir,
Path target)
Reads the JAR's from the modules directory looking for messages to write to the target file.
|
public static Path export(Path modulesDir, Path target) throws IOException
modulesDir - the module directory where the JAR's to scan are locatedtarget - the file to be writtenIOException - if an error occurs reading the JAR or writing the binary data fileCopyright © 2020 JBoss by Red Hat. All rights reserved.