Interface ClassSource_MappedDirectory

All Superinterfaces:
ClassSource

public interface ClassSource_MappedDirectory extends ClassSource
  • Method Details

    • getDirPath

      String getDirPath()
    • getConvertResourceNames

      boolean getConvertResourceNames()
    • inconvertResourceName

      String inconvertResourceName(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

      String outconvertResourceName(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.