Package htmlcompiler.pojos.compile
Class ChecksConfig
java.lang.Object
htmlcompiler.pojos.compile.ChecksConfig
public final class ChecksConfig extends Object
-
Field Summary
Fields Modifier and Type Field Description Map<String,Boolean>
checks
Set<String>
ignoreAttributes
Set<String>
ignoreTags
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description static ChecksConfig
readChecksConfiguration(String confLocation, com.google.gson.Gson gson)
-
Field Details
-
Constructor Details
-
Method Details
-
readChecksConfiguration
public static ChecksConfig readChecksConfiguration(String confLocation, com.google.gson.Gson gson) throws IOException- Throws:
IOException
-