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
Modifier and TypeMethodDescriptionvoid
Display a progress message.
-
Method Details
-
showTarProgressMessage
Display a progress message.- Parameters:
msg
- The message to display.
-