Package com.cdancy.jenkins.rest.parsers
Class FolderPathParser
- java.lang.Object
-
- com.cdancy.jenkins.rest.parsers.FolderPathParser
-
-
Field Summary
Fields Modifier and Type Field Description static StringEMPTY_STRINGstatic StringFOLDER_NAME_PREFIXstatic CharacterFOLDER_NAME_SEPARATOR
-
Constructor Summary
Constructors Constructor Description FolderPathParser()
-
-
-
Field Detail
-
EMPTY_STRING
public static final String EMPTY_STRING
- See Also:
- Constant Field Values
-
FOLDER_NAME_PREFIX
public static final String FOLDER_NAME_PREFIX
- See Also:
- Constant Field Values
-
FOLDER_NAME_SEPARATOR
public static final Character FOLDER_NAME_SEPARATOR
-
-