Uses of Class
com.github.axet.wget.info.URLInfo.States

Packages that use URLInfo.States
com.github.axet.wget.info   
 

Uses of URLInfo.States in com.github.axet.wget.info
 

Methods in com.github.axet.wget.info that return URLInfo.States
 URLInfo.States URLInfo.getState()
           
static URLInfo.States URLInfo.States.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static URLInfo.States[] URLInfo.States.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.github.axet.wget.info with parameters of type URLInfo.States
 void URLInfo.setState(URLInfo.States state)
           
 void URLInfo.setState(URLInfo.States state, Throwable e)
           
 



Copyright © 2012. All Rights Reserved.