Uses of Class
org.sonatype.aether.transfer.TransferEvent.RequestType

Packages that use TransferEvent.RequestType
org.sonatype.aether.transfer   
org.sonatype.aether.util.listener   
 

Uses of TransferEvent.RequestType in org.sonatype.aether.transfer
 

Methods in org.sonatype.aether.transfer that return TransferEvent.RequestType
 TransferEvent.RequestType TransferEvent.getRequestType()
          Gets the type of the request/transfer.
static TransferEvent.RequestType TransferEvent.RequestType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TransferEvent.RequestType[] TransferEvent.RequestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of TransferEvent.RequestType in org.sonatype.aether.util.listener
 

Methods in org.sonatype.aether.util.listener that return TransferEvent.RequestType
 TransferEvent.RequestType DefaultTransferEvent.getRequestType()
           
 

Methods in org.sonatype.aether.util.listener with parameters of type TransferEvent.RequestType
 DefaultTransferEvent DefaultTransferEvent.setRequestType(TransferEvent.RequestType requestType)
          Sets the type of the request/transfer.
 



Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.