public String toString()

in src/main/java/org/apache/sling/maven/kickstart/run/ServerConfiguration.java [223:238]


    public String toString() {
        return "ServerConfiguration{" +
            "id='" + id + '\'' +
            ", runmode='" + runmode + '\'' +
            ", port='" + port + '\'' +
            ", controlPort='" + controlPort + '\'' +
            ", contextPath='" + contextPath + '\'' +
            ", vmOpts='" + vmOpts + '\'' +
            ", debug='" + debug + '\'' +
            ", opts='" + opts + '\'' +
            ", instances=" + instances +
            ", folder=" + folder +
            ", stdOutFile='" + stdOutFile + '\'' +
            ", additionalFeatureFile=" + additionalFeatureFile +
            '}';
    }