public class MergeBulkBuild
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Boolean |
BINARY_FILE_OUTPUT |
java.lang.String |
FILENAME_EXTENSION |
java.lang.String |
NOMENCLATURE_SEPERATOR |
static java.lang.Boolean |
TEXTUAL_FILE_OUTPUT |
static java.lang.Boolean |
VERBOSE_DEFAULT_OUTPUT_OFF |
static java.lang.Boolean |
VERBOSE_DEFAULT_OUTPUT_ON |
| Constructor and Description |
|---|
MergeBulkBuild(int iConfigurationFileType,
java.io.File fOutputDir,
boolean fOutputType) |
MergeBulkBuild(int iConfigurationFileType,
java.io.File fOutputDir,
boolean fOutputType,
java.lang.String sSharedSecret) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInputDirectory(java.io.File fInputDirectory) |
void |
setTextDefaultOutputVerboseMode(boolean boolDefaultVerboseMode) |
void |
start()
Start the compilation process
|
public java.lang.String NOMENCLATURE_SEPERATOR
public java.lang.String FILENAME_EXTENSION
public static final java.lang.Boolean BINARY_FILE_OUTPUT
public static final java.lang.Boolean TEXTUAL_FILE_OUTPUT
public static final java.lang.Boolean VERBOSE_DEFAULT_OUTPUT_ON
public static final java.lang.Boolean VERBOSE_DEFAULT_OUTPUT_OFF
public MergeBulkBuild(int iConfigurationFileType,
java.io.File fOutputDir,
boolean fOutputType,
java.lang.String sSharedSecret)
iConfigurationFileType - - Configuration File Type (DOCSIS,PacketCable or DPoE)fOutputDir - - Director Path for the output filesfOutputType - - Binary or Text OutputsSharedSecret - - SharedSecret String for CMSTMIC hashingpublic MergeBulkBuild(int iConfigurationFileType,
java.io.File fOutputDir,
boolean fOutputType)
iConfigurationFileType - - Configuration File Type (DOCSIS,PacketCable or DPoE)fOutputDir - - Director Path for the output filesfOutputType - - Binary or Text Outputpublic void addInputDirectory(java.io.File fInputDirectory)
fInputDirectory - public void setTextDefaultOutputVerboseMode(boolean boolDefaultVerboseMode)
boolDefaultVerboseMode - VERBOSE_DEFAULT_OUTPUT_ON include Default TLV when Textual Output is Selectedpublic void start()