ResourceChangeIncrementalBuilder.class,
cc );
final URL resourceUrl1 = this.getClass().getResource( "/BuildChangeListenerRepo/src/main/resources/add.drl" );
final org.uberfire.java.nio.file.Path nioResourcePath1 = fs.getPath( resourceUrl1.toURI() );
final Path resourcePath1 = paths.convert( nioResourcePath1 );
final URL resourceUrl2 = this.getClass().getResource( "/BuildChangeListenerRepo/src/main/resources/update.drl" );
final org.uberfire.java.nio.file.Path nioResourcePath2 = fs.getPath( resourceUrl2.toURI() );
final Path resourcePath2 = paths.convert( nioResourcePath2 );
final URL resourceUrl3 = this.getClass().getResource( "/BuildChangeListenerRepo/src/main/resources/delete.drl" );
final org.uberfire.java.nio.file.Path nioResourcePath3 = fs.getPath( resourceUrl3.toURI() );
final Path resourcePath3 = paths.convert( nioResourcePath3 );
// final Set<ResourceChange> batch = new HashSet<ResourceChange>();
// batch.add( new ResourceChange( ChangeType.ADD,
// resourcePath1,
// new SessionInfoImpl( "id",