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 TypeInterfaceDescriptioninterface
Represents a target package.interface
Main interface for target platform definition of resources that need to be available both on core and client sides.interface
Main 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 TypeMethodDescriptionboolean
Target.isAfterVersion
(Target version) Returns true if this target reference version is or is after given version.boolean
Target.isStrictlyBeforeVersion
(Target version) Returns true if this target reference version is strictly before given version.boolean
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 TargetModifier and TypeClassDescriptionclass
Target
implementation relying on an original implementation, useful for override when adding additional metadata.class
Common class to describe a target platform or package.class
TargetPackage
implementation relying on an original implementation, useful for override when adding additional metadata.class
class
TargetPlatform
implementation relying on an original implementation, useful for override when adding additional metadata.class
class
TargetPlatform
implementation relying on an original implementation, useful for override when adding additional metadata.class
Fields in org.nuxeo.targetplatforms.api.impl declared as TargetMethods in org.nuxeo.targetplatforms.api.impl with parameters of type TargetModifier and TypeMethodDescriptionboolean
TargetExtension.isAfterVersion
(Target version) boolean
TargetImpl.isAfterVersion
(Target version) boolean
TargetExtension.isStrictlyBeforeVersion
(Target version) boolean
TargetImpl.isStrictlyBeforeVersion
(Target version) boolean
boolean
Constructors in org.nuxeo.targetplatforms.api.impl with parameters of type Target