Uses of Interface
org.nuxeo.targetplatforms.api.TargetInfo
-
Packages that use TargetInfo Package Description org.nuxeo.targetplatforms.api org.nuxeo.targetplatforms.api.impl -
-
Uses of TargetInfo in org.nuxeo.targetplatforms.api
Subinterfaces of TargetInfo in org.nuxeo.targetplatforms.api Modifier and Type Interface Description interfaceTargetRepresents a target (platform or package).interfaceTargetPackageRepresents a target package.interfaceTargetPackageInfoRepresents a target package info, useful for listing of available target packages.interfaceTargetPlatformMain interface for target platform definition of resources that need to be available both on core and client sides.interfaceTargetPlatformInfoRepresents a target platform info, useful for listing of available target platforms.interfaceTargetPlatformInstanceMain interface for target platform instance, holding resources that need to be available on client sides.Methods in org.nuxeo.targetplatforms.api with parameters of type TargetInfo Modifier and Type Method Description booleanTargetPlatformFilter. accepts(TargetInfo target) -
Uses of TargetInfo in org.nuxeo.targetplatforms.api.impl
Classes in org.nuxeo.targetplatforms.api.impl that implement TargetInfo Modifier and Type Class Description classTargetExtensionTargetimplementation relying on an original implementation, useful for override when adding additional metadata.classTargetImplCommon class to describe a target platform or package.classTargetInfoExtensionTargetInfoimplementation relying on an original implementation, useful for override when adding additional metadata.classTargetInfoImplclassTargetPackageExtensionTargetPackageimplementation relying on an original implementation, useful for override when adding additional metadata.classTargetPackageImplclassTargetPackageInfoImplDescribes a target packageclassTargetPlatformExtensionTargetPlatformimplementation relying on an original implementation, useful for override when adding additional metadata.classTargetPlatformImplclassTargetPlatformInfoImplDescribe a target platform: name, versionclassTargetPlatformInstanceExtensionTargetPlatformimplementation relying on an original implementation, useful for override when adding additional metadata.classTargetPlatformInstanceImplFields in org.nuxeo.targetplatforms.api.impl declared as TargetInfo Modifier and Type Field Description protected TargetInfoTargetInfoExtension. origInfoMethods in org.nuxeo.targetplatforms.api.impl with parameters of type TargetInfo Modifier and Type Method Description booleanTargetPlatformFilterImpl. accepts(TargetInfo t)booleanTargetPlatformOrFilterImpl. accepts(TargetInfo t)Constructors in org.nuxeo.targetplatforms.api.impl with parameters of type TargetInfo Constructor Description TargetInfoExtension(TargetInfo orig)
-