Interface ModelPathOffsets
-
- All Known Implementing Classes:
ModelPathOffsetsImpl
public interface ModelPathOffsetsinterface for defining the path offsets within repository and resources. this is valid for one model definition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetRepositoryOffset()this method must return the offset within the repository.java.lang.StringgetRepositoryPrefix()this method must return the prefix of the repository path tree.java.lang.StringgetResourceOffset()this method must return the offset within the resource-path-tree.java.lang.StringgetResourcePrefix()this method must return the prefix of the resource-path-tree.
-
-
-
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
-
-