org.eclipse.xtend.backend.syslib
Interface UriBasedPostprocessor


public interface UriBasedPostprocessor

This interface represents a postprocessor that modifies - or performs some other action based on - a file after it was persisted, e.g. written to a file.

Author:
Arno Haase (http://www.haase-consulting.com)

Method Summary
 void process(java.lang.String uri)
           
 

Method Detail

process

void process(java.lang.String uri)