Class SerializableMount
- java.lang.Object
-
- org.jbpm.process.workitem.docker.responses.SerializableMount
-
- All Implemented Interfaces:
Serializable
public class SerializableMount extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SerializableMount(com.github.dockerjava.api.command.InspectContainerResponse.Mount mount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.dockerjava.api.model.Volume
getDestination()
String
getDriver()
String
getMode()
String
getName()
Boolean
getRw()
String
getSource()
-