Uses of Class
org.apache.maven.model.PatternSet

Packages that use PatternSet
org.apache.maven.model   
org.apache.maven.model.io.xpp3   
 

Uses of PatternSet in org.apache.maven.model
 

Subclasses of PatternSet in org.apache.maven.model
 class FileSet
          null
 class Resource
          This element describes all of the resources associated with a project or unit tests.
 class SourceModification
          This element describes all of the sourceModifications associated with a project.
 class UnitTest
          null
 

Uses of PatternSet in org.apache.maven.model.io.xpp3
 

Methods in org.apache.maven.model.io.xpp3 that return PatternSet
private  PatternSet MavenXpp3Reader.parsePatternSet(java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, java.lang.String encoding)
          Method parsePatternSet
 

Methods in org.apache.maven.model.io.xpp3 with parameters of type PatternSet
private  void MavenXpp3Writer.writePatternSet(PatternSet patternSet, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
          Method writePatternSet