Uses of Class
aQute.libg.glob.Glob
-
Packages that use Glob Package Description aQute.bnd.connection.settings aQute.bnd.main aQute.bnd.url aQute.lib.fileset aQute.lib.io aQute.libg.glob -
-
Uses of Glob in aQute.bnd.connection.settings
Fields in aQute.bnd.connection.settings declared as Glob Modifier and Type Field Description private Glob
ConnectionSettings.SettingsURLConnectionHandler. match
Fields in aQute.bnd.connection.settings with type parameters of type Glob Modifier and Type Field Description private java.util.List<Glob>
ConnectionSettings.SettingsProxyHandler. globs
(package private) java.util.List<Glob>
ProxyDTO. globs
Methods in aQute.bnd.connection.settings that return types with arguments of type Glob Modifier and Type Method Description private java.util.List<Glob>
ConnectionSettings.SettingsProxyHandler. getNonProxyHosts()
-
Uses of Glob in aQute.bnd.main
Methods in aQute.bnd.main that return Glob Modifier and Type Method Description Glob[]
bnd.FindOptions. exports()
Glob
Profiles.CreateOptions. extension()
Glob
bnd.ActionOptions. filter()
Glob[]
bnd.FindOptions. imports()
Glob
bnd.PropertiesOptions. key(Glob deflt)
Glob
RepoCommand.repoOptions. release()
Glob
bnd.PropertiesOptions. value(Glob deflt)
Methods in aQute.bnd.main with parameters of type Glob Modifier and Type Method Description Glob
bnd.PropertiesOptions. key(Glob deflt)
Glob
bnd.PropertiesOptions. value(Glob deflt)
-
Uses of Glob in aQute.bnd.url
Fields in aQute.bnd.url with type parameters of type Glob Modifier and Type Field Description private java.util.Set<Glob>
DefaultURLConnectionHandler. matchers
-
Uses of Glob in aQute.lib.fileset
Fields in aQute.lib.fileset declared as Glob Modifier and Type Field Description (package private) Glob
FileSet.DirMatch. glob
(package private) Glob
FileSet.FileMatch. glob
-
Uses of Glob in aQute.lib.io
Methods in aQute.lib.io with parameters of type Glob Modifier and Type Method Description private static void
IO. traverse(java.util.Collection<java.io.File> files, java.io.File current, Glob glob)
-
Uses of Glob in aQute.libg.glob
Subclasses of Glob in aQute.libg.glob Modifier and Type Class Description class
AntGlob
Fields in aQute.libg.glob declared as Glob Modifier and Type Field Description static Glob
Glob. ALL
static Glob
Glob. NONE
Methods in aQute.libg.glob with parameters of type Glob Modifier and Type Method Description static boolean
Glob. in(Glob[] globs, java.lang.String key)
Method parameters in aQute.libg.glob with type arguments of type Glob Modifier and Type Method Description static boolean
Glob. in(java.util.Collection<? extends Glob> globs, java.lang.String key)
-