Uses of Interface
org.nuxeo.targetplatforms.api.Target
-
Packages that use Target Package Description org.nuxeo.targetplatforms.api org.nuxeo.targetplatforms.api.impl -
-
Uses of Target in org.nuxeo.targetplatforms.api
Subinterfaces of Target in org.nuxeo.targetplatforms.api Modifier and Type Interface Description interfaceTargetPackageRepresents a target package.interfaceTargetPlatformMain interface for target platform definition of resources that need to be available both on core and client sides.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 Target Modifier and Type Method Description booleanTarget. isAfterVersion(Target version)Returns true if this target reference version is or is after given version.booleanTarget. isStrictlyBeforeVersion(Target version)Returns true if this target reference version is strictly before given version.booleanTarget. isVersion(Target version)Returns true if this target reference version matches given version. -
Uses of Target in org.nuxeo.targetplatforms.api.impl
Classes in org.nuxeo.targetplatforms.api.impl that implement Target 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.classTargetPackageExtensionTargetPackageimplementation relying on an original implementation, useful for override when adding additional metadata.classTargetPackageImplclassTargetPlatformExtensionTargetPlatformimplementation relying on an original implementation, useful for override when adding additional metadata.classTargetPlatformImplclassTargetPlatformInstanceExtensionTargetPlatformimplementation relying on an original implementation, useful for override when adding additional metadata.classTargetPlatformInstanceImplFields in org.nuxeo.targetplatforms.api.impl declared as Target Modifier and Type Field Description protected TargetTargetExtension. origTargetMethods in org.nuxeo.targetplatforms.api.impl with parameters of type Target Modifier and Type Method Description booleanTargetExtension. isAfterVersion(Target version)booleanTargetImpl. isAfterVersion(Target version)booleanTargetExtension. isStrictlyBeforeVersion(Target version)booleanTargetImpl. isStrictlyBeforeVersion(Target version)booleanTargetExtension. isVersion(Target version)booleanTargetImpl. isVersion(Target version)Constructors in org.nuxeo.targetplatforms.api.impl with parameters of type Target Constructor Description TargetExtension(Target orig)
-