Package io.microsphere.constants
Interface PathConstants
-
- All Known Subinterfaces:
Constants
public interface PathConstants
Path Constants Definition- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
PathConstants
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BACK_SLASH
Back Slash :"\"
static char
BACK_SLASH_CHAR
Back Slash charstatic java.lang.String
DOUBLE_SLASH
Double Slash :"//"
static java.lang.String
SLASH
Slash :"/"
static char
SLASH_CHAR
Slash char
-
-
-
Field Detail
-
SLASH_CHAR
static final char SLASH_CHAR
Slash char- See Also:
- Constant Field Values
-
BACK_SLASH_CHAR
static final char BACK_SLASH_CHAR
Back Slash char- See Also:
- Constant Field Values
-
SLASH
static final java.lang.String SLASH
Slash :"/"
- See Also:
- Constant Field Values
-
DOUBLE_SLASH
static final java.lang.String DOUBLE_SLASH
Double Slash :"//"
- See Also:
- Constant Field Values
-
BACK_SLASH
static final java.lang.String BACK_SLASH
Back Slash :"\"
- See Also:
- Constant Field Values
-
-