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

svn::Url Class Reference

#include <url.hpp>


Public Member Functions

 Url ()
virtual ~Url ()

Static Public Member Functions

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


Constructor & Destructor Documentation

svn::Url::Url  ) 
 

Constructor

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

Destructor


Member Function Documentation

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

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 Fri Sep 3 00:33:08 2004 for SvnCpp by doxygen 1.3.8