| Field and Description |
|---|
| io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils.FILE_SEPARATOR
Use
File.separator, since it is guaranteed to be a
string containing a single character and it does not require a privilege check. |
| io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils.PATH_SEPARATOR
Use
File.pathSeparator, since it is guaranteed to be a
string containing a single character and it does not require a privilege check. |
Copyright © 2016–2017. All rights reserved.