#include <IONameArchiveFile.h>
Public Member Functions | |
IONameArchiveFile (const string &fileName) throw (InvalidArgument) | |
constructor from fileName | |
IONameArchiveFile (const string &uniqueID, const string &className) throw () | |
constructor from uniqueID and classname | |
bool | wildcard () const |
wildcard if it contains a `*' | |
Protected Member Functions | |
virtual void | parse () throw (InvalidArgument) |
virtual void | construct () throw () |
void | expandWildcards () |
Uses SCT_PERSISTENT_DIR
Definition at line 12 of file IONameArchiveFile.h.
|
constructor from fileName
Definition at line 9 of file IONameArchiveFile.cpp. References Sct::InvalidArgument. |
|
constructor from uniqueID and classname
Definition at line 13 of file IONameArchiveFile.cpp. |
|
wildcard if it contains a `*'
Definition at line 23 of file IONameArchiveFile.cpp. |