com.intel.gpe.clients.api
Interface Permissions


public interface Permissions

The abstraction of the remote file permissions

Version:
$Id: Permissions.java,v 1.3 2005/10/03 13:31:39 lukichev Exp $
Author:
Alexander Lukichev

Method Summary
 boolean getExecutable()
           
 boolean getReadable()
           
 boolean getWritable()
           
 

Method Detail

getReadable

boolean getReadable()
Returns:
true if the file is readable

getExecutable

boolean getExecutable()
Returns:
true if the file is executable

getWritable

boolean getWritable()
Returns:
true if the file is writable


Copyright © 2008. All Rights Reserved.