Uses of Interface
org.nuxeo.targetplatforms.api.TargetPackage
-
-
Uses of TargetPackage in org.nuxeo.targetplatforms.api
Methods in org.nuxeo.targetplatforms.api that return TargetPackage Modifier and Type Method Description TargetPackageTargetPackage. getParent()Returns the parent target package or null if there is no inheritance.Methods in org.nuxeo.targetplatforms.api that return types with arguments of type TargetPackage Modifier and Type Method Description List<TargetPackage>TargetPlatform. getAvailablePackages()Return the list of packages available on this target platform.Map<String,TargetPackage>TargetPlatformInstance. getEnabledPackages()Return the list of packages enabled on this target platform. -
Uses of TargetPackage in org.nuxeo.targetplatforms.api.impl
Classes in org.nuxeo.targetplatforms.api.impl that implement TargetPackage Modifier and Type Class Description classTargetPackageExtensionTargetPackageimplementation relying on an original implementation, useful for override when adding additional metadata.classTargetPackageImplFields in org.nuxeo.targetplatforms.api.impl declared as TargetPackage Modifier and Type Field Description protected TargetPackageTargetPackageExtension. origPackageprotected TargetPackageTargetPackageImpl. parentFields in org.nuxeo.targetplatforms.api.impl with type parameters of type TargetPackage Modifier and Type Field Description protected Map<String,TargetPackage>TargetPlatformImpl. availablePackagesprotected Map<String,TargetPackage>TargetPlatformInstanceImpl. enabledPackagesMethods in org.nuxeo.targetplatforms.api.impl that return TargetPackage Modifier and Type Method Description TargetPackageTargetPackageExtension. getParent()TargetPackageTargetPackageImpl. getParent()Methods in org.nuxeo.targetplatforms.api.impl that return types with arguments of type TargetPackage Modifier and Type Method Description List<TargetPackage>TargetPlatformExtension. getAvailablePackages()List<TargetPackage>TargetPlatformImpl. getAvailablePackages()Map<String,TargetPackage>TargetPlatformInstanceExtension. getEnabledPackages()Map<String,TargetPackage>TargetPlatformInstanceImpl. getEnabledPackages()Methods in org.nuxeo.targetplatforms.api.impl with parameters of type TargetPackage Modifier and Type Method Description voidTargetPlatformImpl. addAvailablePackage(TargetPackage pack)voidTargetPlatformInstanceImpl. addEnabledPackage(TargetPackage pack)intTargetPackageExtension. compareTo(TargetPackage o)intTargetPackageImpl. compareTo(TargetPackage o)voidTargetPackageImpl. setParent(TargetPackage parent)Method parameters in org.nuxeo.targetplatforms.api.impl with type arguments of type TargetPackage Modifier and Type Method Description voidTargetPlatformImpl. setAvailablePackages(Map<String,TargetPackage> tps)voidTargetPlatformInstanceImpl. setEnabledPackages(Map<String,TargetPackage> packages)Constructors in org.nuxeo.targetplatforms.api.impl with parameters of type TargetPackage Constructor Description TargetPackageExtension(TargetPackage orig) -
Uses of TargetPackage in org.nuxeo.targetplatforms.api.service
Methods in org.nuxeo.targetplatforms.api.service that return TargetPackage Modifier and Type Method Description TargetPackageTargetPlatformService. getTargetPackage(String id)Returns the target package with given id, or null if not found. -
Uses of TargetPackage in org.nuxeo.targetplatforms.core.service
Methods in org.nuxeo.targetplatforms.core.service that return TargetPackage Modifier and Type Method Description TargetPackageTargetPlatformServiceImpl. getTargetPackage(String id)protected TargetPackageTargetPlatformServiceImpl. getTargetPackage(TargetPackageDescriptor desc)Methods in org.nuxeo.targetplatforms.core.service that return types with arguments of type TargetPackage Modifier and Type Method Description protected Map<String,TargetPackage>TargetPlatformServiceImpl. getTargetPackages(String targetPlatform)Lookup all packages referencing this target platform. -
Uses of TargetPackage in org.nuxeo.targetplatforms.io
Methods in org.nuxeo.targetplatforms.io with parameters of type TargetPackage Modifier and Type Method Description static voidJSONExporter. exportToJson(TargetPackage tp, OutputStream out, boolean pretty)
-