Uses of Class
aQute.bnd.osgi.Macro
-
Packages that use Macro Package Description aQute.bnd.connection.settings aQute.bnd.main aQute.bnd.osgi -
-
Uses of Macro in aQute.bnd.connection.settings
Fields in aQute.bnd.connection.settings declared as Macro Modifier and Type Field Description private Macro
SettingsParser. replacer
-
Uses of Macro in aQute.bnd.main
Methods in aQute.bnd.main with parameters of type Macro Modifier and Type Method Description private java.lang.String
Shell. process(Macro r, java.lang.String arg)
-
Uses of Macro in aQute.bnd.osgi
Fields in aQute.bnd.osgi declared as Macro Modifier and Type Field Description private Macro
Processor. replacer
Methods in aQute.bnd.osgi that return Macro Modifier and Type Method Description Macro
Processor. getReplacer()
Methods in aQute.bnd.osgi with parameters of type Macro Modifier and Type Method Description static Attrs
Processor. doAttrbutes(java.lang.Object[] attrs, Clazz clazz, Macro macro)
Parse the a=b strings and return a map of them.
-