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

Interface com.jconfig.FileUtilsI

  Summary

public interface  FileUtilsI
{
          // Fields 1
     public static final String copyrightString;

          // Methods 4
     public abstract String getAbsolutePath(File);
     public abstract String getName(File);
     public abstract String getPath(File);
     public abstract void initialize(File, int);
}

Interface which gets the name and path from a java File object.

Author:
Copyright (c) 1997-2002 Samizdat Productions. All Rights Reserved.


  Cross Reference

Returned By:
FileRegistryI.getFileUtils()





  Fields

· copyrightString

Summary  |  Top
   public static final String copyrightString


  Methods

· initialize

Summary  |  Top

   public abstract void initialize(File curDir, 
                                   int creator) 


· getPath

Summary  |  Top
   public abstract String getPath(File fl) 


· getAbsolutePath

Summary  |  Top
   public abstract String getAbsolutePath(File fl) 


· getName

Summary  |  Top
   public abstract String getName(File fl) 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7