|
||||||||||
| 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. The caching
hierarchy is AnnotationContainer.Hierarchy.PROJECT.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.plugins.findbugs.util.model.AnnotationContainer |
|---|
AnnotationContainer.Hierarchy |
| Constructor Summary | |
|---|---|
DefaultAnnotationContainer()
Creates a new instance of DefaultAnnotationContainer. |
|
DefaultAnnotationContainer(java.util.Set<FileAnnotation> annotations)
Creates a new instance of DefaultAnnotationContainer. |
|
| Method Summary | |
|---|---|
protected java.util.Collection<? extends AnnotationContainer> |
getChildren()
Returns the children containers of this container. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultAnnotationContainer()
DefaultAnnotationContainer.
public DefaultAnnotationContainer(java.util.Set<FileAnnotation> annotations)
DefaultAnnotationContainer.
annotations - the annotations to be stored| Method Detail |
|---|
protected java.util.Collection<? extends AnnotationContainer> getChildren()
getChildren in class AnnotationContainer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||