org.eclipse.xpand2.output
Interface VetoStrategy2

All Superinterfaces:
VetoStrategy

public interface VetoStrategy2
extends VetoStrategy

Since:
4.3.1

Method Summary
 boolean hasVetoBeforeOpen(FileHandle handle)
          Called before the file will be opened and generated.
 
Methods inherited from interface org.eclipse.xpand2.output.VetoStrategy
hasVeto
 

Method Detail

hasVetoBeforeOpen

boolean hasVetoBeforeOpen(FileHandle handle)
Called before the file will be opened and generated.

Parameters:
impl - A handle to the file that will be generated
Returns:
if hasVetoBeforeOpen returns true the file will not be opened nor generated

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