Class ModelPathOffsetsImpl
- java.lang.Object
-
- cern.accsoft.steering.jmad.domain.file.ModelPathOffsetsImpl
-
- All Implemented Interfaces:
ModelPathOffsets
public class ModelPathOffsetsImpl extends java.lang.Object implements ModelPathOffsets
-
-
Constructor Summary
Constructors Constructor Description ModelPathOffsetsImpl()
-
Method Summary
All Methods Instance Methods Concrete 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.void
setRepositoryOffset(java.lang.String repositoryOffset)
void
setRepositoryPrefix(java.lang.String repositoryPrefix)
void
setResourceOffset(java.lang.String resourceOffset)
void
setResourcePrefix(java.lang.String resourcePrefix)
-
-
-
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 interfaceModelPathOffsets
- 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 interfaceModelPathOffsets
- 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 interfaceModelPathOffsets
- 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 interfaceModelPathOffsets
- 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)
-
-