com.partnersoft.modules.inspection.model
Class InspectionScriptBuilder
java.lang.Object
com.partnersoft.modules.inspection.model.ScriptBuilder
com.partnersoft.modules.inspection.model.InspectionScriptBuilder
public class InspectionScriptBuilder
- extends ScriptBuilder
Copyright 2008 Partner Software, Inc.
- Version:
- $Id$
- Author:
- Rich Stepanski
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InspectionScriptBuilder
public InspectionScriptBuilder(com.partnersoft.io.vfs.VfsFile dest,
java.lang.String builderVariable)
throws java.io.IOException
- Parameters:
dest -
- Throws:
java.io.IOException
InspectionScriptBuilder
public InspectionScriptBuilder(com.partnersoft.io.vfs.VfsFile dest)
throws java.io.IOException
- Throws:
java.io.IOException
startSubtypeFormScript
public void startSubtypeFormScript()
throws java.io.IOException
- Throws:
java.io.IOException
endSubtypeFormScript
public void endSubtypeFormScript()
throws java.io.IOException
- Throws:
java.io.IOException
startTab
public void startTab(java.lang.String tabName)
throws java.io.IOException
- Throws:
java.io.IOException
endTab
public void endTab()
throws java.io.IOException
- Throws:
java.io.IOException
addFieldWithLabel
public void addFieldWithLabel(java.lang.String field)
throws java.io.IOException
- Throws:
java.io.IOException
addBoldLabelWithBlank
public void addBoldLabelWithBlank(java.lang.String label)
throws java.io.IOException
- Throws:
java.io.IOException
addLabel
public void addLabel(java.lang.String label)
throws java.io.IOException
- Throws:
java.io.IOException
addField
public void addField(java.lang.String field)
throws java.io.IOException
- Throws:
java.io.IOException
addBuilderCall
public void addBuilderCall(java.lang.String methodText)
throws java.io.IOException
- Throws:
java.io.IOException