diff --git a/Code/Wrappers/SWIG/otbApplication.i b/Code/Wrappers/SWIG/otbApplication.i
index 24628ec34e103dc2b9d28d67bf028e7c8bf0952c..7780e9ee39197db15f55436f3b0bfd5c799f80b0 100644
--- a/Code/Wrappers/SWIG/otbApplication.i
+++ b/Code/Wrappers/SWIG/otbApplication.i
@@ -205,6 +205,9 @@ class Registry : public itkObject
 public:
   static std::vector<std::string> GetAvailableApplications();
   static Application_Pointer CreateApplication(const std::string& name);
+  static void AddApplicationPath(std::string newpath);
+  static void SetApplicationPath(std::string newpath);
+
 
 protected:
   Registry();