Package org.serviceconnector.util
Class URLUtility
java.lang.Object
org.serviceconnector.util.URLUtility
The Class URLUtility.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe Constant URL_SEPERATOR.static final charThe Constant URL_SEPERATOR_CHAR. -
Method Summary
-
Field Details
-
URL_SEPERATOR_CHAR
public static final char URL_SEPERATOR_CHARThe Constant URL_SEPERATOR_CHAR.- See Also:
-
URL_SEPERATOR
The Constant URL_SEPERATOR.- See Also:
-
-
Method Details
-
makePath
Make and return a valid url root path. This method replaces any file system separators by its url separator and verifies and sets all required slashes between both parts.- Parameters:
path- the pathfile- the file- Returns:
- the url path string
-