Class MirrorUtil
java.lang.Object
com.linecorp.centraldogma.server.mirror.MirrorUtil
A utility class for creating a mirroring task.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
normalizePath
(String path) Normalizes the specifiedpath
.
-
Method Details
-
normalizePath
Normalizes the specifiedpath
. A path which starts and ends with/
would be returned. Also, it would not have consecutive/
.
-