Uses of Class
org.eclipse.dirigible.repository.fs.FileSystemRepository
| Package | Description |
|---|---|
| org.eclipse.dirigible.repository.local |
-
Uses of FileSystemRepository in org.eclipse.dirigible.repository.local
Subclasses of FileSystemRepository in org.eclipse.dirigible.repository.local Modifier and Type Class Description classLocalRepositoryThe File System based Local Repository implementation ofIRepository.Methods in org.eclipse.dirigible.repository.local that return FileSystemRepository Modifier and Type Method Description FileSystemRepositoryLocalEntity. getRepository()Gets the repository.FileSystemRepositoryLocalObject. getRepository()Gets the repository.FileSystemRepositoryLocalRepositoryDao. getRepository()Gets the repository.Methods in org.eclipse.dirigible.repository.local with parameters of type FileSystemRepository Modifier and Type Method Description static StringLocalWorkspaceMapper. getMappedName(FileSystemRepository repository, String repositoryName)Gets the mapped name.Constructors in org.eclipse.dirigible.repository.local with parameters of type FileSystemRepository Constructor Description LocalCollection(FileSystemRepository repository, RepositoryPath path)Instantiates a new local collection.LocalEntity(FileSystemRepository repository, RepositoryPath path)Instantiates a new local entity.LocalFile(FileSystemRepository repository, boolean isBinary, String contentType)Instantiates a new local file.LocalFolder(FileSystemRepository repository)Instantiates a new local folder.LocalObject(FileSystemRepository repository)Instantiates a new local object.LocalRepositoryDao(FileSystemRepository repository)Instantiates a new local repository dao.LocalResource(FileSystemRepository repository, RepositoryPath path)Instantiates a new local resource.