Remove all blank lines added previously in RipperInterface
This commit is contained in:
parent
44fe9885ab
commit
c4ee75688c
@ -9,17 +9,10 @@ import java.net.URL;
|
|||||||
* Oh well, here's to encapsulation and abstraction! (raises glass)
|
* Oh well, here's to encapsulation and abstraction! (raises glass)
|
||||||
*/
|
*/
|
||||||
public interface RipperInterface {
|
public interface RipperInterface {
|
||||||
|
|
||||||
void rip() throws IOException;
|
void rip() throws IOException;
|
||||||
|
|
||||||
boolean canRip(URL url);
|
boolean canRip(URL url);
|
||||||
|
|
||||||
URL sanitizeURL(URL url) throws MalformedURLException;
|
URL sanitizeURL(URL url) throws MalformedURLException;
|
||||||
|
|
||||||
void setWorkingDir(URL url) throws IOException;
|
void setWorkingDir(URL url) throws IOException;
|
||||||
|
|
||||||
String getHost();
|
String getHost();
|
||||||
|
|
||||||
String getGID(URL url) throws MalformedURLException;
|
String getGID(URL url) throws MalformedURLException;
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user