com.github.dockerjava.api.model
Class Binds

java.lang.Object
  extended by com.github.dockerjava.api.model.Binds

public class Binds
extends Object


Nested Class Summary
static class Binds.Deserializer
           
static class Binds.Serializer
           
 
Constructor Summary
Binds(Bind... binds)
           
 
Method Summary
 Bind[] getBinds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Binds

public Binds(Bind... binds)
Method Detail

getBinds

public Bind[] getBinds()


Copyright © 2014. All Rights Reserved.