Package com.fifa.connectid.sdk.util
Class ResourcePath
- java.lang.Object
-
- com.fifa.connectid.sdk.util.ResourcePath
-
public class ResourcePath extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringPATH_DELIMITER
-
Constructor Summary
Constructors Constructor Description ResourcePath(String... segments)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourcePathparse(String pathAsString)StringtoString()
-
-
-
Field Detail
-
PATH_DELIMITER
public static final String PATH_DELIMITER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ResourcePath
public ResourcePath(String... segments)
-
-
Method Detail
-
parse
public static ResourcePath parse(String pathAsString)
-
-