Uses of Class
org.eclipse.dirigible.repository.local.LocalFile
| Package | Description |
|---|---|
| org.eclipse.dirigible.repository.local |
-
Uses of LocalFile in org.eclipse.dirigible.repository.local
Methods in org.eclipse.dirigible.repository.local that return LocalFile Modifier and Type Method Description protected LocalFileLocalResource. getDocument()Returns theLocalFileobject matching thisLocalResource.protected LocalFileLocalResource. getDocumentSafe()Returns theLocalFileobject matching thisLocalResource.protected LocalFileLocalResource. getFile()Returns theLocalFileobject matching thisLocalResource.Methods in org.eclipse.dirigible.repository.local with parameters of type LocalFile Modifier and Type Method Description byte[]LocalRepositoryDao. getFileContent(LocalFile localFile)Gets the file content.voidLocalRepositoryDao. setFileContent(LocalFile localFile, byte[] content)Sets the file content.