Class LocalWorkspaceMapper
java.lang.Object
org.eclipse.dirigible.repository.local.LocalWorkspaceMapper
public class LocalWorkspaceMapper extends Object
The Local Workspace Mapper.
-
Constructor Summary
Constructors Constructor Description LocalWorkspaceMapper() -
Method Summary
Modifier and Type Method Description static StringgetMappedName(FileSystemRepository repository, String repositoryName)Gets the mapped name.
-
Constructor Details
-
LocalWorkspaceMapper
public LocalWorkspaceMapper()
-
-
Method Details
-
getMappedName
public static String getMappedName(FileSystemRepository repository, String repositoryName) throws RepositoryWriteExceptionGets the mapped name.- Parameters:
repository- the repositoryrepositoryName- the repository name- Returns:
- the mapped name
- Throws:
RepositoryWriteException- the repository write exception
-