Uses of Interface
org.nuxeo.targetplatforms.api.TargetPlatformInfo
-
-
Uses of TargetPlatformInfo in org.nuxeo.targetplatforms.api.impl
Classes in org.nuxeo.targetplatforms.api.impl that implement TargetPlatformInfo Modifier and Type Class Description class
TargetPlatformInfoImpl
Describe a target platform: name, versionMethods in org.nuxeo.targetplatforms.api.impl with parameters of type TargetPlatformInfo Modifier and Type Method Description int
TargetPlatformInfoImpl. compareTo(TargetPlatformInfo o)
-
Uses of TargetPlatformInfo in org.nuxeo.targetplatforms.api.service
Methods in org.nuxeo.targetplatforms.api.service that return TargetPlatformInfo Modifier and Type Method Description TargetPlatformInfo
TargetPlatformService. 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 TargetPlatformInfo Modifier and Type Method Description List<TargetPlatformInfo>
TargetPlatformService. 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 TargetPlatformInfo Modifier and Type Method Description TargetPlatformInfo
TargetPlatformServiceImpl. getTargetPlatformInfo(String id)
protected TargetPlatformInfo
TargetPlatformServiceImpl. getTargetPlatformInfo(TargetPlatformDescriptor desc)
Methods in org.nuxeo.targetplatforms.core.service that return types with arguments of type TargetPlatformInfo Modifier and Type Method Description List<TargetPlatformInfo>
TargetPlatformServiceImpl. getAvailableTargetPlatformsInfo(TargetPlatformFilter filter)
-
Uses of TargetPlatformInfo in org.nuxeo.targetplatforms.io
Methods in org.nuxeo.targetplatforms.io with parameters of type TargetPlatformInfo Modifier and Type Method Description static void
JSONExporter. exportToJson(TargetPlatformInfo tpi, OutputStream out, boolean pretty)
Method parameters in org.nuxeo.targetplatforms.io with type arguments of type TargetPlatformInfo Modifier and Type Method Description static 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 Constructor Description TargetPlatformsInfo(Collection<? extends TargetPlatformInfo> c)
-