| Modifier and Type | Method and Description |
|---|---|
ModuleDefinition |
ModuleManager.getModule(String name) |
ModuleDefinition |
ModuleManager.getModule(String name,
String version) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ModuleDefinition> |
ModuleManager.getModules() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleManager.addModule(ModuleDefinition module) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleManager.addModuleInSeveralKmdFiles(List<ModuleDefinition> modules) |
void |
ModuleManager.addModules(List<ModuleDefinition> modules) |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGen.generateCode(ModuleDefinition module) |
void |
CodeGen.generateMavenPom(ModuleDefinition module,
Path templatePomXml) |
void |
CodeGen.generateNpmPackage(ModuleDefinition module,
Path templatePackJson,
Path templateBowerJson) |
| Constructor and Description |
|---|
SphinxLinks(ModuleDefinition module) |
| Modifier and Type | Field and Description |
|---|---|
protected ModuleDefinition |
Type.module |
| Modifier and Type | Method and Description |
|---|---|
ModuleDefinition |
Import.getModule() |
ModuleDefinition |
Type.getModule() |
ModuleDefinition |
TypeRef.getModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
Code.completeInfo(ModuleDefinition module,
ModuleManager moduleManager) |
void |
ModuleDefinition.fusionModules(ModuleDefinition module) |
void |
Import.setModule(ModuleDefinition module) |
void |
Type.setModule(ModuleDefinition module) |
| Modifier and Type | Method and Description |
|---|---|
ModuleDefinition |
JsonModuleSaverLoader.loadFromClasspath(String resourceName) |
ModuleDefinition |
JsonModuleSaverLoader.loadFromFile(Path file) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonModuleSaverLoader.writeToFile(ModuleDefinition module,
File file) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ModuleDefinitionPrinter.printModel(ModuleDefinition model) |
Copyright © 2016. All rights reserved.