Package | Description |
---|---|
org.eclipse.sisu.space |
Customizable scanning of bean implementations.
|
Modifier and Type | Field and Description |
---|---|
private GlobberStrategy |
ResourceEnumeration.globber |
Modifier and Type | Method and Description |
---|---|
(package private) static GlobberStrategy |
GlobberStrategy.selectFor(java.lang.String glob)
Selects the optimal globber strategy for the given plain-text glob.
|
static GlobberStrategy |
GlobberStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GlobberStrategy[] |
GlobberStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|