All Packages This Package Class Hierarchy Class Search Index
Class COM.tolstoy.imagemeister.FileSpecifier
java.lang.Object
|
+----COM.tolstoy.imagemeister.FileSpecifier
public class FileSpecifier
extends java.lang.Object
{
// Constructors 2
public FileSpecifier(FileSpecifier);
public FileSpecifier(DiskObject, File, FinderInfo, FileExtension);
// Methods 4
public DiskObject getDiskObject();
public File getFile();
public FileExtension getFileExtension();
public FinderInfo getFinderInfo();
}
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.
- Author:
-
Copyright (c) 1997,1998 Samizdat Productions. All Rights Reserved.
- Returned By:
- ImageViewerI.getFileSpecifier(), InfoViewerI.getFileSpecifier()
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.
public FileSpecifier(FileSpecifier fs)
public DiskObject getDiskObject()
public File getFile()
public FinderInfo getFinderInfo()
public FileExtension getFileExtension()
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7