25 #ifndef LIMAL_NFS_SERVER_NFS_EXPORTS_HPP
26 #define LIMAL_NFS_SERVER_NFS_EXPORTS_HPP
29 #include <blocxx/String.hpp>
30 #include <blocxx/Array.hpp>
31 #include <blocxx/List.hpp>
32 #include <blocxx/Map.hpp>
36 namespace LIMAL_NAMESPACE
38 namespace NFS_SERVER_NAMESPACE
73 const blocxx::String &value);
116 blocxx::String toString()
const;
123 blocxx::String getName()
const;
130 blocxx::String getValue()
const;
136 void setName(
const blocxx::String &name);
141 void setValue(
const blocxx::String &value);
157 void setOption(
const blocxx::String &option);
235 const blocxx::String &options);
270 blocxx::String toString()
const;
277 blocxx::String getClient()
const;
291 blocxx::String getOptionsString()
const;
298 void setClient (
const blocxx::String &client);
312 void setOptions(
const blocxx::String &options);
409 blocxx::String toString()
const;
415 blocxx::StringArray toStringArray()
const;
420 blocxx::String getPath()
const;
437 void setPath(
const blocxx::String &path);
469 bool removeClient(
const blocxx::String &cname);
483 void removeClients();
613 #endif // LIMAL_NFS_SERVER_NFS_EXPORTS_HPP