Package com.diffplug.spotless.pom
Class SortPomCfg
java.lang.Object
com.diffplug.spotless.pom.SortPomCfg
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanbooleanbooleanintbooleanbooleanbooleanbooleanboolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
version
-
encoding
-
lineSeparator
-
expandEmptyElements
public boolean expandEmptyElements -
spaceBeforeCloseEmptyElement
public boolean spaceBeforeCloseEmptyElement -
keepBlankLines
public boolean keepBlankLines -
endWithNewline
public boolean endWithNewline -
nrOfIndentSpace
public int nrOfIndentSpace -
indentBlankLines
public boolean indentBlankLines -
indentSchemaLocation
public boolean indentSchemaLocation -
indentAttribute
-
predefinedSortOrder
-
quiet
public boolean quiet -
sortOrderFile
-
sortDependencies
-
sortDependencyManagement
-
sortDependencyExclusions
-
sortPlugins
-
sortProperties
public boolean sortProperties -
sortModules
public boolean sortModules -
sortExecutions
public boolean sortExecutions
-
-
Constructor Details
-
SortPomCfg
public SortPomCfg()
-