Interface IScopeAwareTextResourceProcessor

    • Method Detail

      • process

        java.lang.String process​(java.lang.String input,
                                 java.lang.Class<?> scope,
                                 java.lang.String name)
        Processes/manipulates a text resource.
        Parameters:
        input - The original input to process
        scope - The scope class of the package resource
        name - The name of the package resource
        Returns:
        The processed input