1 5 6 package org.joseki.test; 7 8 import java.net.* ; 9 import com.hp.hpl.jena.joseki.HttpExecute; 10 11 15 public class HttpClear extends HttpExecute 16 { 17 18 public HttpClear(URL url) throws MalformedURLException 19 { 20 this(url.toString()) ; 21 } 22 23 public HttpClear(String urlStr) throws MalformedURLException 24 { 25 super(urlStr, "clear") ; 26 } 27 } 28 29 30 56 57 | Popular Tags |