Uses of Interface
org.nuxeo.targetplatforms.api.Target
-
Uses of Target in org.nuxeo.targetplatforms.api
Modifier 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.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionboolean
TargetExtension.isAfterVersion
(Target version) boolean
TargetImpl.isAfterVersion
(Target version) boolean
TargetExtension.isStrictlyBeforeVersion
(Target version) boolean
TargetImpl.isStrictlyBeforeVersion
(Target version) boolean
boolean