Uses of Interface
org.nuxeo.targetplatforms.api.TargetPackageInfo
-
-
Uses of TargetPackageInfo in org.nuxeo.targetplatforms.api
Methods in org.nuxeo.targetplatforms.api that return types with arguments of type TargetPackageInfo Modifier and Type Method Description Map<String,TargetPackageInfo>
TargetPlatformInfo. getAvailablePackagesInfo()
Return the map of packages available on this target platform.Methods in org.nuxeo.targetplatforms.api with parameters of type TargetPackageInfo Modifier and Type Method Description void
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 TargetPackageInfo Modifier and Type Method Description void
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 TargetPackageInfo Modifier and Type Class Description class
TargetPackageInfoImpl
Describes a target packageFields in org.nuxeo.targetplatforms.api.impl with type parameters of type TargetPackageInfo Modifier and Type Field Description protected Map<String,TargetPackageInfo>
TargetPlatformInfoImpl. availablePackagesInfo
Methods in org.nuxeo.targetplatforms.api.impl that return types with arguments of type TargetPackageInfo Modifier and Type Method Description Map<String,TargetPackageInfo>
TargetPlatformInfoImpl. getAvailablePackagesInfo()
Methods in org.nuxeo.targetplatforms.api.impl with parameters of type TargetPackageInfo Modifier and Type Method Description void
TargetPlatformInfoImpl. addAvailablePackageInfo(TargetPackageInfo packInfo)
Method parameters in org.nuxeo.targetplatforms.api.impl with type arguments of type TargetPackageInfo Modifier and Type Method Description void
TargetPlatformInfoImpl. setAvailablePackagesInfo(Map<String,TargetPackageInfo> packages)
-
Uses of TargetPackageInfo in org.nuxeo.targetplatforms.api.service
Methods in org.nuxeo.targetplatforms.api.service that return TargetPackageInfo Modifier and Type Method Description TargetPackageInfo
TargetPlatformService. 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 TargetPackageInfo Modifier and Type Method Description TargetPackageInfo
TargetPlatformServiceImpl. getTargetPackageInfo(String id)
Methods in org.nuxeo.targetplatforms.core.service that return types with arguments of type TargetPackageInfo Modifier and Type Method Description protected 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 TargetPackageInfo Modifier and Type Method Description static void
JSONExporter. exportToJson(TargetPackageInfo tpi, OutputStream out, boolean pretty)
-