things.thinger.io
Class FileSystemLocator

java.lang.Object
  extended by things.thinger.io.FileSystemLocator

public class FileSystemLocator
extends java.lang.Object

A locator for a file system item.

Version:
1.0

Version History

EPG - Initial - 20 FEB 05
 
Author:
Erich P. Gatejen

Constructor Summary
FileSystemLocator(AFileSystem theFileSystem, java.lang.String path)
          Constructor
 
Method Summary
 java.lang.String getPath()
          Get the path.
 AFileSystem getTheFileSystem()
          GEt the file system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemLocator

public FileSystemLocator(AFileSystem theFileSystem,
                         java.lang.String path)
                  throws ThingsException
Constructor

Parameters:
theFileSystem -
path -
Throws:
java.lang.Throwable
ThingsException
Method Detail

getTheFileSystem

public AFileSystem getTheFileSystem()
GEt the file system.

Returns:
the file system. It'll never be null.
See Also:
AFileSystem

getPath

public java.lang.String getPath()
Get the path.

Returns:
the path. It'll never be null.


Things.