com.hammurapi.eventbus.local
Class DomainGenerator

Show UML class diagram
java.lang.Object
  extended by com.hammurapi.eventbus.local.DomainGenerator

public class DomainGenerator
extends Object

This class generates domain-specific implementations of event store and event bus.


Constructor Summary
DomainGenerator()
           
 
Method Summary
 void generate()
           
 String getContextType()
           
 String getDomain()
           
 String getEventType()
           
 File getOutputDir()
           
 String getPackageName()
           
 String getPriorityType()
           
static void main(String[] args)
           
 void setContextType(String contextType)
           
 void setDomain(String domain)
           
 void setEventType(String eventType)
           
 void setOutputDir(File outputDir)
           
 void setPackageName(String packageName)
           
 void setPriorityType(String priorityType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomainGenerator

public DomainGenerator()
Method Detail

getPackageName

public String getPackageName()

setPackageName

public void setPackageName(String packageName)

getDomain

public String getDomain()

setDomain

public void setDomain(String domain)

getEventType

public String getEventType()

setEventType

public void setEventType(String eventType)

getPriorityType

public String getPriorityType()

setPriorityType

public void setPriorityType(String priorityType)

getContextType

public String getContextType()

setContextType

public void setContextType(String contextType)

getOutputDir

public File getOutputDir()

setOutputDir

public void setOutputDir(File outputDir)

generate

public void generate()

main

public static void main(String[] args)
Parameters:
args -