Uses of Class
overit.geocall.platform.CustomPackage
Packages that use CustomPackage
-
Uses of CustomPackage in overit.geocall.platform
Fields in overit.geocall.platform with type parameters of type CustomPackageMethods in overit.geocall.platform that return CustomPackageModifier and TypeMethodDescriptionprotected final CustomPackageCustomPackage.composeDown(CustomPackage other) protected final CustomPackageCustomPackage.composeUp(CustomPackage other) CustomTree.SearchNode.getCustomPackage()Methods in overit.geocall.platform that return types with arguments of type CustomPackageModifier and TypeMethodDescriptionCustomLayer.getCustomPackages()Method used to retrieve the packages containing the resources that will customize the ones refered by the original positionLayer.getCustomPackages()Method used to retrieve the packages that customize an over layer's package.Methods in overit.geocall.platform with parameters of type CustomPackageModifier and TypeMethodDescriptionfinal voidLayer.addCustomization(CustomPackage customPackage) Adds a package that customizes the components defined in another package belonging to some overlay.protected final CustomPackageCustomPackage.composeDown(CustomPackage other) protected final CustomPackageCustomPackage.composeUp(CustomPackage other) Method parameters in overit.geocall.platform with type arguments of type CustomPackageModifier and TypeMethodDescriptionprotected voidCustomLayer.onCustom(JavaResource resource, BiConsumer<JavaResource, CustomPackage> register) search if there is a customization of the resource passed in input.Constructors in overit.geocall.platform with parameters of type CustomPackageModifierConstructorDescriptionprotectedSearchNode(JavaResource resource, CustomPackage customPackage) -
Uses of CustomPackage in overit.geocall.platform.sp
Methods in overit.geocall.platform.sp that return types with arguments of type CustomPackageModifier and TypeMethodDescriptionstatic ServiceLoader<CustomPackage> ServiceLoader.customPackages()Utility method to get the instance of the service provider responsible to get theCustomPackageinstances