org.openarchitectureware.xpand2.output
Interface VetoStrategy2

All Superinterfaces:
VetoStrategy

public interface VetoStrategy2
extends VetoStrategy

Since:
4.3.1
Author:
thoms

Method Summary
 boolean hasVetoBeforeOpen(FileHandle handle)
          Called before the file will be opened and generated.
 
Methods inherited from interface org.openarchitectureware.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