public class Module extends Object
| Constructor and Description |
|---|
Module(String moduleName,
String outputDir) |
| Modifier and Type | Method and Description |
|---|---|
String |
getModuleName() |
String |
getOutputDir() |
void |
translate(InputStream stream) |
public Module(String moduleName, String outputDir) throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionpublic void translate(InputStream stream) throws TransformerException
TransformerExceptionpublic String getModuleName()
public String getOutputDir()
Copyright © 2022. All rights reserved.