net.sf.jpkgmk
Interface PermissionProvider

All Known Implementing Classes:
DefaultPermissionProvider

public interface PermissionProvider

Interface for providing the mode/permissions to be used for a specific file

Since:
1.0
Version:
$Revision: 2 $ $Date: 2008-08-20 21:14:19 +0200 (Mi, 20 Aug 2008) $
Author:
gommma (gommma AT users.sourceforge.net), Last changed by: $Author: gommma $

Method Summary
 java.lang.String getMode(java.io.File file)
           
 

Method Detail

getMode

java.lang.String getMode(java.io.File file)
Returns:
Returns the 4 bit permissions to be set for the given file in the prototype. E.g. "0775"


Copyright © 2007-2008. All Rights Reserved.