Uses of Class
org.eclipse.dirigible.repository.local.LocalRepositoryException
| Package | Description |
|---|---|
| org.eclipse.dirigible.repository.fs | |
| org.eclipse.dirigible.repository.local |
-
Uses of LocalRepositoryException in org.eclipse.dirigible.repository.fs
Constructors in org.eclipse.dirigible.repository.fs that throw LocalRepositoryException Constructor Description FileSystemRepository()Constructor with default root folder - user.dir and without database initializationFileSystemRepository(String rootFolder)Constructor with root folder parameter.FileSystemRepository(String rootFolder, boolean absolute)Constructor with root folder parameter. -
Uses of LocalRepositoryException in org.eclipse.dirigible.repository.local
Methods in org.eclipse.dirigible.repository.local that throw LocalRepositoryException Modifier and Type Method Description voidLocalFolder. copyFolder(String newPath)Copy folder.voidLocalFile. copyTo(String newPath)Copy to.voidLocalFolder. createFile(String name, byte[] content, boolean isBinary, String contentType)Creates the file.voidLocalRepositoryDao. createFile(String path, byte[] content, boolean isBinary, String contentType)Creates the file.voidLocalFolder. createFolder(String name)Creates the folder.voidLocalFile. delete()Delete.voidLocalFolder. deleteTree()Delete tree.List<LocalObject>LocalFolder. getChildren()Gets the children.byte[]LocalFile. getData()Gets the data.voidLocalFile. rename(String newPath)Rename.voidLocalFolder. renameFolder(String newPath)Rename folder.voidLocalFile. setData(byte[] content)Sets the data.Constructors in org.eclipse.dirigible.repository.local that throw LocalRepositoryException Constructor Description LocalRepository()Constructor with default root folder - user.dir and without database initializationLocalRepository(String rootFolder)Constructor with root folder parameter.LocalRepository(String rootFolder, boolean absolute)Constructor with root folder parameter.