XDC - v. 0.6.1

net.sf.xdc.processing
Interface FileAction


public interface FileAction

This class is used in the process of assembling the set of source files to which the XDC application is to be applied.

Since:
0.5
Version:
0.5
Author:
Jens Voß

Method Summary
 void execute(XdcSource xdcSource)
          The execute method is used to either include or exclude a potential XML source file from the XDC tool.
 

Method Detail

execute

public void execute(XdcSource xdcSource)
The execute method is used to either include or exclude a potential XML source file from the XDC tool.

Parameters:
xdcSource - The XML source file to be included in or excluded from the XDC tool

XDC - v. 0.6.1