Uses of Class
org.apache.maven.plugin.invoker.model.BuildJob

Packages that use BuildJob
org.apache.maven.plugin.invoker.model.io.xpp3   
 

Uses of BuildJob in org.apache.maven.plugin.invoker.model.io.xpp3
 

Methods in org.apache.maven.plugin.invoker.model.io.xpp3 that return BuildJob
 BuildJob BuildJobXpp3Reader.read(InputStream in)
          Method read.
 BuildJob BuildJobXpp3Reader.read(InputStream in, boolean strict)
          Method read.
 BuildJob BuildJobXpp3Reader.read(Reader reader)
           
 BuildJob BuildJobXpp3Reader.read(Reader reader, boolean strict)
           
 

Methods in org.apache.maven.plugin.invoker.model.io.xpp3 with parameters of type BuildJob
 void BuildJobXpp3Writer.write(Writer writer, BuildJob buildJob)
          Method write.
 



Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved.