Interface ClassSource_MappedContainer

    • Method Detail

      • getContainer

        com.ibm.wsspi.adaptable.module.Container getContainer()
      • getConvertResourceNames

        boolean getConvertResourceNames()
      • inconvertResourceName

        java.lang.String inconvertResourceName​(java.lang.String externalResourceName)
        Description copied from interface: ClassSource

        Optional API for processing which uses an alternate form for resources. For example, directory based processing may change the resource separator to a platform specific separator.

        Specified by:
        inconvertResourceName in interface ClassSource
        Parameters:
        externalResourceName - The external form of the resource.
        Returns:
        The internal form of the resource.
      • outconvertResourceName

        java.lang.String outconvertResourceName​(java.lang.String internalResourceName)
        Description copied from interface: ClassSource

        Optional API for processing which uses an alternate form for resources. For example, directory based processing may change the resource separator to a platform specific separator.

        Specified by:
        outconvertResourceName in interface ClassSource
        Parameters:
        internalResourceName - The internal form of the resource.
        Returns:
        The external form of the resource.