public String toString()

in src/main/groovy/com/epam/atg/gradle/manifest/ManifestConfig.groovy [123:145]


    public String toString() {
        return "ManifestConfig{" +
                "manifestVersion='" + manifestVersion + '\'' +
                ", antVersion='" + antVersion + '\'' +
                ", atgJ2ee='" + atgJ2ee + '\'' +
                ", atgEarModule='" + atgEarModule + '\'' +
                ", atgProduct=" + atgProduct +
                ", createdBy='" + createdBy + '\'' +
                ", atgClientClassPath='" + atgClientClassPath + '\'' +
                ", individualResources='" + individualResources + '\'' +
                ", atgClassPath=" + atgClassPath +
                ", atgRequired=" + atgRequired +
                ", atgRequiredIfPresent=" + atgRequiredIfPresent +
                ", atgConfigPath='" + atgConfigPath + '\'' +
                ", projectClassPath='" + projectClassPath + '\'' +
                ", generateAtgClientClassPath=" + generateAtgClientClassPath +
                ", generateIndividualResources=" + generateIndividualResources +
                ", manifestFilePath=" + manifestFilePath +
                ", skipGeneration=" + skipGeneration +
                ", override=" + override +
                ", others=" + others +
                '}';
    }