Uses of Class
overit.geocall.platform.JavaResource
Packages that use JavaResource
-
Uses of JavaResource in overit.geocall.platform
Methods in overit.geocall.platform that return JavaResourceModifier and TypeMethodDescriptionCustomTree.SearchNode.getResource()protected JavaResourceCustomLayer.getSubstitute(JavaResource resource) Search if there is a direct customization (by annotation) of the resource passed in input.static JavaResourceReturns the physical position of a logical resource searching all across the layer customizations.static JavaResourceReturns the physical position of a logical resource searching all across the layer customizations.CustomTree.search(JavaResource resource) This method looks for the resource passed in input by searching through the various custom layers, and returns the reference to the real resource, or null in case the resource does not exist in any of the registered layers.JavaResource.toAnchor()Returns the resource anchor, i.e. the resource identified by the java class with the same name that is in the same packagefinal JavaResourceCustomPackage.toCustom(JavaResource resource) Transforms a resource from the original package, passed as a parameter, into the equivalent of the custom package.final JavaResourceCustomPackage.toOrigin(JavaResource resource) Transforms a resource from the custom package, passed as a parameter, into the equivalent of the original package.Methods in overit.geocall.platform that return types with arguments of type JavaResourceModifier and TypeMethodDescriptionCustomTree.collect(JavaResource resource) This method looks for all the resources that match with the one passed by, searching through the various custom layers, and returns the reference to the real resources.static List<JavaResource> Returns a list containing the matched resources, searching all across the layer customizations.static List<JavaResource> Returns a list containing the matched resources, searching all across the layer customizations.static Set<JavaResource> CustomLayer.collectResources(JavaResource resource) Method that collects all the customizations of a givenJavaResourceby searching within all the registeredCustomLayer.static List<JavaResource> Factory.collectResources(String res) Deprecated.Methods in overit.geocall.platform with parameters of type JavaResourceModifier and TypeMethodDescriptionCustomTree.collect(JavaResource resource) This method looks for all the resources that match with the one passed by, searching through the various custom layers, and returns the reference to the real resources.static Set<JavaResource> CustomLayer.collectResources(JavaResource resource) Method that collects all the customizations of a givenJavaResourceby searching within all the registeredCustomLayer.final booleanCustomPackage.containsCustom(JavaResource resource) Checks if the resource, passed as a parameter, belongs to the custom packagefinal booleanCustomPackage.containsOrigin(JavaResource resource) Checks if the resource, passed as a parameter, belongs to the original packagestatic CustomLayerCustomLayer.getOwnerLayer(JavaResource pos) Deducts the layer to which the resource passed as a parameter, belongsprotected JavaResourceCustomLayer.getSubstitute(JavaResource resource) Search if there is a direct customization (by annotation) of the resource passed in input.CustomLayer.getURL(JavaResource resource) This method looks for the resource passed in input by searching through the various custom layers, and returns the URL of the real resource, or null in case the resource does not exist in any of the registered layers.booleanCustomLayer.isOwner(JavaResource pos) Checks if the class, passed to input, belongs to the current layer or notCustomLayer.loadClass(JavaResource resource) This method looks for the resource passed in input by searching through the various custom layers, and returns the reference to its class, or null in case the resource does not exist in any of the registered layers.static <T> TFactory.newInstance(JavaResource res) creates an instance of a defined path possibly transmitting Identity informationprotected voidCustomLayer.onCustom(JavaResource resource, BiConsumer<JavaResource, CustomPackage> register) search if there is a customization of the resource passed in input.CustomTree.search(JavaResource resource) This method looks for the resource passed in input by searching through the various custom layers, and returns the reference to the real resource, or null in case the resource does not exist in any of the registered layers.protected CustomTree.SearchNodeCustomTree.SearchNode.search(JavaResource resource) final JavaResourceCustomPackage.toCustom(JavaResource resource) Transforms a resource from the original package, passed as a parameter, into the equivalent of the custom package.final JavaResourceCustomPackage.toOrigin(JavaResource resource) Transforms a resource from the custom package, passed as a parameter, into the equivalent of the original package.Method parameters in overit.geocall.platform with type arguments of type JavaResourceModifier 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 JavaResourceModifierConstructorDescriptionCreate a resource by cloning information from another resourceprotectedSearchNode(JavaResource resource, CustomPackage customPackage)
Factory.collect(String, Class)instead