|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.install.ConfigUtils
Field Summary | |
static short[] |
version
|
Constructor Summary | |
ConfigUtils()
ConfigUtils constructor. |
Method Summary | |
java.lang.String |
checkPortNumber(java.lang.String port)
Check for a valid port number. |
java.util.ResourceBundle |
getResourceBundle()
Get the ResourceBundle for NLS. |
boolean |
makeDirectory(java.lang.String dirName)
Ensure that a directory exists - create it if necessary. |
MQeFields |
verifyIniFile(java.lang.String filename)
Verify that a file is a valid MQe configuration file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static short[] version
Constructor Detail |
public ConfigUtils()
Method Detail |
public java.lang.String checkPortNumber(java.lang.String port)
port
- The String value to check
public java.util.ResourceBundle getResourceBundle()
public boolean makeDirectory(java.lang.String dirName) throws java.lang.Exception
dirName
- The name of the directory.
java.lang.Exception
- If the directory cannot be createdpublic MQeFields verifyIniFile(java.lang.String filename)
filename
- The name of the file.
|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |