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 TypeMethodDescriptionvoidTargetPlatformInfo.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 TypeMethodDescriptionvoidTargetPlatformInfo.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.availablePackagesInfoMethods 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 TypeMethodDescriptionvoidTargetPlatformInfoImpl.addAvailablePackageInfo(TargetPackageInfo packInfo) Method parameters in org.nuxeo.targetplatforms.api.impl with type arguments of type TargetPackageInfoModifier and TypeMethodDescriptionvoidTargetPlatformInfoImpl.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 voidJSONExporter.exportToJson(TargetPackageInfo tpi, OutputStream out, boolean pretty)