hudson.plugins.findbugs.util.model
Class JavaPackage

java.lang.Object
  extended by hudson.plugins.findbugs.util.model.AnnotationContainer
      extended by hudson.plugins.findbugs.util.model.JavaPackage
All Implemented Interfaces:
AnnotationProvider, java.io.Serializable

public class JavaPackage
extends AnnotationContainer

A serializable Java Bean class representing a Java package.

Author:
Ulli Hafner
See Also:
Serialized Form

Constructor Summary
JavaPackage(java.lang.String packageName)
          Creates a new instance of JavaPackage.
 
Method Summary
 
Methods inherited from class hudson.plugins.findbugs.util.model.AnnotationContainer
addAnnotation, addAnnotations, addAnnotations, addFile, annotationAdded, getAnnotation, getAnnotation, getAnnotations, getAnnotations, getAnnotations, getFile, getFiles, getName, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfAnnotations, getPackageCategoryName, getToolTip, hasAnnotations, hasAnnotations, hasAnnotations, rebuildMappings, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaPackage

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

Parameters:
packageName - the name of this package


Copyright © 2008. All Rights Reserved.