org.jvending.provisioning.stocking.filter
Class FormatFilter

java.lang.Object
  extended by org.jvending.provisioning.stocking.filter.FormatFilter
All Implemented Interfaces:
StockingFilter

public final class FormatFilter
extends java.lang.Object
implements StockingFilter

Filter that removes white space from the provisioning.xml file and that removes "/" from all content/icons references within the xml file.

Since:
1.3a
Author:
Shane Isbell

Constructor Summary
FormatFilter()
           
 
Method Summary
 void doFilter(FilterTask filterTask)
          Uses the FilterTask to filter the content and to modify the provisioning archive descriptor.
 void formatClientBundle(ClientBundleType bundle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatFilter

public FormatFilter()
Method Detail

doFilter

public void doFilter(FilterTask filterTask)
Description copied from interface: StockingFilter
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.

Specified by:
doFilter in interface StockingFilter

formatClientBundle

public void formatClientBundle(ClientBundleType bundle)


Copyright 2006 null. All Rights Reserved.