Uses of Class
org.eclipse.sisu.space.GlobberStrategy
-
Packages that use GlobberStrategy Package Description org.eclipse.sisu.space Customizable scanning of bean implementations. -
-
Uses of GlobberStrategy in org.eclipse.sisu.space
Fields in org.eclipse.sisu.space declared as GlobberStrategy Modifier and Type Field Description private GlobberStrategy
ResourceEnumeration. globber
Methods in org.eclipse.sisu.space that return GlobberStrategy Modifier and Type Method 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.
-