com.theorem.ftp
Class CorrectPath

java.lang.Object
  |
  +--com.theorem.ftp.CorrectPath
Direct Known Subclasses:
FCorrectPath

public class CorrectPath
extends java.lang.Object

Correct path separators between the Windows & Unix world.


Field Summary
 char sep
           
 
Constructor Summary
CorrectPath()
           
 
Method Summary
 java.lang.String fixPath(java.lang.String path)
           
 java.lang.String newPath(java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sep

public char sep
Constructor Detail

CorrectPath

public CorrectPath()
Method Detail

newPath

public java.lang.String newPath(java.lang.String path)

fixPath

public java.lang.String fixPath(java.lang.String path)