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 interface
TargetPackage
Represents a target package.interface
TargetPlatform
Main interface for target platform definition of resources that need to be available both on core and client sides.interface
TargetPlatformInstance
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 Target Modifier and Type Method Description boolean
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
Target. 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 class
TargetExtension
Target
implementation relying on an original implementation, useful for override when adding additional metadata.class
TargetImpl
Common class to describe a target platform or package.class
TargetPackageExtension
TargetPackage
implementation relying on an original implementation, useful for override when adding additional metadata.class
TargetPackageImpl
class
TargetPlatformExtension
TargetPlatform
implementation relying on an original implementation, useful for override when adding additional metadata.class
TargetPlatformImpl
class
TargetPlatformInstanceExtension
TargetPlatform
implementation relying on an original implementation, useful for override when adding additional metadata.class
TargetPlatformInstanceImpl
Fields in org.nuxeo.targetplatforms.api.impl declared as Target Modifier and Type Field Description protected Target
TargetExtension. origTarget
Methods in org.nuxeo.targetplatforms.api.impl with parameters of type Target Modifier and Type Method Description boolean
TargetExtension. isAfterVersion(Target version)
boolean
TargetImpl. isAfterVersion(Target version)
boolean
TargetExtension. isStrictlyBeforeVersion(Target version)
boolean
TargetImpl. isStrictlyBeforeVersion(Target version)
boolean
TargetExtension. isVersion(Target version)
boolean
TargetImpl. isVersion(Target version)
Constructors in org.nuxeo.targetplatforms.api.impl with parameters of type Target Constructor Description TargetExtension(Target orig)
-