Package org.codehaus.mojo.xml.format
Class FormatFileSet
java.lang.Object
org.apache.maven.model.PatternSet
org.apache.maven.model.FileSet
org.codehaus.mojo.xml.format.FormatFileSet
- All Implemented Interfaces:
Serializable,Cloneable,org.apache.maven.model.InputLocationTracker
public class FormatFileSet
extends org.apache.maven.model.FileSet
- Author:
- Peter Palaga
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FormatFileSetgetDefault(File baseDir, String encoding, int indentSize) intvoidsetEncoding(String encoding) voidsetIndentSize(int indentSize) Methods inherited from class org.apache.maven.model.FileSet
clone, getDirectory, setDirectory, toStringMethods inherited from class org.apache.maven.model.PatternSet
addExclude, addInclude, getExcludes, getIncludes, getLocation, removeExclude, removeInclude, setExcludes, setIncludes, setLocation, setOtherLocation
-
Field Details
-
DEFAULT_EXCLUDES
-
-
Constructor Details
-
FormatFileSet
public FormatFileSet()
-
-
Method Details
-
getDefault
-
getIndentSize
public int getIndentSize()- Returns:
- the number of spaces for indentation
-
getEncoding
- Returns:
- the encoding used to read the XML files
-
setEncoding
-
setIndentSize
public void setIndentSize(int indentSize)
-