ILIAS
release_8 Revision v8.19
|
Creates a java server ini file for the current client More...
Public Member Functions | |
__construct () | |
write () | |
getIniString () | |
getHost () | |
setHost (string $host) | |
getIndexPath () | |
setIndexPath (string $indexPath) | |
getLogLevel () | |
setLogLevel (string $logLevel) | |
getLogPath () | |
setLogPath (string $logPath) | |
getNumThreads () | |
setNumThreads (int $numThreads) | |
getPort () | |
setPort (int $port) | |
setMaxFileSize (string $a_fs) | |
getMaxFileSize () | |
Protected Attributes | |
string | $ini = '' |
string | $host = '' |
int | $port = 0 |
string | $indexPath = '' |
string | $logPath = '' |
string | $logLevel = '' |
int | $numThreads = 0 |
string | $max_file_size = '' |
ilSetting | $settings |
ilIniFile | $inifile |
Creates a java server ini file for the current client
Definition at line 30 of file class.ilRpcIniFileWriter.php.
ilRpcIniFileWriter::__construct | ( | ) |
Definition at line 45 of file class.ilRpcIniFileWriter.php.
References $DIC, and ILIAS\Repository\settings().
ilRpcIniFileWriter::getHost | ( | ) |
Definition at line 83 of file class.ilRpcIniFileWriter.php.
References $host.
Referenced by write().
ilRpcIniFileWriter::getIndexPath | ( | ) |
Definition at line 93 of file class.ilRpcIniFileWriter.php.
References $indexPath.
Referenced by write().
ilRpcIniFileWriter::getIniString | ( | ) |
ilRpcIniFileWriter::getLogLevel | ( | ) |
Definition at line 103 of file class.ilRpcIniFileWriter.php.
References $logLevel.
Referenced by write().
ilRpcIniFileWriter::getLogPath | ( | ) |
Definition at line 113 of file class.ilRpcIniFileWriter.php.
References $logPath.
Referenced by write().
ilRpcIniFileWriter::getMaxFileSize | ( | ) |
Definition at line 148 of file class.ilRpcIniFileWriter.php.
References $max_file_size.
Referenced by write().
ilRpcIniFileWriter::getNumThreads | ( | ) |
Definition at line 123 of file class.ilRpcIniFileWriter.php.
References $numThreads.
Referenced by write().
ilRpcIniFileWriter::getPort | ( | ) |
Definition at line 133 of file class.ilRpcIniFileWriter.php.
References $port.
Referenced by write().
ilRpcIniFileWriter::setHost | ( | string | $host | ) |
ilRpcIniFileWriter::setIndexPath | ( | string | $indexPath | ) |
ilRpcIniFileWriter::setLogLevel | ( | string | $logLevel | ) |
ilRpcIniFileWriter::setLogPath | ( | string | $logPath | ) |
ilRpcIniFileWriter::setMaxFileSize | ( | string | $a_fs | ) |
Definition at line 143 of file class.ilRpcIniFileWriter.php.
ilRpcIniFileWriter::setNumThreads | ( | int | $numThreads | ) |
ilRpcIniFileWriter::setPort | ( | int | $port | ) |
ilRpcIniFileWriter::write | ( | ) |
Definition at line 52 of file class.ilRpcIniFileWriter.php.
References CLIENT_ID, getHost(), getIndexPath(), getLogLevel(), getLogPath(), getMaxFileSize(), getNumThreads(), getPort(), and ILIAS\Repository\settings().
|
protected |
Definition at line 34 of file class.ilRpcIniFileWriter.php.
|
protected |
Definition at line 36 of file class.ilRpcIniFileWriter.php.
Referenced by getIndexPath(), and setIndexPath().
|
protected |
Definition at line 32 of file class.ilRpcIniFileWriter.php.
Referenced by getIniString().
|
protected |
Definition at line 43 of file class.ilRpcIniFileWriter.php.
|
protected |
Definition at line 38 of file class.ilRpcIniFileWriter.php.
Referenced by getLogLevel(), and setLogLevel().
|
protected |
Definition at line 37 of file class.ilRpcIniFileWriter.php.
Referenced by getLogPath(), and setLogPath().
|
protected |
Definition at line 40 of file class.ilRpcIniFileWriter.php.
Referenced by getMaxFileSize().
|
protected |
Definition at line 39 of file class.ilRpcIniFileWriter.php.
Referenced by getNumThreads(), and setNumThreads().
|
protected |
Definition at line 35 of file class.ilRpcIniFileWriter.php.
|
protected |
Definition at line 42 of file class.ilRpcIniFileWriter.php.