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.DiskAlias

  Summary

public interface  DiskAlias
     extends com.jconfig.DiskFile
{
          // Fields 6
     public static final int ALIAS_DIR;
     public static final int ALIAS_FILE;
     public static final int ALIAS_NOLONGER;
     public static final int ALIAS_OTHER;
     public static final int ALIAS_VOL;
     public static final String copyrightString;

          // Methods 2
     public abstract int getAliasType();
     public abstract int setFinderInfo(FinderInfo);
}

Represents an alias or shortcut to another file.

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




  Fields

· copyrightString

Summary  |  Top

   public static final String copyrightString


· ALIAS_VOL

Summary  |  Top
   public static final int ALIAS_VOL

Used to indicate that this is an alias to a disk drive.


· ALIAS_DIR

Summary  |  Top
   public static final int ALIAS_DIR

Used to indicate that this is an alias to a directory.


· ALIAS_FILE

Summary  |  Top
   public static final int ALIAS_FILE

Used to indicate that this is an alias to a file.


· ALIAS_OTHER

Summary  |  Top
   public static final int ALIAS_OTHER

Used to indicate that this is an alias to an unknown target.


· ALIAS_NOLONGER

Summary  |  Top
   public static final int ALIAS_NOLONGER

Used to indicate that this alias no longer exists.


  Methods

· getAliasType

Summary  |  Top

   public abstract int getAliasType() 

Indicates to what type of object this is an alias. Returns one of the preceding constants.



· setFinderInfo

Summary  |  Top
   public abstract int setFinderInfo(FinderInfo newFI) 

Sets the FinderInfo of this file. The FinderInfo is the creator and file type of this object. You can only set the creator of an alias, the type is not changed. Returns zero if no error occured; non-zero otherwise.



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