Package com.j_spaces.core.client
Class SpaceURLParser
java.lang.Object
com.j_spaces.core.client.SpaceURLParser
Copyright (c) 2010 GigaSpaces Technologies Ltd. All rights reserved
The software source code is proprietary and confidential information of GigaSpaces. You may use
the software source code solely under the terms and limitations of The license agreement granted
to you by GigaSpaces.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetRMIDurl(String rmidURL) static SpaceURLParse given URL.static SpaceURLparseURL(String spaceURLStr, Properties customProperties) Parse given space url string and return a full SpaceURL object.static void
-
Method Details
-
parseURL
Parse given URL.- Parameters:
spaceURL- space url string- Returns:
- spaceURL object which represents the passed space url string.
- Throws:
MalformedURLException
-
parseURL
public static SpaceURL parseURL(String spaceURLStr, Properties customProperties) throws MalformedURLException Parse given space url string and return a full SpaceURL object.- Returns:
- spaceURL object which represents the passed space url string.
- Throws:
MalformedURLException
-
getRMIDurl
-
printUsage
public static void printUsage()
-