Uses of Interface
net.integrio.maven.aws.data.TransferProgress
-
Packages that use TransferProgress Package Description net.integrio.maven.aws net.integrio.maven.aws.data.transfer net.integrio.maven.aws.maven -
-
Uses of TransferProgress in net.integrio.maven.aws
Methods in net.integrio.maven.aws with parameters of type TransferProgress Modifier and Type Method Description protected voidAmazonS3Wagon. getResource(String resourceName, File destination, TransferProgress transferProgress)protected voidAmazonS3Wagon. putResource(File source, String destination, TransferProgress transferProgress) -
Uses of TransferProgress in net.integrio.maven.aws.data.transfer
Classes in net.integrio.maven.aws.data.transfer that implement TransferProgress Modifier and Type Class Description classStandardTransferProgressConstructors in net.integrio.maven.aws.data.transfer with parameters of type TransferProgress Constructor Description TransferProgressFileInputStream(File file, TransferProgress transferProgress)TransferProgressFileOutputStream(File file, TransferProgress transferProgress) -
Uses of TransferProgress in net.integrio.maven.aws.maven
Methods in net.integrio.maven.aws.maven with parameters of type TransferProgress Modifier and Type Method Description protected abstract voidAbstractWagon. getResource(String resourceName, File destination, TransferProgress transferProgress)protected abstract voidAbstractWagon. putResource(File source, String destination, TransferProgress transferProgress)
-