Interface ITraceURIConverter

  • All Known Implementing Classes:
    DefaultTraceURIConverter

    public interface ITraceURIConverter
    This class converts URIs between their absolute forms and a relative form, which is persisted in trace files. Since trace files may be packed in JARs, the URIs should not make assumptions about the environments outside of the JARs, such as project name and source folders.
    Noimplement:
    This interface is not intended to be implemented by clients.