Class Config

java.lang.Object
net.thevpc.nuts.toolbox.nbackup.Config

public class Config extends Object
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • getLocalPath

      public String getLocalPath()
    • setLocalPath

      public Config setLocalPath(String localPath)
    • getRemoteServer

      public String getRemoteServer()
    • setRemoteServer

      public Config setRemoteServer(String remoteServer)
    • getRemoteUser

      public String getRemoteUser()
    • setRemoteUser

      public Config setRemoteUser(String remoteUser)
    • getPaths

      public List<DecoratedPath> getPaths()
    • copyFrom

      public void copyFrom(Config paramConfig)