|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectca.uhn.hl7v2.conf.classes.generator.builders.DeploymentManager
public class DeploymentManager
This Class Starts the build process and generates the Class files
| Constructor Summary | |
|---|---|
DeploymentManager(java.lang.String dest,
java.lang.String packageName)
Creates a new instance of DeploymentManager |
|
| Method Summary | |
|---|---|
void |
generate(java.lang.String xml)
This method generates a Java representation of an XML profile message |
void |
generateFile(GeneratedClass gc,
java.lang.String packageName,
java.lang.String filename)
This method is used to generate a file containng the Generated Class |
boolean |
getVerbose()
This method returns the value of the member variable verbose |
void |
setVerbose(boolean verbose)
This method sets the member variable verbose |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeploymentManager(java.lang.String dest,
java.lang.String packageName)
| Method Detail |
|---|
public void generate(java.lang.String xml)
throws ConformanceException
xml - an XML representation of a profile message
ConformanceException
public void generateFile(GeneratedClass gc,
java.lang.String packageName,
java.lang.String filename)
gc - the Generated ClasspackageName - the name of the packagefilename - the name to save the generated class underpublic boolean getVerbose()
public void setVerbose(boolean verbose)
verbose - sets verbose flag to true or false
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||