Uses of Interface
org.nuxeo.targetplatforms.api.TargetInfo
Packages that use TargetInfo
-
Uses of TargetInfo in org.nuxeo.targetplatforms.api
Subinterfaces of TargetInfo in org.nuxeo.targetplatforms.apiModifier 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.Methods in org.nuxeo.targetplatforms.api with parameters of type TargetInfo -
Uses of TargetInfo in org.nuxeo.targetplatforms.api.impl
Classes in org.nuxeo.targetplatforms.api.impl that implement TargetInfoModifier 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
Fields in org.nuxeo.targetplatforms.api.impl declared as TargetInfoMethods in org.nuxeo.targetplatforms.api.impl with parameters of type TargetInfoModifier and TypeMethodDescriptionboolean
TargetPlatformFilterImpl.accepts
(TargetInfo t) boolean
TargetPlatformOrFilterImpl.accepts
(TargetInfo t) Constructors in org.nuxeo.targetplatforms.api.impl with parameters of type TargetInfo