hudson.plugins.serenitec.util.model
Class Package

java.lang.Object
  extended by hudson.plugins.serenitec.util.model.EntriesContainer
      extended by hudson.plugins.serenitec.util.model.Package
All Implemented Interfaces:
EntriesProvider, java.io.Serializable

public class Package
extends EntriesContainer

A serializable Java Bean class representing a Java package.

Author:
Ulli Hafner
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.plugins.serenitec.util.model.EntriesContainer
EntriesContainer.Hierarchy
 
Constructor Summary
Package(java.lang.String packageName)
          Creates a new instance of JavaPackage.
 
Method Summary
protected  java.util.Collection<? extends EntriesContainer> getChildren()
          Returns the children containers of this container.
 
Methods inherited from class hudson.plugins.serenitec.util.model.EntriesContainer
addEntries, addEntries, addEntries, addEntry, containsModule, containsPackage, getAnnotationBound, getAnnotations, getContainer, getEntries, getEntriesByName, getEntriesBySeverity, getEntriesFixed, getEntriesNotFixed, getMaxSeverityDiscovered, getModifiedFiles, getModule, getModules, getModulesByName, getName, getNumberOfEntry, getNumberOfFixedEntry, getNumberOfNewEntry, getNumberOfNotFixedEntry, getNumberOfPointeurs, getNumberOfRules, getNumberOfSeverityDesign, getNumberOfSeverityDesignPatterns, getNumberOfSeverityFormatage, getNumberOfSeverityFormatagePatterns, getNumberOfSeverityHighSecurity, getNumberOfSeverityHighSecurityPatterns, getNumberOfSeverityLowSecurity, getNumberOfSeverityLowSecurityPatterns, getNumberOfSeverityPerformance, getNumberOfSeverityPerformancePatterns, getPackage, getPackageCategoryName, getPackages, getPointeur, getPointeurs, getRules, getToolTip, getTopFiveEntries, hasAnnotations, IsFixed, rebuildMappings, setHierarchy, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Package

public Package(java.lang.String packageName)
Creates a new instance of JavaPackage.

Parameters:
packageName - the name of this package
Method Detail

getChildren

protected java.util.Collection<? extends EntriesContainer> getChildren()
Description copied from class: EntriesContainer
Returns the children containers of this container. If we are already at the leaf level, then an empty collection is returned.

Specified by:
getChildren in class EntriesContainer
Returns:
the children containers of this container.


Copyright © 2008. All Rights Reserved.