au.com.prunge.jgenfile
Interface AbsolutePath

All Superinterfaces:
Path
All Known Implementing Classes:
ItemListAbsolutePath

public interface AbsolutePath
extends Path

An extension of the path interface. Absolute paths have an item which is a root of the file system as its most distant ancestor.

Version:
1.0
Author:
Peter Runge

Nested Class Summary
 
Nested classes inherited from class au.com.prunge.jgenfile.Path
Path.Iterator
 
Method Summary
 au.com.prunge.jgenfile.AbsoluteItemReference toItemReference()
          Creates an item reference for this path.
 
Methods inherited from interface au.com.prunge.jgenfile.Path
getItem, iterator, toList, toList
 

Method Detail

toItemReference

public au.com.prunge.jgenfile.AbsoluteItemReference toItemReference()
                                                             throws JGenFileException
Creates an item reference for this path.

Returns:
an item reference for this path.
Throws:
JGenFileException - if an error occurs.