com.jeffpalm.util
Interface Path


public interface Path


Nested Class Summary
static interface Path.Factory
           
static interface Path.Iterator
           
 
Method Summary
 java.io.File file()
           
 java.lang.String name()
           
 java.lang.String string()
           
 java.net.URL url()
           
 

Method Detail

name

java.lang.String name()

string

java.lang.String string()

url

java.net.URL url()
                 throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

file

java.io.File file()