| java.lang.Object com.sun.portal.search.rdmgr.SearchSetup
All known Subclasses: com.sun.portal.search.rdmgr.SearchMigrate,
SearchSetup | public class SearchSetup (Code) | | |
Method Summary | |
void | copy(String from, String to) | void | copy_conf_file(String src_dir, String dest_dir, String file_name) | void | create_conf_file(String base_dir, String server_root, String file_name, String port, String host, String nick, String ps_product_dir) | void | gen_script(String base_dir, String server_root, int script_type, int http_type, String file_name, String command_name, String ps_product_dir) | void | gen_server_rdm(String base_dir, String server_root, String ps_product_dir) | boolean | isEnable(String buf) | public static boolean | isHP_UX() | public static boolean | isLinux() | public static boolean | isWindows() | public static void | main(String args) | void | mkdir(String server_root, String child) | String | replace(String line, String src, String dest) | public void | setup_instance(String base_dir, String server_root, int http_type, String server_host, String server_port, String server_nick) | static void | usage() |
HTTP_IAS | final static int HTTP_IAS(Code) | | |
HTTP_IWS | final static int HTTP_IWS(Code) | | |
TYPE_JAVA | final static int TYPE_JAVA(Code) | | |
TYPE_PERL | final static int TYPE_PERL(Code) | | |
TYPE_SHELL | final static int TYPE_SHELL(Code) | | |
isHP_UX | public static boolean isHP_UX()(Code) | | |
isLinux | public static boolean isLinux()(Code) | | check if operating system is Linux
true if operating system is Linux |
isWindows | public static boolean isWindows()(Code) | | check if operating system is Windows
true if operating system is Windows |
usage | static void usage()(Code) | | |
|
|