ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

org.jboss.shrinkwrap.impl.base.io.tar
Interface TarProgressDisplay


public interface TarProgressDisplay

This interface is provided to TarArchive to display progress information during operation. This is required to display the results of the 'list' operation.


Method Summary
 void showTarProgressMessage(String msg)
          Display a progress message.
 

Method Detail

showTarProgressMessage

void showTarProgressMessage(String msg)
Display a progress message.

Parameters:
msg - The message to display.

ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.