Uses of Interface
org.nuxeo.targetplatforms.api.TargetPlatformInfo
Packages that use TargetPlatformInfo
Package
Description
-
Uses of TargetPlatformInfo in org.nuxeo.targetplatforms.api.impl
Classes in org.nuxeo.targetplatforms.api.impl that implement TargetPlatformInfoModifier and TypeClassDescriptionclass
Describe a target platform: name, versionMethods in org.nuxeo.targetplatforms.api.impl with parameters of type TargetPlatformInfo -
Uses of TargetPlatformInfo in org.nuxeo.targetplatforms.api.service
Methods in org.nuxeo.targetplatforms.api.service that return TargetPlatformInfoModifier and TypeMethodDescriptionTargetPlatformService.getTargetPlatformInfo
(String id) Returns the target platform info for given id, or null if not found.Methods in org.nuxeo.targetplatforms.api.service that return types with arguments of type TargetPlatformInfoModifier and TypeMethodDescriptionTargetPlatformService.getAvailableTargetPlatformsInfo
(TargetPlatformFilter filter) Returns all target platforms info matching given criteria. -
Uses of TargetPlatformInfo in org.nuxeo.targetplatforms.core.service
Methods in org.nuxeo.targetplatforms.core.service that return TargetPlatformInfoModifier and TypeMethodDescriptionTargetPlatformServiceImpl.getTargetPlatformInfo
(String id) protected TargetPlatformInfo
TargetPlatformServiceImpl.getTargetPlatformInfo
(TargetPlatformDescriptor desc) Methods in org.nuxeo.targetplatforms.core.service that return types with arguments of type TargetPlatformInfoModifier and TypeMethodDescriptionTargetPlatformServiceImpl.getAvailableTargetPlatformsInfo
(TargetPlatformFilter filter) -
Uses of TargetPlatformInfo in org.nuxeo.targetplatforms.io
Methods in org.nuxeo.targetplatforms.io with parameters of type TargetPlatformInfoModifier and TypeMethodDescriptionstatic void
JSONExporter.exportToJson
(TargetPlatformInfo tpi, OutputStream out, boolean pretty) Method parameters in org.nuxeo.targetplatforms.io with type arguments of type TargetPlatformInfoModifier and TypeMethodDescriptionstatic void
JSONExporter.exportInfosToJson
(List<TargetPlatformInfo> tpi, OutputStream out, boolean pretty) -
Uses of TargetPlatformInfo in org.nuxeo.targetplatforms.jaxrs
Constructor parameters in org.nuxeo.targetplatforms.jaxrs with type arguments of type TargetPlatformInfo