Class PortableUrlService
java.lang.Object
org.graffiti.plugins.ios.importers.PortableUrlService
public class PortableUrlService extends Object
A service-class that increases portability of rich-attribute graph across
platforms. The axis of modification is Unix-Windows systems, due to their
inherently different Url separation.
- Author:
- Dimitar Garkov
-
Method Summary
Modifier and Type Method Description static String
getGraphPath()
static void
processUrlAttributes(Attributable ge)
static void
setGraphPath(String path)
Set the path of, presumably, currently loading graph.
-
Method Details
-
processUrlAttributes
-
setGraphPath
Set the path of, presumably, currently loading graph.- Parameters:
path
-
-
getGraphPath
- Returns:
- previously set path or empty string otherwise
-