예제 #1
0
 public boolean testConnection(ServerDetails server)
     throws UnknownServerException, ConnectionRefusedException, BadCredentialsException,
         PermissionDeniedException {
   return wikiClient.testConnection(server);
 }