public class Mount extends Object
DockerFly Framework. WebSite: https://git.oschina.net/helyho/JDocker Licence: Apache v2 License
| 构造器和说明 |
|---|
Mount() |
Mount(String source,
String target,
boolean readOnly) |
Mount(String type,
String source,
String target,
boolean readOnly) |
public void setReadOnly(Boolean readOnly)
public Boolean isReadOnly()
public void setSource(String source)
public String getSource()
public void setTarget(String target)
public String getTarget()
public void setType(String type)
public String getType()
Copyright © 2017 Voovan. All rights reserved.