org.jvending.provisioning.stocking.filter
Interface StockingFilter

All Known Implementing Classes:
BundleFilter, FormatFilter, JnlpFilter, MimeTypeFilter

public interface StockingFilter

Provides a service for filtering content and modifying the provisioning archive descriptor.

Since:
1.3a
Author:
Shane Isbell

Method Summary
 void doFilter(FilterTask filterTask)
          Uses the FilterTask to filter the content and to modify the provisioning archive descriptor.
 

Method Detail

doFilter

void doFilter(FilterTask filterTask)
Uses the FilterTask to filter the content and to modify the provisioning archive descriptor. This method may also choose to use StockingComponent.handleStockingEvent() to notify the provisioning framework of any modifications to the PAR file.

Parameters:
filterTask -


Copyright 2006 null. All Rights Reserved.