Uses of Class
lu.softec.maven.mavenizer.mavenfile.MavenFileSet

Packages that use MavenFileSet
lu.softec.maven.mavenizer   
lu.softec.maven.mavenizer.mavenfile   
lu.softec.maven.mavenizer.mavenfile.internal   
 

Uses of MavenFileSet in lu.softec.maven.mavenizer
 

Methods in lu.softec.maven.mavenizer that return MavenFileSet
protected  MavenFileSet AbstractPomMavenizerMojo.getMavenizerConfig()
          Parse the mavenizer configuration into a MavenFileSet
 

Uses of MavenFileSet in lu.softec.maven.mavenizer.mavenfile
 

Fields in lu.softec.maven.mavenizer.mavenfile declared as MavenFileSet
protected  MavenFileSet MavenFile.dependencies
          dependencies of this file
 

Methods in lu.softec.maven.mavenizer.mavenfile that return MavenFileSet
 MavenFileSet MavenFile.getDependencies()
          Returns the dependencies for this file.
 MavenFileSet MavenFileParser.getMavenFileSet()
          Read a MavenFileSet from the parser On success, the parser position is moved on the end tag of the set read On error, parser is stop where the error occurs.
 MavenFileSet MavenFileFactory.getMavenFileSet(FileDependencySet fileSet)
          Convert a FileDependencySet into a MavenFileSet.
 

Methods in lu.softec.maven.mavenizer.mavenfile with parameters of type MavenFileSet
 MavenFile MavenFileFactory.getMavenFile(java.io.File file, java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.lang.String classifier, MavenFileSet deps, org.apache.maven.artifact.repository.ArtifactRepository repository, java.util.List remoteRepositories)
          Associate a File with its Maven coordinates and dependencies
 void MavenFileSerializer.SerializeMavenFileSet(MavenFileSet set)
          Write a MavenFileSet to the serializer
 

Uses of MavenFileSet in lu.softec.maven.mavenizer.mavenfile.internal
 

Methods in lu.softec.maven.mavenizer.mavenfile.internal that return MavenFileSet
 MavenFileSet DefaultMavenFileParser.getMavenFileSet()
           
 MavenFileSet DefaultMavenFileFactory.getMavenFileSet(FileDependencySet fileSet)
           
 

Methods in lu.softec.maven.mavenizer.mavenfile.internal with parameters of type MavenFileSet
 MavenFile DefaultMavenFileFactory.getMavenFile(java.io.File libfile, java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.lang.String classifier, MavenFileSet deps, org.apache.maven.artifact.repository.ArtifactRepository repository, java.util.List remoteRepositories)
           
 void DefaultMavenFileSerializer.SerializeMavenFileSet(MavenFileSet set)
           
 



Copyright © 2010-2011 SOFTEC sa. All Rights Reserved.