Class ModelPathOffsetsImpl

    • Constructor Detail

      • ModelPathOffsetsImpl

        public ModelPathOffsetsImpl()
    • Method Detail

      • getRepositoryOffset

        public java.lang.String getRepositoryOffset()
        Description copied from interface: ModelPathOffsets
        this method must return the offset within the repository.
        Specified by:
        getRepositoryOffset in interface ModelPathOffsets
        Returns:
        the offset
      • getResourceOffset

        public java.lang.String getResourceOffset()
        Description copied from interface: ModelPathOffsets
        this method must return the offset within the resource-path-tree.
        Specified by:
        getResourceOffset in interface ModelPathOffsets
        Returns:
        the offset
      • getRepositoryPrefix

        public java.lang.String getRepositoryPrefix()
        Description copied from interface: ModelPathOffsets
        this method must return the prefix of the repository path tree.
        Specified by:
        getRepositoryPrefix in interface ModelPathOffsets
        Returns:
        the offset
      • getResourcePrefix

        public java.lang.String getResourcePrefix()
        Description copied from interface: ModelPathOffsets
        this method must return the prefix of the resource-path-tree.
        Specified by:
        getResourcePrefix in interface ModelPathOffsets
        Returns:
        the prefix
      • setResourceOffset

        public void setResourceOffset​(java.lang.String resourceOffset)
      • setRepositoryOffset

        public void setRepositoryOffset​(java.lang.String repositoryOffset)
      • setResourcePrefix

        public void setResourcePrefix​(java.lang.String resourcePrefix)
      • setRepositoryPrefix

        public void setRepositoryPrefix​(java.lang.String repositoryPrefix)