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

Class com.jconfig.nix.DateUtilsNix
java.lang.Object
   |
   +----com.jconfig.nix.DateUtilsNix

  Summary

class  DateUtilsNix
     extends java.lang.Object
{
          // Fields 1
     private static final String copyrightString;

          // Constructors 1
     public DateUtilsNix();

          // Methods 4
     static DateBundle getFileDateBundle(String);
     static DateBundle getVolumeDateBundle(String);
     static void setFileDateBundle(String, DateBundle);
     static void setVolumeDateBundle(String, DateBundle);

}

A singleton used to create a DateBundle from a file/folder/drive.

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




  Fields

· copyrightString

Summary  |  Top

   private static final String copyrightString


  Constructors

· DateUtilsNix

Summary  |  Top

   public DateUtilsNix() 

Default constructor



  Methods

· getFileDateBundle

Summary  |  Top
   static DateBundle getFileDateBundle(String filePath) 

Returns a DateBundle containing the dates of the given file. Returns null if an error occurs

Parameter Description
path the full path name



· setFileDateBundle

Summary  |  Top
   static void setFileDateBundle(String path, 
                                 DateBundle newDates) 

Sets the DateBundle of a file.

Throws: UnimplementedException
this method always throws an UnimplementedException


· getVolumeDateBundle

Summary  |  Top
   static DateBundle getVolumeDateBundle(String driveName) 

Returns a DateBundle containing the dates of the given volume. Returns null if an error occurs

Parameter Description
driveName the drive name



· setVolumeDateBundle

Summary  |  Top
   static void setVolumeDateBundle(String driveName, 
                                   DateBundle newDates) 

Sets the DateBundle for a volume.

Throws: UnimplementedException
this method always throws an UnimplementedException


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