How to get all url of a website
Java
2
Posts
2
Posters
0
Views
1
Watching
-
Hi everybody ! How can i get all url of a site(the input parameter is domain name) using Java. Thanks !
Here, I've started it for you:
/**
* Example java program
* Changelog:
* 4/25/2008
* -Original post by SpacixOne
* 4/30/2008
* -Updated Exception handler from Greeeg's suggestion.
* -Changed to more appropriate namespace
* 11/2/2009
* - Ported original code from C# to java
*/package NeedsCode;
/**
* Example java program
* @author anon
*/
public class Main {/\*\* \* Main entry point for program. \* @param args the command line arguments \*/ public static void main(String\[\] args) { throw new UnsupportedOperationException( "The program code needs to be implemented."); }
}
Panic, Chaos, Destruction. My work here is done.