Uses of Interface
org.nuxeo.targetplatforms.api.TargetInfo
-
Uses of TargetInfo in org.nuxeo.targetplatforms.api
Modifier and TypeInterfaceDescriptioninterface
Represents a target (platform or package).interface
Represents a target package.interface
Represents a target package info, useful for listing of available target packages.interface
Main interface for target platform definition of resources that need to be available both on core and client sides.interface
Represents a target platform info, useful for listing of available target platforms.interface
Main interface for target platform instance, holding resources that need to be available on client sides. -
Uses of TargetInfo 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
TargetInfo
implementation relying on an original implementation, useful for override when adding additional metadata.class
class
TargetPackage
implementation relying on an original implementation, useful for override when adding additional metadata.class
class
Describes a target packageclass
TargetPlatform
implementation relying on an original implementation, useful for override when adding additional metadata.class
class
Describe a target platform: name, versionclass
TargetPlatform
implementation relying on an original implementation, useful for override when adding additional metadata.class
Modifier and TypeMethodDescriptionboolean
TargetPlatformFilterImpl.accepts
(TargetInfo t) boolean
TargetPlatformOrFilterImpl.accepts
(TargetInfo t)