Package | Description |
---|---|
org.apache.maven.shared.model.fileset | |
org.apache.maven.shared.model.fileset.io.xpp3 |
Modifier and Type | Class and Description |
---|---|
class |
FileSet
Defines the rules for matching and working with files in
a given base directory.
|
Modifier and Type | Method and Description |
---|---|
private SetBase |
FileSetXpp3Reader.parseSetBase(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseSetBase.
|
Modifier and Type | Method and Description |
---|---|
private void |
FileSetXpp3Writer.writeSetBase(SetBase setBase,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeSetBase.
|