com.github.dockerjava.core
Class AuthConfigFile

java.lang.Object
  extended by com.github.dockerjava.core.AuthConfigFile

public class AuthConfigFile
extends Object


Constructor Summary
AuthConfigFile()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
static AuthConfigFile loadConfig(File confFile)
           
 AuthConfig resolveAuthConfig(String hostname)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthConfigFile

public AuthConfigFile()
Method Detail

resolveAuthConfig

public AuthConfig resolveAuthConfig(String hostname)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

loadConfig

public static AuthConfigFile loadConfig(File confFile)
                                 throws IOException
Throws:
IOException


Copyright © 2014. All Rights Reserved.