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 TargetPackage
TargetPackage. 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 class
TargetPackageExtension
TargetPackage
implementation relying on an original implementation, useful for override when adding additional metadata.class
TargetPackageImpl
Fields in org.nuxeo.targetplatforms.api.impl declared as TargetPackage Modifier and Type Field Description protected TargetPackage
TargetPackageExtension. origPackage
protected TargetPackage
TargetPackageImpl. parent
Fields in org.nuxeo.targetplatforms.api.impl with type parameters of type TargetPackage Modifier and Type Field Description protected Map<String,TargetPackage>
TargetPlatformImpl. availablePackages
protected Map<String,TargetPackage>
TargetPlatformInstanceImpl. enabledPackages
Methods in org.nuxeo.targetplatforms.api.impl that return TargetPackage Modifier and Type Method Description TargetPackage
TargetPackageExtension. getParent()
TargetPackage
TargetPackageImpl. 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 void
TargetPlatformImpl. addAvailablePackage(TargetPackage pack)
void
TargetPlatformInstanceImpl. addEnabledPackage(TargetPackage pack)
int
TargetPackageExtension. compareTo(TargetPackage o)
int
TargetPackageImpl. compareTo(TargetPackage o)
void
TargetPackageImpl. setParent(TargetPackage parent)
Method parameters in org.nuxeo.targetplatforms.api.impl with type arguments of type TargetPackage Modifier and Type Method Description void
TargetPlatformImpl. setAvailablePackages(Map<String,TargetPackage> tps)
void
TargetPlatformInstanceImpl. 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 TargetPackage
TargetPlatformService. 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 TargetPackage
TargetPlatformServiceImpl. getTargetPackage(String id)
protected TargetPackage
TargetPlatformServiceImpl. 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 void
JSONExporter. exportToJson(TargetPackage tp, OutputStream out, boolean pretty)
-