Uses of Class
org.sonatype.aether.spi.connector.Transfer.State

Packages that use Transfer.State
org.sonatype.aether.spi.connector   
 

Uses of Transfer.State in org.sonatype.aether.spi.connector
 

Methods in org.sonatype.aether.spi.connector that return Transfer.State
 Transfer.State Transfer.getState()
          Gets the state of this transfer.
static Transfer.State Transfer.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Transfer.State[] Transfer.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.sonatype.aether.spi.connector with parameters of type Transfer.State
 Transfer Transfer.setState(Transfer.State state)
          Sets the state of this transfer.
 



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