mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-01-18 21:17:59 +01:00
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)
|
||||
*/
|
||||
public interface RipperInterface {
|
||||
|
||||
void rip() throws IOException;
|
||||
|
||||
boolean canRip(URL url);
|
||||
|
||||
URL sanitizeURL(URL url) throws MalformedURLException;
|
||||
|
||||
void setWorkingDir(URL url) throws IOException;
|
||||
|
||||
String getHost();
|
||||
|
||||
String getGID(URL url) throws MalformedURLException;
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user