FME Server C++ API 3.0

IFMEServerFileInfo Class Reference

IFMEServerFileInfo interface. More...

#include <ifmeserverfileinfo.h>

List of all members.

Public Member Functions

virtual void getDate (IFMEServerString &date) const =0
virtual FMEServerFileType getFileType () const =0
virtual const IFMEServerPathgetPath () const =0
virtual FME_UInt32 getSize () const =0

Protected Member Functions

 IFMEServerFileInfo ()
virtual ~IFMEServerFileInfo ()

Private Member Functions

 IFMEServerFileInfo (const IFMEServerFileInfo &other)
IFMEServerFileInfooperator= (const IFMEServerFileInfo &other)

Detailed Description

IFMEServerFileInfo interface.

Package Overview:

This file defines the interface that subclasses of this class MUST follow.

Developers MUST NOT implement their own subclasses of this, instead, the FME will ALWAYS provide them with the subclass instance they should be using.


Constructor & Destructor Documentation

IFMEServerFileInfo::IFMEServerFileInfo ( ) [inline, protected]
virtual IFMEServerFileInfo::~IFMEServerFileInfo ( ) [inline, protected, virtual]
IFMEServerFileInfo::IFMEServerFileInfo ( const IFMEServerFileInfo other) [private]

Member Function Documentation

virtual void IFMEServerFileInfo::getDate ( IFMEServerString date) const [pure virtual]

Gets the date.

Parameters:
datethe returned date.
virtual FMEServerFileType IFMEServerFileInfo::getFileType ( ) const [pure virtual]

Gets the file type.

Returns:
the file type.
virtual const IFMEServerPath& IFMEServerFileInfo::getPath ( ) const [pure virtual]

Gets the path.

Returns:
the path object.
virtual FME_UInt32 IFMEServerFileInfo::getSize ( ) const [pure virtual]

Gets the size.

Returns:
the file object size. If this is a file, then this is the size of the file in bytes. If this is a directory, then this is zero.
IFMEServerFileInfo& IFMEServerFileInfo::operator= ( const IFMEServerFileInfo other) [private]

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines