Package com.diffplug.spotless.pom
Class SortPomCfg
- java.lang.Object
-
- com.diffplug.spotless.pom.SortPomCfg
-
- All Implemented Interfaces:
Serializable
public class SortPomCfg extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description StringencodingbooleanexpandEmptyElementsbooleanindentBlankLinesbooleanindentSchemaLocationbooleankeepBlankLinesStringlineSeparatorintnrOfIndentSpaceStringpredefinedSortOrderStringsortDependenciesStringsortDependencyExclusionsbooleansortExecutionsbooleansortModulesStringsortOrderFileStringsortPluginsbooleansortPropertiesbooleanspaceBeforeCloseEmptyElement
-
Constructor Summary
Constructors Constructor Description SortPomCfg()
-
-
-
Field Detail
-
encoding
public String encoding
-
lineSeparator
public String lineSeparator
-
expandEmptyElements
public boolean expandEmptyElements
-
spaceBeforeCloseEmptyElement
public boolean spaceBeforeCloseEmptyElement
-
keepBlankLines
public boolean keepBlankLines
-
nrOfIndentSpace
public int nrOfIndentSpace
-
indentBlankLines
public boolean indentBlankLines
-
indentSchemaLocation
public boolean indentSchemaLocation
-
predefinedSortOrder
public String predefinedSortOrder
-
sortOrderFile
public String sortOrderFile
-
sortDependencies
public String sortDependencies
-
sortDependencyExclusions
public String sortDependencyExclusions
-
sortPlugins
public String sortPlugins
-
sortProperties
public boolean sortProperties
-
sortModules
public boolean sortModules
-
sortExecutions
public boolean sortExecutions
-
-