Uses of Interface
org.nuxeo.targetplatforms.api.TargetInfo
-
Packages that use TargetInfo Package Description org.nuxeo.targetplatforms.api org.nuxeo.targetplatforms.api.impl -
-
Uses of TargetInfo in org.nuxeo.targetplatforms.api
Subinterfaces of TargetInfo in org.nuxeo.targetplatforms.api Modifier and Type Interface Description interface
Target
Represents a target (platform or package).interface
TargetPackage
Represents a target package.interface
TargetPackageInfo
Represents a target package info, useful for listing of available target packages.interface
TargetPlatform
Main interface for target platform definition of resources that need to be available both on core and client sides.interface
TargetPlatformInfo
Represents a target platform info, useful for listing of available target platforms.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 TargetInfo Modifier and Type Method Description boolean
TargetPlatformFilter. accepts(TargetInfo target)
-
Uses of TargetInfo in org.nuxeo.targetplatforms.api.impl
Classes in org.nuxeo.targetplatforms.api.impl that implement TargetInfo 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
TargetInfoExtension
TargetInfo
implementation relying on an original implementation, useful for override when adding additional metadata.class
TargetInfoImpl
class
TargetPackageExtension
TargetPackage
implementation relying on an original implementation, useful for override when adding additional metadata.class
TargetPackageImpl
class
TargetPackageInfoImpl
Describes a target packageclass
TargetPlatformExtension
TargetPlatform
implementation relying on an original implementation, useful for override when adding additional metadata.class
TargetPlatformImpl
class
TargetPlatformInfoImpl
Describe a target platform: name, versionclass
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 TargetInfo Modifier and Type Field Description protected TargetInfo
TargetInfoExtension. origInfo
Methods in org.nuxeo.targetplatforms.api.impl with parameters of type TargetInfo Modifier and Type Method Description boolean
TargetPlatformFilterImpl. accepts(TargetInfo t)
boolean
TargetPlatformOrFilterImpl. accepts(TargetInfo t)
Constructors in org.nuxeo.targetplatforms.api.impl with parameters of type TargetInfo Constructor Description TargetInfoExtension(TargetInfo orig)
-