Uses of Class
aQute.bnd.build.model.clauses.VersionedClause
Packages that use VersionedClause
Package
Description
-
Uses of VersionedClause in aQute.bnd.build.model
Fields in aQute.bnd.build.model with type parameters of type VersionedClauseModifier and TypeFieldDescriptionprivate static final Converter<List<VersionedClause>,
String> BndEditModel.buildPackagesConverter
private static final Converter<List<VersionedClause>,
String> BndEditModel.buildPathConverter
private static final Converter<List<VersionedClause>,
String> BndEditModel.clauseListConverter
Methods in aQute.bnd.build.model that return types with arguments of type VersionedClauseModifier and TypeMethodDescriptionBndEditModel.getBuildPackages()
Deprecated.BndEditModel.getBuildPath()
BndEditModel.getRunBundles()
BndEditModel.getTestPath()
Methods in aQute.bnd.build.model with parameters of type VersionedClauseModifier and TypeMethodDescriptionvoid
BndEditModel.addPath
(VersionedClause versionedClause, String header) Method parameters in aQute.bnd.build.model with type arguments of type VersionedClauseModifier and TypeMethodDescriptionvoid
BndEditModel.setBuildPackages
(List<? extends VersionedClause> paths) Deprecated.void
BndEditModel.setBuildPath
(List<? extends VersionedClause> paths) void
BndEditModel.setRunBundles
(List<? extends VersionedClause> paths) void
BndEditModel.setTestPath
(List<? extends VersionedClause> paths) -
Uses of VersionedClause in aQute.bnd.build.model.clauses
Subclasses of VersionedClause in aQute.bnd.build.model.clausesMethods in aQute.bnd.build.model.clauses that return VersionedClause -
Uses of VersionedClause in aQute.bnd.build.model.conversions
Methods in aQute.bnd.build.model.conversions that return VersionedClause -
Uses of VersionedClause in aQute.bnd.osgi.resource
Methods in aQute.bnd.osgi.resource that return VersionedClauseModifier and TypeMethodDescriptionstatic VersionedClause
ResourceUtils.toVersionClause
(org.osgi.resource.Resource resource) Create a VersionedClause by applying a version range mask to the resource! Masks are defined byMacro._range(String[])
.static VersionedClause
ResourceUtils.toVersionClause
(org.osgi.resource.Resource resource, String mask) Methods in aQute.bnd.osgi.resource that return types with arguments of type VersionedClauseModifier and TypeMethodDescriptionstatic List<VersionedClause>
ResourceUtils.toVersionedClauses
(Collection<org.osgi.resource.Resource> resources)