Class COM.tolstoy.imagemeister.FileSpecifier
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.tolstoy.imagemeister.FileSpecifier

java.lang.Object
   |
   +----COM.tolstoy.imagemeister.FileSpecifier

public class FileSpecifier
extends Object
A utility class used to hold information on a file. An object of this class holds either a COM.tolstoy.jconfig.DiskObject object, or a java.io.File object which specifies the file. It also holds a FinderInfo and a FileExtension object on the file.

Constructor Index

 o FileSpecifier(DiskObject, File, FinderInfo, FileExtension)
Create a new instance.
 o FileSpecifier(FileSpecifier)

Method Index

 o getDiskObject()
 o getFile()
 o getFileExtension()
 o getFinderInfo()

Constructors

 o FileSpecifier
  public FileSpecifier(DiskObject d,
                       File f,
                       FinderInfo fi,
                       FileExtension fe)
Create a new instance. If both the DiskObject and the File are null, an IllegalArgumentException is thrown. Either or both of the FinderInfo and FileExtension objects can be null.
 o FileSpecifier
  public FileSpecifier(FileSpecifier fs)

Methods

 o getDiskObject
  public DiskObject getDiskObject()
 o getFile
  public File getFile()
 o getFinderInfo
  public FinderInfo getFinderInfo()
 o getFileExtension
  public FileExtension getFileExtension()

All Packages  Class Hierarchy  This Package  Previous  Next  Index