On Friday, May 18, the normal maintenance window (17:00 Pacific time) will be extended for data center maintenance until 23:00 Pacific. No extended down-time is planned, but brief delays and interruptions are possible throughout the period.
url.hpp
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #ifndef _SVNCPP_URL_HPP_
00025 #define _SVNCPP_URL_HPP_
00026
00027
00028 #include "svncpp/string_wrapper.hpp"
00029 #include "svncpp/vector_wrapper.hpp"
00030
00031 namespace svn
00032 {
00033 class Url
00034 {
00035 public:
00037 Url();
00038
00040 virtual ~Url();
00041
00050 static bool
00051 isValid(const char * urlToValidate);
00052
00061 static std::string
00062 escape(const char * url);
00063
00069 static std::string
00070 unescape(const char * url);
00071
00079 static std::vector<std::string>
00080 supportedSchemas();
00081 };
00082 }
00083
00084 #endif
00085
00086
00087
00088
00089
00090
Generated on Tue Oct 6 19:45:57 2009 for SvnCpp by
1.5.8