Interface ModelPathOffsets

  • All Known Implementing Classes:
    ModelPathOffsetsImpl

    public interface ModelPathOffsets
    interface for defining the path offsets within repository and resources. this is valid for one model definition.
    • Method Detail

      • getResourceOffset

        java.lang.String getResourceOffset()
        this method must return the offset within the resource-path-tree.
        Returns:
        the offset
      • getRepositoryOffset

        java.lang.String getRepositoryOffset()
        this method must return the offset within the repository.
        Returns:
        the offset
      • getResourcePrefix

        java.lang.String getResourcePrefix()
        this method must return the prefix of the resource-path-tree.
        Returns:
        the prefix
      • getRepositoryPrefix

        java.lang.String getRepositoryPrefix()
        this method must return the prefix of the repository path tree.
        Returns:
        the offset