Package aQute.bnd.service.specifications
Class BuilderSpecification
java.lang.Object
aQute.bnd.service.specifications.BuilderSpecification
A specification of the Builder parameters without any special types. This
specification can be used to persist or for remote.
This class should not inherit DTO, however convenient this might be, since this creates unwanted dependencies on clients. These clients include test code that is severely handicapped by these kind of dependencies.
All file paths must be absolute and platform specific format
-
Field Details
-
WORKSPACE
- See Also:
-
PROJECT
- See Also:
-
parent
-
classpath
-
location
-
bundleSymbolicName
-
bundleVersion
-
bundleActivator
-
fragmentHost
-
requireBundle
-
bundleNativeCode
-
importPackage
-
exportPackage
-
provideCapability
-
requireCapability
-
includeresource
-
exportContents
-
privatePackage
-
failOk
public boolean failOk -
sources
public boolean sources -
other
-
resourceOnly
public boolean resourceOnly -
testBundle
A glob expression on the file name of the bundle to merge -
inherit
Deprecated.
-
-
Constructor Details
-
BuilderSpecification
public BuilderSpecification()
-