Uses of Class
aQute.bnd.build.model.clauses.ImportPattern
-
Packages that use ImportPattern Package Description aQute.bnd.build.model aQute.bnd.build.model.clauses -
-
Uses of ImportPattern in aQute.bnd.build.model
Methods in aQute.bnd.build.model that return types with arguments of type ImportPattern Modifier and Type Method Description java.util.List<ImportPattern>
BndEditModel. getImportPatterns()
Method parameters in aQute.bnd.build.model with type arguments of type ImportPattern Modifier and Type Method Description void
BndEditModel. setImportPatterns(java.util.List<? extends ImportPattern> patterns)
-
Uses of ImportPattern in aQute.bnd.build.model.clauses
Methods in aQute.bnd.build.model.clauses that return ImportPattern Modifier and Type Method Description ImportPattern
ImportPattern. clone()
static ImportPattern
ImportPattern. error(java.lang.String msg)
-