Package | Description |
---|---|
org.jdtaus.mojo.resource.model |
JAXB classes of the
"http://jdtaus.org/core/model/container"
namespace. |
org.jdtaus.mojo.resource.model.impl |
JAXB implementation classes of the
"http://jdtaus.org/core/model/container" namespace. |
org.jdtaus.mojo.resource.util |
Mojo support classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ModuleElement
Java content class for module element declaration.
|
Modifier and Type | Method and Description |
---|---|
Module |
ObjectFactory.createModule()
Create an instance of Module
|
Module |
ModelManager.getModule(File moduleDescriptor)
Unmarshals a given module descriptor.
|
Modifier and Type | Method and Description |
---|---|
Map |
ModelManager.getBundleProperties(Module module,
Implementation implementation)
Builds a mapping of language codes to
Properties instances
holding the messages for the language. |
int |
ModelManager.getHashCode(Module module,
Implementation implementation)
Computes the hashcode of an implementation bundle.
|
Message |
ModelManager.getMessage(Module module,
String messageName)
Gets a message.
|
Modifier and Type | Class and Description |
---|---|
class |
ModuleElementImpl |
class |
ModuleImpl |
Modifier and Type | Method and Description |
---|---|
void |
BundleGenerator.generateJava(Module module,
Implementation implementation,
Writer writer)
Generates a java source file for a bundle.
|
Copyright © 2005-2012 jDTAUS. All Rights Reserved.