Class FragmentHostDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- biz.aQute.bnd.reporter.manifest.dto.FragmentHostDTO
-
public class FragmentHostDTO extends org.osgi.dto.DTO
A representation a fragment host clause.
-
-
Field Summary
Fields Modifier and Type Field Description java.util.Map<java.lang.String,java.lang.String>
arbitraryAttributes
A map of arbitrary attributes.java.lang.String
bundleSymbolicName
The bundle symbolic name of the host.VersionRangeDTO
bundleVersion
The version range to select the host bundle.java.lang.String
extension
The extension type, framework or boot class path extension.
-
Constructor Summary
Constructors Constructor Description FragmentHostDTO()
-
-
-
Field Detail
-
bundleSymbolicName
public java.lang.String bundleSymbolicName
The bundle symbolic name of the host.Must not be
null
.
-
extension
public java.lang.String extension
The extension type, framework or boot class path extension.If it is not specified this field must be set to the default value.
-
bundleVersion
public VersionRangeDTO bundleVersion
The version range to select the host bundle.If it is not specified this field must be set to the default value.
-
arbitraryAttributes
public java.util.Map<java.lang.String,java.lang.String> arbitraryAttributes
A map of arbitrary attributes.If it is not specified this field must be empty.
-
-