A B C D E F G I M O S T V W

A

addCreatedClass(JClass) - Method in class org.milyn.ejc.ClassModel
Adds a JClass to the ClassModel.
addEDIMessageAnnotation(boolean) - Method in class org.milyn.ejc.EJC
Add the EDIMessage annotation to the root class of the generated model.

B

BeanWriter - Class in org.milyn.ejc
BeanWriter writes all classes found in ClassModel to filesystem.
BeanWriter() - Constructor for class org.milyn.ejc.BeanWriter
 
BindingConfig - Class in org.milyn.ejc
BindingConfig
BindingConfig(String, String, JClass, BindingConfig, JNamedType) - Constructor for class org.milyn.ejc.BindingConfig
 
BindingConfig(String, String, Class<?>, BindingConfig, JNamedType) - Constructor for class org.milyn.ejc.BindingConfig
 
BINDINGCONFIG_XML - Static variable in class org.milyn.ejc.EJC
 
BindingWriter - Class in org.milyn.ejc
BindingWriter generates a bindingfile based on classstructure found in ClassModel.
BindingWriter(ClassModel) - Constructor for class org.milyn.ejc.BindingWriter
 

C

ClassModel - Class in org.milyn.ejc
ClassModel contains a Map of JClass for easy lookup when BeanWriter and BindingWriter needs to access the classes.
ClassModel() - Constructor for class org.milyn.ejc.ClassModel
 
ClassModelCompiler - Class in org.milyn.ejc
Compiles a ClassModel from an Edimap.
ClassModelCompiler(Map<MappingNode, JClass>, boolean) - Constructor for class org.milyn.ejc.ClassModelCompiler
 
compile(Edimap, String) - Method in class org.milyn.ejc.ClassModelCompiler
 
compile(InputStream, String, String, String) - Method in class org.milyn.ejc.EJC
Deprecated. Use EJC.compile(java.io.InputStream, String, String).
compile(InputStream, String, String) - Method in class org.milyn.ejc.EJC
Compiles a edi-mapping-configuration and generates java implementation and bindingfile.
compile(Edimap, String, String) - Method in class org.milyn.ejc.EJC
Compiles a edi-mapping-configuration and generates java implementation and bindingfile.
compile(Edimap, String, String, Map<MappingNode, JClass>) - Method in class org.milyn.ejc.EJC
Compiles a edi-mapping-configuration and generates java implementation and bindingfile.
compile(InputStream, String) - Method in class org.milyn.ejc.EJC
Compiles a edi-mapping-configuration and generates java implementation and bindingfile.

D

debug(Object) - Method in class org.milyn.ejc.EJCLog
 
debug(Object, Throwable) - Method in class org.milyn.ejc.EJCLog
 

E

EDIMAPPINGCONFIG_XML - Static variable in class org.milyn.ejc.EJC
 
EJC - Class in org.milyn.ejc
EJC is the main class parsing parameters and starting the compilation of the edi-mapping-config.
EJC() - Constructor for class org.milyn.ejc.EJC
 
EJCAntTask - Class in org.milyn.ejc.ant
EJC Ant task.
EJCAntTask() - Constructor for class org.milyn.ejc.ant.EJCAntTask
 
EJCException - Exception in org.milyn.ejc
EJC Execution exception.
EJCException(String) - Constructor for exception org.milyn.ejc.EJCException
 
EJCException(String, Throwable) - Constructor for exception org.milyn.ejc.EJCException
 
EJCExecutor - Class in org.milyn.ejc
EJC Executor.
EJCExecutor() - Constructor for class org.milyn.ejc.EJCExecutor
 
EJCExecutor.MessageDefinition - Class in org.milyn.ejc
 
EJCExecutor.MessageDefinition(String, String) - Constructor for class org.milyn.ejc.EJCExecutor.MessageDefinition
 
EJCLog - Class in org.milyn.ejc
 
EJCLog(EJCLogFactory.Level) - Constructor for class org.milyn.ejc.EJCLog
 
EJCLogFactory - Class in org.milyn.ejc
A simple logger for writing status inside EJC.
EJCLogFactory() - Constructor for class org.milyn.ejc.EJCLogFactory
 
EJCLogFactory.Level - Enum in org.milyn.ejc
 
error(Object) - Method in class org.milyn.ejc.EJCLog
 
error(Object, Throwable) - Method in class org.milyn.ejc.EJCLog
 
execute() - Method in class org.milyn.ejc.ant.EJCAntTask
 
execute() - Method in class org.milyn.ejc.EJCExecutor
 

F

fatal(Object) - Method in class org.milyn.ejc.EJCLog
 
fatal(Object, Throwable) - Method in class org.milyn.ejc.EJCLog
 

G

generate(String) - Method in class org.milyn.ejc.BindingWriter
 
getBeanClass() - Method in class org.milyn.ejc.BindingConfig
 
getBeanId() - Method in class org.milyn.ejc.BindingConfig
 
getBindingConfigPath() - Method in class org.milyn.ejc.EJCExecutor.MessageDefinition
 
getBindingFilePath() - Method in class org.milyn.ejc.ClassModel
 
getClassesByNode() - Method in class org.milyn.ejc.ClassModel
 
getCreatedClasses() - Method in class org.milyn.ejc.ClassModel
Returns a List of all generated JClass.
getCreateOnElement() - Method in class org.milyn.ejc.BindingConfig
 
getDataSelector() - Method in class org.milyn.ejc.ValueNodeInfo
 
getDecoderConfigs() - Method in class org.milyn.ejc.ValueNodeInfo
 
getDecoderType() - Method in class org.milyn.ejc.ValueNodeInfo
 
getEdimap() - Method in class org.milyn.ejc.ClassModel
 
getLog(Class) - Static method in class org.milyn.ejc.EJCLogFactory
 
getMappingNode() - Method in class org.milyn.ejc.BindingConfig
 
getMessageName() - Method in class org.milyn.ejc.EJCExecutor.MessageDefinition
 
getParent() - Method in class org.milyn.ejc.BindingConfig
 
getProperty() - Method in class org.milyn.ejc.ValueNodeInfo
 
getPropertyOnParent() - Method in class org.milyn.ejc.BindingConfig
 
getRootBeanConfig() - Method in class org.milyn.ejc.ClassModel
 
getRuntimeClass() - Method in class org.milyn.ejc.BindingConfig
 
getValue() - Method in enum org.milyn.ejc.EJCLogFactory.Level
 
getValueBindings() - Method in class org.milyn.ejc.BindingConfig
 
getWireBindings() - Method in class org.milyn.ejc.BindingConfig
 
getWriteMethod() - Method in class org.milyn.ejc.BindingConfig
 

I

include(String) - Method in class org.milyn.ejc.EJC
 
info(Object) - Method in class org.milyn.ejc.EJCLog
 
info(Object, Throwable) - Method in class org.milyn.ejc.EJCLog
 
isClassCreator(JClass) - Method in class org.milyn.ejc.ClassModel
 
isDebugEnabled() - Method in class org.milyn.ejc.EJCLog
 
isErrorEnabled() - Method in class org.milyn.ejc.EJCLog
 
isFatalEnabled() - Method in class org.milyn.ejc.EJCLog
 
isInfoEnabled() - Method in class org.milyn.ejc.EJCLog
 
isTraceEnabled() - Method in class org.milyn.ejc.EJCLog
 
isWarnEnabled() - Method in class org.milyn.ejc.EJCLog
 

M

main(String[]) - Static method in class org.milyn.ejc.EJC
The main method parsing in-parameters and invoking the compile method.

O

org.milyn.ejc - package org.milyn.ejc
 
org.milyn.ejc.ant - package org.milyn.ejc.ant
 

S

setBeanClass(JClass) - Method in class org.milyn.ejc.BindingConfig
 
setBindingFilePath(String) - Method in class org.milyn.ejc.ClassModel
 
setClassesByNode(Map<MappingNode, JClass>) - Method in class org.milyn.ejc.ClassModel
 
setDestDir(File) - Method in class org.milyn.ejc.EJCExecutor
 
setEdimap(Edimap) - Method in class org.milyn.ejc.ClassModel
 
setEdiMappingModel(String) - Method in class org.milyn.ejc.EJCExecutor
 
setGenerateFromEDINR(boolean) - Static method in class org.milyn.ejc.BeanWriter
 
setLevel(EJCLogFactory.Level) - Method in class org.milyn.ejc.EJCLog
 
setLevel(EJCLogFactory.Level) - Method in class org.milyn.ejc.EJCLogFactory
 
setMappingNode(MappingNode) - Method in class org.milyn.ejc.BindingConfig
 
setMessages(String) - Method in class org.milyn.ejc.EJCExecutor
 
setMessages(Set<String>) - Method in class org.milyn.ejc.EJCExecutor
 
setPackageName(String) - Method in class org.milyn.ejc.EJCExecutor
 
setPropertyOnParent(JNamedType) - Method in class org.milyn.ejc.BindingConfig
 
setReferencedClasses(Collection<JClass>) - Method in class org.milyn.ejc.ClassModel
 
setRootBeanConfig(BindingConfig) - Method in class org.milyn.ejc.ClassModel
 
setValueBindings(List<ValueNodeInfo>) - Method in class org.milyn.ejc.BindingConfig
 
setWireBindings(List<BindingConfig>) - Method in class org.milyn.ejc.BindingConfig
 
setWriteMethod(WriteMethod) - Method in class org.milyn.ejc.BindingConfig
 

T

trace(Object) - Method in class org.milyn.ejc.EJCLog
 
trace(Object, Throwable) - Method in class org.milyn.ejc.EJCLog
 

V

ValueNodeInfo - Class in org.milyn.ejc
ValueNodeInfo contains information about values from a ValueNode.
ValueNodeInfo(JNamedType, String, ValueNode) - Constructor for class org.milyn.ejc.ValueNodeInfo
 
valueOf(String) - Static method in enum org.milyn.ejc.EJCLogFactory.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.milyn.ejc.EJCLogFactory.Level
Returns an array containing the constants of this enum type, in the order they're declared.

W

warn(Object) - Method in class org.milyn.ejc.EJCLog
 
warn(Object, Throwable) - Method in class org.milyn.ejc.EJCLog
 
writeBeans(ClassModel, Writer) - Static method in class org.milyn.ejc.BeanWriter
Iterates through all classes defined in ClassModel and write all the beans to the supplied writer.
writeBeansToFolder(ClassModel, String, String) - Static method in class org.milyn.ejc.BeanWriter
Iterates through all classes defined in ClassModel.
writeBindingConfig(ClassModel, Writer) - Static method in class org.milyn.ejc.BindingWriter
 
writeBindingConfig(Writer) - Method in class org.milyn.ejc.BindingWriter
 
writeModelToFolder(ClassModel, InputStream, String, String) - Method in class org.milyn.ejc.EJC
 

A B C D E F G I M O S T V W

Copyright © 2011. All Rights Reserved.