org.apache.wvcm.util
Class FileUtil

java.lang.Object
  extended by org.apache.wvcm.util.FileUtil

public final class FileUtil
extends java.lang.Object

File based utility methods.


Constructor Summary
FileUtil()
           
 
Method Summary
static java.lang.String combinePaths(java.lang.String path1, java.lang.String path2)
          Combine 2 specified paths (URL/Unix filename format).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUtil

public FileUtil()
Method Detail

combinePaths

public static java.lang.String combinePaths(java.lang.String path1,
                                            java.lang.String path2)
Combine 2 specified paths (URL/Unix filename format).

Parameters:
path1 - first path (primary/base)
path2 - second path (relative)
Returns:
combined paths


Copyright (c) 2003 - Apache Software Foundation