All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fartherp.framework.file.nfs.NfsConfig Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 2018. CK. All rights reserved.
 */

package com.github.fartherp.framework.file.nfs;

/**
 * Created by IntelliJ IDEA.
 * Author: CK
 * Date: 2016/3/7
 */
public class NfsConfig {

    private String defaultDir;

    public String getDefaultDir() {
        return defaultDir;
    }

    public void setDefaultDir(String defaultDir) {
        this.defaultDir = defaultDir;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy