Interface TarProgressDisplay
-
public interface TarProgressDisplayThis interface is provided to TarArchive to display progress information during operation. This is required to display the results of the 'list' operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidshowTarProgressMessage(java.lang.String msg)Display a progress message.
-