Modifier and Type | Interface and Description |
---|---|
interface |
ActiveList
Collection with
List semantics, which is backed by a PlexusContainer instance,
and retrieves a fresh batch of elements for each method call. |
interface |
ActiveMap
Type of
Map , which is backed by a PlexusContainer instance, and retrieves a
fresh batch of elements for each method call. |
interface |
ActiveSet
Collection with
Set semantics, which is backed by a PlexusContainer instance,
and retrieves a fresh batch of elements for each method call. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractActiveList |
class |
AbstractActiveMap |
class |
AbstractActiveSet |
class |
DefaultActiveList |
class |
DefaultActiveMap |
class |
DefaultActiveSet |
Copyright © 2001–2017 Codehaus. All rights reserved.