eu.xtreemos.xosd.utilities
Class XOSDPaths

java.lang.Object
  extended by eu.xtreemos.xosd.utilities.XOSDPaths

public class XOSDPaths
extends java.lang.Object

A utility class for dealing with and obtaining path-related strings.

Author:
matej.artac@xlab.si

Constructor Summary
XOSDPaths()
           
 
Method Summary
static java.lang.String getFullPath(java.lang.String path)
          For a path that is relative, this method composes an absolute path that starts with the xosd's root.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XOSDPaths

public XOSDPaths()
Method Detail

getFullPath

public static java.lang.String getFullPath(java.lang.String path)
For a path that is relative, this method composes an absolute path that starts with the xosd's root.

Parameters:
path - The path that is either relative to the xosd, or an absolute certificate.
Returns:
Absolute path to xosd root and continuing with the input path if the provided path was relative, or an unchanged input path otherwise.