def printOptionalHelp(self): MBeanArgs.printOptionalHelp(self) print print LOCAL_DIR + " The name of a directory on the local machine where the server.xml" print self.printHelpPad( LOCAL_DIR ) + "can be stored. If this parameter is not supplied, the current" print self.printHelpPad(LOCAL_DIR) + "directory will be used."
def printOptionalHelp(self): MBeanArgs.printOptionalHelp(self) print print APP_DIR + " The server app directory to install to or uninstall from." print self.printHelpPad( APP_DIR ) + "By default, this will install into ${server.config.dir}/apps" print self.printHelpPad( APP_DIR ) + "The path can be absolute or relative. Relative paths are" print self.printHelpPad( APP_DIR) + "relative to the ${server.config.dir}."
def printOptionalHelp(self): MBeanArgs.printOptionalHelp(self) print print LOCAL_DIR + " The name of a directory on the local machine where the server.xml" print self.printHelpPad( LOCAL_DIR ) + "files can be stored. If this parameter is not supplied, the" print self.printHelpPad( LOCAL_DIR ) + "current directory will be used. A subdirectory will be" print self.printHelpPad( LOCAL_DIR ) + "created for each cluster member, and the server.xml will be" print self.printHelpPad(LOCAL_DIR) + "stored inside it."
def printOptionalHelp(self): MBeanArgs.printOptionalHelp(self)