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 classTargetPlatformInfoImplDescribe a target platform: name, versionMethods in org.nuxeo.targetplatforms.api.impl with parameters of type TargetPlatformInfo Modifier and Type Method Description intTargetPlatformInfoImpl. 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 TargetPlatformInfoTargetPlatformService. 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 TargetPlatformInfoTargetPlatformServiceImpl. getTargetPlatformInfo(String id)protected TargetPlatformInfoTargetPlatformServiceImpl. 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 voidJSONExporter. 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 voidJSONExporter. 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)
-