com.intel.gpe.clients.api
Interface FileSystem


public interface FileSystem

The abstraction of the information about the remote file system.

Version:
$Id: FileSystem.java,v 1.3 2005/12/15 08:12:57 lukichev Exp $
Author:
Alexander Lukichev

Field Summary
static java.lang.String HOME
           
static java.lang.String ROOT
           
static java.lang.String STORAGE_SERVER
           
static java.lang.String TEMP
           
static java.lang.String WORK
           
 
Method Summary
 java.lang.String getName()
           
 

Field Detail

WORK

static final java.lang.String WORK
See Also:
Constant Field Values

ROOT

static final java.lang.String ROOT
See Also:
Constant Field Values

TEMP

static final java.lang.String TEMP
See Also:
Constant Field Values

HOME

static final java.lang.String HOME
See Also:
Constant Field Values

STORAGE_SERVER

static final java.lang.String STORAGE_SERVER
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
Returns:
The name of the remote file system.


Copyright © 2008. All Rights Reserved.