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 classProxyDTOclassServerDTOclassSettingsDTO -
Uses of DTO in aQute.bnd.osgi
Subclasses of DTO in aQute.bnd.osgi Modifier and Type Class Description static classVerifier.BundleActivatorError -
Uses of DTO in aQute.bnd.osgi.resource
Subclasses of DTO in aQute.bnd.osgi.resource Modifier and Type Class Description classPersistentResourceThis class provides an efficient way to store a resource through JSON serialization.static classPersistentResource.Attrstatic classPersistentResource.Namespacestatic classPersistentResource.RCData -
Uses of DTO in aQute.bnd.service.maven
Subclasses of DTO in aQute.bnd.service.maven Modifier and Type Class Description classPomOptions -
Uses of DTO in aQute.bnd.service.repository
Subclasses of DTO in aQute.bnd.service.repository Modifier and Type Class Description static classResolverInfo.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.StringBuilderDTO. 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.
-