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

io.afu.utils.component.nginx.NginxInclude Maven / Gradle / Ivy

There is a newer version: 0.0.55-RELEASE
Show newest version
package io.afu.utils.component.nginx;

public class NginxInclude {
    private String target;


    public String getTarget() {
        return target;
    }

    public void setTarget(String target) {
        this.target = target;
    }

    public String getInclude() {
        return "include "+target;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy