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 |
ImplementationElement
Java content class for implementation element declaration.
|
Modifier and Type | Method and Description |
---|---|
Implementation |
ObjectFactory.createImplementation()
Create an instance of Implementation
|
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.
|
String |
ModelManager.getJavaClasspathLocation(Implementation implementation)
Gets the java classpath location of an implementation bundle.
|
String |
ModelManager.getJavaPackageName(Implementation implementation)
Gets the java package name of an implementation.
|
String |
ModelManager.getJavaTypeName(Implementation implementation)
Gets the java type name of an implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
ImplementationElementImpl |
class |
ImplementationImpl |
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.