Main Page
Cookbook/Overview ImageMeister the jcprops file Licensing Binary Installation & Configuration [ Win · Mac · Nix · OSX ] Changes Public API Source Code Main Page Java [ Common · Win · Mac · Nix ] Native Code [ Common · Win · Mac · Nix ] Manifest Native Code Overviews [ Common · Win · Mac · Nix · Strings ] Macros [ General · Native Macros ] Walkthroughs [ Java only · Java and native ] Building [ Win · Mac · Nix · OSX ] Distribution Issues |
All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----com.tolstoy.imagemeister.FileSpecifier
Summary |
public class FileSpecifier extends java.lang.Object { // Constructors 2 public FileSpecifier(DiskObject, File, FinderInfo, FileExtension); public FileSpecifier(FileSpecifier); // 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.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. Copyright (c) 1998-2002 Samizdat Productions. All Rights Reserved. ImageMeister is a Trademark of Samizdat Productions.
Cross Reference |
Constructors |
· FileSpecifier | Summary | Top |
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.
· FileSpecifier | Summary | Top |
public FileSpecifier(FileSpecifier fs)
Methods |
· getDiskObject | Summary | Top |
public DiskObject getDiskObject()
· getFile | Summary | Top |
public File getFile()
· getFinderInfo | Summary | Top |
public FinderInfo getFinderInfo()
· getFileExtension | Summary | Top |
public FileExtension getFileExtension()
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7