Uses of Interface
org.nuxeo.targetplatforms.api.TargetPackageInfo
Packages that use TargetPackageInfo
Package
Description
-
Uses of TargetPackageInfo in org.nuxeo.targetplatforms.api
Methods in org.nuxeo.targetplatforms.api that return types with arguments of type TargetPackageInfoModifier and TypeMethodDescriptionTargetPlatformInfo.getAvailablePackagesInfo()
Return the map of packages available on this target platform.Methods in org.nuxeo.targetplatforms.api with parameters of type TargetPackageInfoModifier and TypeMethodDescriptionvoid
TargetPlatformInfo.addAvailablePackageInfo
(TargetPackageInfo pack) Add a package to the list of available packages.Method parameters in org.nuxeo.targetplatforms.api with type arguments of type TargetPackageInfoModifier and TypeMethodDescriptionvoid
TargetPlatformInfo.setAvailablePackagesInfo
(Map<String, TargetPackageInfo> packages) Sets available packages on this target platform. -
Uses of TargetPackageInfo in org.nuxeo.targetplatforms.api.impl
Classes in org.nuxeo.targetplatforms.api.impl that implement TargetPackageInfoFields in org.nuxeo.targetplatforms.api.impl with type parameters of type TargetPackageInfoModifier and TypeFieldDescriptionprotected Map<String,
TargetPackageInfo> TargetPlatformInfoImpl.availablePackagesInfo
Methods in org.nuxeo.targetplatforms.api.impl that return types with arguments of type TargetPackageInfoMethods in org.nuxeo.targetplatforms.api.impl with parameters of type TargetPackageInfoModifier and TypeMethodDescriptionvoid
TargetPlatformInfoImpl.addAvailablePackageInfo
(TargetPackageInfo packInfo) Method parameters in org.nuxeo.targetplatforms.api.impl with type arguments of type TargetPackageInfoModifier and TypeMethodDescriptionvoid
TargetPlatformInfoImpl.setAvailablePackagesInfo
(Map<String, TargetPackageInfo> packages) -
Uses of TargetPackageInfo in org.nuxeo.targetplatforms.api.service
Methods in org.nuxeo.targetplatforms.api.service that return TargetPackageInfoModifier and TypeMethodDescriptionTargetPlatformService.getTargetPackageInfo
(String id) Returns the target package info for given id, or null if not found. -
Uses of TargetPackageInfo in org.nuxeo.targetplatforms.core.service
Methods in org.nuxeo.targetplatforms.core.service that return TargetPackageInfoMethods in org.nuxeo.targetplatforms.core.service that return types with arguments of type TargetPackageInfoModifier and TypeMethodDescriptionprotected Map<String,
TargetPackageInfo> TargetPlatformServiceImpl.getTargetPackagesInfo
(String targetPlatform) -
Uses of TargetPackageInfo in org.nuxeo.targetplatforms.io
Methods in org.nuxeo.targetplatforms.io with parameters of type TargetPackageInfoModifier and TypeMethodDescriptionstatic void
JSONExporter.exportToJson
(TargetPackageInfo tpi, OutputStream out, boolean pretty)