*/
private void process() throws IOException,URISyntaxException{
//Instantiate output handler
AbstractStaticWeaveOutputHandler swoh;
if(isDirectory(this.target)){
swoh= new StaticWeaveDirectoryOutputHandler(this.source,this.target);
}else{
swoh= new StaticWeaveJAROutputHandler(new JarOutputStream(new FileOutputStream(new File(this.target.toURI()))));
}
//Instantiate classloader