com.pnp.xfeature.project
Class RelativePath

java.lang.Object
  extended by com.pnp.xfeature.project.RelativePath

public class RelativePath
extends java.lang.Object

Contructs a relative path from an absolute path.

Author:
Valerio Buerker

Constructor Summary
RelativePath()
           
 
Method Summary
static java.lang.String getRelativePath(java.lang.String homepath, java.lang.String fpath)
          Constructs a relative path from an absolute path.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelativePath

public RelativePath()
Method Detail

getRelativePath

public static java.lang.String getRelativePath(java.lang.String homepath,
                                               java.lang.String fpath)
Constructs a relative path from an absolute path.

Parameters:
homepath - home directory
fpath - absolute path
Returns:
relative path


Copyright © 2004 - 2008 ETH Zurich and P&P Software GmbH, All Rights Reserved.