Uses of Class
hudson.plugins.checkstyle.util.model.JavaPackage

Packages that use JavaPackage
hudson.plugins.checkstyle   
hudson.plugins.checkstyle.util   
hudson.plugins.checkstyle.util.model   
 

Uses of JavaPackage in hudson.plugins.checkstyle
 

Methods in hudson.plugins.checkstyle that return types with arguments of type JavaPackage
 java.util.Collection<JavaPackage> CheckStyleResult.getPackages()
          Returns the packages of this project.
 

Uses of JavaPackage in hudson.plugins.checkstyle.util
 

Methods in hudson.plugins.checkstyle.util that return JavaPackage
 JavaPackage PackageDetail.getPackage()
          Returns the maven module.
 

Methods in hudson.plugins.checkstyle.util that return types with arguments of type JavaPackage
 java.util.Collection<JavaPackage> ModuleDetail.getPackages()
          Returns the packages of this module.
 

Constructors in hudson.plugins.checkstyle.util with parameters of type JavaPackage
PackageDetail(hudson.model.AbstractBuild<?,?> owner, JavaPackage javaPackage, java.lang.String header)
          Creates a new instance of ModuleDetail.
 

Uses of JavaPackage in hudson.plugins.checkstyle.util.model
 

Methods in hudson.plugins.checkstyle.util.model that return JavaPackage
 JavaPackage MavenModule.getPackage(java.lang.String packageName)
          Gets the package with the given name.
 JavaPackage JavaProject.getPackage(java.lang.String name)
          Returns the package with the given name.
 

Methods in hudson.plugins.checkstyle.util.model that return types with arguments of type JavaPackage
 java.util.Collection<JavaPackage> MavenModule.getPackages()
          Gets the packages of this module that have annotations.
 java.util.Collection<JavaPackage> JavaProject.getPackages()
          Gets the packages of this project that have annotations.
 



Copyright © 2008. All Rights Reserved.