com.jeffpalm.util
Interface Path.Factory

All Known Implementing Classes:
PathFactory
Enclosing interface:
Path

public static interface Path.Factory


Method Summary
 Path newInstance(java.io.File file)
           
 Path newInstance(java.lang.String str)
           
 Path newInstance(java.net.URL url)
           
 

Method Detail

newInstance

Path newInstance(java.lang.String str)

newInstance

Path newInstance(java.net.URL url)

newInstance

Path newInstance(java.io.File file)