com.github.dockerjava.client.model
Class CopyConfig

java.lang.Object
  extended by com.github.dockerjava.client.model.CopyConfig

public class CopyConfig
extends Object

Configuration object for copy command.

Author:
Victor Lyuboslavsky

Constructor Summary
CopyConfig()
          Constructor.
 
Method Summary
 String getHostPath()
          Retrieves the 'hostPath' variable.
 String getResource()
          Retrieves the 'resource' variable.
 void setHostPath(String hostPath)
          Sets the 'hostPath' variable.
 void setResource(String resource)
          Sets the 'resource' variable.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CopyConfig

public CopyConfig()
Constructor.

Method Detail

getResource

public String getResource()
Retrieves the 'resource' variable.

Returns:
the 'resource' variable value

setResource

public void setResource(String resource)
Sets the 'resource' variable.

Parameters:
resource - the new 'resource' variable value to set

getHostPath

public String getHostPath()
Retrieves the 'hostPath' variable.

Returns:
the 'hostPath' variable value

setHostPath

public void setHostPath(String hostPath)
Sets the 'hostPath' variable.

Parameters:
hostPath - the new 'hostPath' variable value to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.