com.hammurapi.eventbus.local
Class DomainGenerator
java.lang.Object
com.hammurapi.eventbus.local.DomainGenerator
public class DomainGenerator
- extends Object
This class generates domain-specific implementations of
event store and event bus.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomainGenerator
public DomainGenerator()
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 -