com.github.dockerjava.core
Class NameParser.HostnameReposName

java.lang.Object
  extended by com.github.dockerjava.core.NameParser.HostnameReposName
Enclosing class:
NameParser

public static class NameParser.HostnameReposName
extends Object


Field Summary
 String hostname
           
 String reposName
           
 
Constructor Summary
NameParser.HostnameReposName(String hostname, String reposName)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hostname

public final String hostname

reposName

public final String reposName
Constructor Detail

NameParser.HostnameReposName

public NameParser.HostnameReposName(String hostname,
                                    String reposName)


Copyright © 2014. All Rights Reserved.