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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getRepositoryOffset()
this method must return the offset within the repository.java.lang.String
getRepositoryPrefix()
this method must return the prefix of the repository path tree.java.lang.String
getResourceOffset()
this method must return the offset within the resource-path-tree.java.lang.String
getResourcePrefix()
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
-
-