org.eclipse.xpand2.output
Interface VetoStrategy

All Known Subinterfaces:
VetoStrategy2
All Known Implementing Classes:
NoChangesVetoStrategy

public interface VetoStrategy


Method Summary
 boolean hasVeto(FileHandle handle)
          Called before the file will be written and after beforeWriteAndClose() has been invoked on all post processors.
 

Method Detail

hasVeto

boolean hasVeto(FileHandle handle)
Called before the file will be written and after beforeWriteAndClose() has been invoked on all post processors.

Parameters:
impl - A handle to the file that will be written
Returns:
if hasVeto returns true the file will not be written

Copyright 2007 committers of openArchitectureWare and others.
All Rights Reserved.