Main Page | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Namespace Members | Data Fields | Globals | Related Pages

svn::Url Class Reference

#include <url.hpp>


Public Member Functions

 Url ()
virtual ~Url ()

Static Public Member Functions

static bool isValid (const char *url)
static std::vector< std::string > supportedSchemas ()


Constructor & Destructor Documentation

svn::Url::Url  ) 
 

Constructor

virtual svn::Url::~Url  )  [virtual]
 

Destructor


Member Function Documentation

static bool svn::Url::isValid const char *  url  )  [static]
 

Checks if url is valid

Example of a valid URL: http://svn.collab.net/repos/svn Example of an invalid URL: /home/foo/bar

static std::vector<std::string> svn::Url::supportedSchemas  )  [static]
 

returns a vector with url schemas that are supported by svn

Returns:
vector with entries like "file:", "http:"


The documentation for this class was generated from the following file:
Generated on Tue Oct 25 23:07:24 2005 for SvnCpp by  doxygen 1.4.4