com.jeffpalm.util
Class PathFactory

java.lang.Object
  extended by com.jeffpalm.util.PathFactory
All Implemented Interfaces:
Path.Factory

public final class PathFactory
extends java.lang.Object
implements Path.Factory


Constructor Summary
PathFactory()
           
 
Method Summary
 Path newInstance(java.io.File v)
           
 Path newInstance(java.lang.String v)
           
 Path newInstance(java.net.URL v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathFactory

public PathFactory()
Method Detail

newInstance

public Path newInstance(java.lang.String v)
Specified by:
newInstance in interface Path.Factory

newInstance

public Path newInstance(java.net.URL v)
Specified by:
newInstance in interface Path.Factory

newInstance

public Path newInstance(java.io.File v)
Specified by:
newInstance in interface Path.Factory