Uses of Interface
org.nuxeo.targetplatforms.api.Target
Packages that use Target
-
Uses of Target in org.nuxeo.targetplatforms.api
Subinterfaces of Target in org.nuxeo.targetplatforms.apiModifier and TypeInterfaceDescriptioninterfaceRepresents a target package.interfaceMain interface for target platform definition of resources that need to be available both on core and client sides.interfaceMain 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 TargetModifier and TypeMethodDescriptionbooleanTarget.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.booleanReturns 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 TargetModifier and TypeClassDescriptionclassTargetimplementation relying on an original implementation, useful for override when adding additional metadata.classCommon class to describe a target platform or package.classTargetPackageimplementation relying on an original implementation, useful for override when adding additional metadata.classclassTargetPlatformimplementation relying on an original implementation, useful for override when adding additional metadata.classclassTargetPlatformimplementation relying on an original implementation, useful for override when adding additional metadata.classFields in org.nuxeo.targetplatforms.api.impl declared as TargetMethods in org.nuxeo.targetplatforms.api.impl with parameters of type TargetModifier and TypeMethodDescriptionbooleanTargetExtension.isAfterVersion(Target version) booleanTargetImpl.isAfterVersion(Target version) booleanTargetExtension.isStrictlyBeforeVersion(Target version) booleanTargetImpl.isStrictlyBeforeVersion(Target version) booleanbooleanConstructors in org.nuxeo.targetplatforms.api.impl with parameters of type Target