public class Configuration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Configuration.Builder
Builder to help create configuration.
|
| Modifier and Type | Field and Description |
|---|---|
boolean |
do_not_minify_doctype |
boolean |
ensure_spec_compliant_unquoted_attribute_values |
boolean |
keep_closing_tags |
boolean |
keep_comments |
boolean |
keep_html_and_head_opening_tags |
boolean |
keep_spaces_between_attributes |
boolean |
minify_css |
boolean |
minify_js |
boolean |
remove_bangs |
boolean |
remove_processing_instructions |
| Constructor and Description |
|---|
Configuration(boolean do_not_minify_doctype,
boolean ensure_spec_compliant_unquoted_attribute_values,
boolean keep_closing_tags,
boolean keep_comments,
boolean keep_html_and_head_opening_tags,
boolean keep_spaces_between_attributes,
boolean minify_css,
boolean minify_js,
boolean remove_bangs,
boolean remove_processing_instructions) |
public final boolean do_not_minify_doctype
public final boolean ensure_spec_compliant_unquoted_attribute_values
public final boolean keep_closing_tags
public final boolean keep_comments
public final boolean keep_html_and_head_opening_tags
public final boolean keep_spaces_between_attributes
public final boolean minify_css
public final boolean minify_js
public final boolean remove_bangs
public final boolean remove_processing_instructions
public Configuration(boolean do_not_minify_doctype,
boolean ensure_spec_compliant_unquoted_attribute_values,
boolean keep_closing_tags,
boolean keep_comments,
boolean keep_html_and_head_opening_tags,
boolean keep_spaces_between_attributes,
boolean minify_css,
boolean minify_js,
boolean remove_bangs,
boolean remove_processing_instructions)
Copyright © 2022. All rights reserved.