|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--TExportPackageICM.Options
This class specifies the core set of options that may be used by both import and export. ImportOptions and ExportOptions extend this class.
Constructor Summary | |
TExportPackageICM.Options()
Create a base options object, initializing with defaults. |
|
TExportPackageICM.Options(java.lang.String iniFileName)
Create an Options object with the settings specified in the given configuration file. |
Method Summary | |
boolean |
getPrintDebugEnable()
Determines if debug commandline printing is enabled. |
boolean |
getPrintTraceEnable()
Determines if trace entry/exit commandline printing is enabled. |
void |
read(java.lang.String iniFileName)
Read in settings in configuration file. |
void |
setPrintDebugEnable(boolean setting)
Turn debug commandline printing on or off. |
void |
setPrintTraceEnable(boolean setting)
Turn trace entry/exit commandline printing on or off. |
java.lang.String |
toString()
Returns a string representation of this object. |
void |
write(java.lang.String iniFileName)
Write current settings to configuration file. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TExportPackageICM.Options()
Create a base options object, initializing with defaults. Defaults: Trace Enable = TExportPackageICM.OPTION_PRINT_TRACE_DEFAULT Debug Enable = TExportPackageICM.OPTION_PRINT_DEBUG_DEFAULT
public TExportPackageICM.Options(java.lang.String iniFileName) throws java.lang.Exception
iniFileName
- - Name of configuration file.Method Detail |
public boolean getPrintTraceEnable()
public boolean getPrintDebugEnable()
public void setPrintTraceEnable(boolean setting)
setting
- - Turn on by setting to true, turn off by setting to false.public void setPrintDebugEnable(boolean setting)
setting
- - Turn on by setting to true, turn off by setting to false.public void read(java.lang.String iniFileName) throws java.lang.Exception
iniFileName
- - Name of configuration file.public java.lang.String toString()
toString
in class java.lang.Object
public void write(java.lang.String iniFileName) throws java.lang.Exception
iniFileName
- - Name of configuration file.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |