Uses of Class
aQute.bnd.util.dto.DTO
-
Packages that use DTO Package Description aQute.bnd.connection.settings aQute.bnd.osgi aQute.bnd.osgi.resource aQute.bnd.service.maven aQute.bnd.service.repository aQute.bnd.util.dto -
-
Uses of DTO in aQute.bnd.connection.settings
Subclasses of DTO in aQute.bnd.connection.settings Modifier and Type Class Description class
ProxyDTO
class
ServerDTO
class
SettingsDTO
-
Uses of DTO in aQute.bnd.osgi
Subclasses of DTO in aQute.bnd.osgi Modifier and Type Class Description static class
Verifier.BundleActivatorError
-
Uses of DTO in aQute.bnd.osgi.resource
Subclasses of DTO in aQute.bnd.osgi.resource Modifier and Type Class Description class
PersistentResource
This class provides an efficient way to store a resource through JSON serialization.static class
PersistentResource.Attr
static class
PersistentResource.Namespace
static class
PersistentResource.RCData
-
Uses of DTO in aQute.bnd.service.maven
Subclasses of DTO in aQute.bnd.service.maven Modifier and Type Class Description class
PomOptions
-
Uses of DTO in aQute.bnd.service.repository
Subclasses of DTO in aQute.bnd.service.repository Modifier and Type Class Description static class
ResolverInfo.ResolveStatus
-
Uses of DTO in aQute.bnd.util.dto
Methods in aQute.bnd.util.dto with parameters of type DTO Modifier and Type Method Description private static java.lang.StringBuilder
DTO. appendDTO(java.lang.StringBuilder result, java.util.Map<java.lang.Object,java.lang.String> objectRefs, java.lang.String refpath, DTO dto)
Append the specified DTO's string representation to the specified StringBuilder.
-