Index

D E F G P S 
All Classes and Interfaces|All Packages|Constant Field Values

D

DEFAULT_MAIN_BRANCH - Static variable in interface dev.getelements.elements.rt.git.GitApplicationAssetLoader
The main branch from which to fetch the code.
dev.getelements.elements.rt.git - package dev.getelements.elements.rt.git
 

E

ELEMENT_STORAGE_DIRECTORY - Static variable in class dev.getelements.elements.rt.git.FileSystemScriptStorageGitLoaderProvider
The storage directory for the git repositories housing the application's script storage.

F

FilesystemGitApplicationAssetLoader - Class in dev.getelements.elements.rt.git
A special class which will load an ApplicationId's code to a local temporary directory where it can be processed and run.
FilesystemGitApplicationAssetLoader() - Constructor for class dev.getelements.elements.rt.git.FilesystemGitApplicationAssetLoader
 
FileSystemScriptStorageGitLoaderProvider - Class in dev.getelements.elements.rt.git
 
FileSystemScriptStorageGitLoaderProvider() - Constructor for class dev.getelements.elements.rt.git.FileSystemScriptStorageGitLoaderProvider
 

G

get() - Method in class dev.getelements.elements.rt.git.FileSystemScriptStorageGitLoaderProvider
 
getAssetPath(ApplicationId) - Method in class dev.getelements.elements.rt.git.FilesystemGitApplicationAssetLoader
 
getBareStorageDirectory(File, ApplicationId) - Static method in class dev.getelements.elements.rt.git.FilesystemGitApplicationAssetLoader
Used by the GitApplicationAssetLoader instances to determine the bare storage directory for a particular ApplicationId.
getDirectory() - Method in class dev.getelements.elements.rt.git.FileSystemScriptStorageGitLoaderProvider
 
getFilesystemGitLoaderProvider() - Method in class dev.getelements.elements.rt.git.FileSystemScriptStorageGitLoaderProvider
 
getGitStorageDirectory() - Method in class dev.getelements.elements.rt.git.FilesystemGitApplicationAssetLoader
 
GIT_SUFFIX - Static variable in interface dev.getelements.elements.rt.git.GitApplicationAssetLoader
The git directory suffix.
GitApplicationAssetLoader - Interface in dev.getelements.elements.rt.git
The GitLoader takes a clone of an existing git repository, and allows downstream code access to that directory.

P

performInGit(ApplicationId, BiConsumer<Git, Path>) - Method in class dev.getelements.elements.rt.git.FilesystemGitApplicationAssetLoader
 
performInGit(ApplicationId, BiConsumer<Git, Path>) - Method in interface dev.getelements.elements.rt.git.GitApplicationAssetLoader
Opens a Git instance for the supplied ApplicationId which can be used to manipulate the various files within the repository.
performInGit(String, BiConsumer<Git, Path>) - Method in interface dev.getelements.elements.rt.git.GitApplicationAssetLoader
Opens a Git instance for the supplied ApplicationId which can be used to manipulate the various files within the repository.

S

setDirectory(String) - Method in class dev.getelements.elements.rt.git.FileSystemScriptStorageGitLoaderProvider
 
setFilesystemGitLoaderProvider(Provider<FilesystemGitApplicationAssetLoader>) - Method in class dev.getelements.elements.rt.git.FileSystemScriptStorageGitLoaderProvider
 
setGitStorageDirectory(File) - Method in class dev.getelements.elements.rt.git.FilesystemGitApplicationAssetLoader
 
D E F G P S 
All Classes and Interfaces|All Packages|Constant Field Values