Uses of Interface
org.sonatype.aether.transfer.TransferResource

Packages that use TransferResource
org.sonatype.aether.transfer   
org.sonatype.aether.util.listener   
 

Uses of TransferResource in org.sonatype.aether.transfer
 

Methods in org.sonatype.aether.transfer that return TransferResource
 TransferResource TransferEvent.getResource()
          Gets the resource that is being transferred.
 

Uses of TransferResource in org.sonatype.aether.util.listener
 

Classes in org.sonatype.aether.util.listener that implement TransferResource
 class DefaultTransferResource
          A simple transfer resource.
 

Methods in org.sonatype.aether.util.listener that return TransferResource
 TransferResource DefaultTransferEvent.getResource()
           
 

Methods in org.sonatype.aether.util.listener with parameters of type TransferResource
 DefaultTransferEvent DefaultTransferEvent.setResource(TransferResource resource)
          Sets the resource being transferred.
 



Copyright © 2010-2012. All Rights Reserved.