|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.findbugs.util.model.AnnotationContainer
hudson.plugins.findbugs.util.model.DefaultAnnotationContainer
public class DefaultAnnotationContainer
A simple annotation container that stores a set of annotations.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.plugins.findbugs.util.model.AnnotationContainer |
|---|
AnnotationContainer.Hierarchy |
| Constructor Summary | |
|---|---|
DefaultAnnotationContainer(java.util.Collection<FileAnnotation> annotations)
Creates a new instance of DefaultAnnotationContainer. |
|
DefaultAnnotationContainer(java.lang.String name)
Creates a new instance of DefaultAnnotationContainer. |
|
DefaultAnnotationContainer(java.lang.String name,
java.util.Collection<FileAnnotation> annotations)
Creates a new instance of DefaultAnnotationContainer. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultAnnotationContainer(java.lang.String name)
DefaultAnnotationContainer.
name - the name of this container
public DefaultAnnotationContainer(java.lang.String name,
java.util.Collection<FileAnnotation> annotations)
DefaultAnnotationContainer.
name - the name of this containerannotations - the annotations to be storedpublic DefaultAnnotationContainer(java.util.Collection<FileAnnotation> annotations)
DefaultAnnotationContainer.
annotations - the annotations to be stored
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||