A B C D F G H L M O P R S U 

A

address - Variable in class org.nuiton.scmwebeditor.git.GitProvider
the repository's address
addressGit - Variable in class org.nuiton.scmwebeditor.git.GitConnection
path to the directory of the file to edit
addressSeemsCompatible(String) - Method in class org.nuiton.scmwebeditor.git.GitProvider
 

B

browse(BrowseDto) - Method in class org.nuiton.scmwebeditor.git.GitConnection
 

C

changeBranch(String) - Method in class org.nuiton.scmwebeditor.git.GitConnection
Changing for another branch
changeBranch(String, String, String, String) - Method in class org.nuiton.scmwebeditor.git.GitProvider
 
cloneRepository(CredentialsProvider) - Method in class org.nuiton.scmwebeditor.git.GitConnection
Clones the repository (clone command)
commit(CommitDto) - Method in class org.nuiton.scmwebeditor.git.GitConnection
 
createBranch(CreateBranchDto) - Method in class org.nuiton.scmwebeditor.git.GitProvider
 
createDirectory(CreateDirectoryDto) - Method in class org.nuiton.scmwebeditor.git.GitFileManager
 

D

DEFAULT_BRANCH - Static variable in class org.nuiton.scmwebeditor.git.GitConnection
the default branch to use when the requested one was not found
doCommit(Git, String, String, String) - Method in class org.nuiton.scmwebeditor.git.GitConnection
Calls the commit command

F

fileName - Variable in class org.nuiton.scmwebeditor.git.GitConnection
the name of the file to edit
filesDirectlyAccessible() - Method in class org.nuiton.scmwebeditor.git.GitProvider
 

G

getAddressGit() - Method in class org.nuiton.scmwebeditor.git.GitConnection
 
getConnection(String, String) - Method in class org.nuiton.scmwebeditor.git.GitProvider
 
getDefaultBranchName() - Method in class org.nuiton.scmwebeditor.git.GitProvider
 
getDiffs(String, String, String, String, String) - Method in class org.nuiton.scmwebeditor.git.GitConnection
 
getFileContent(String, String, String) - Method in class org.nuiton.scmwebeditor.git.GitConnection
 
getFileContentAtRevision(String, String, String, String) - Method in class org.nuiton.scmwebeditor.git.GitConnection
 
getFileManager(ScmConnection) - Method in class org.nuiton.scmwebeditor.git.GitProvider
 
getFileName() - Method in class org.nuiton.scmwebeditor.git.GitConnection
 
getFilePath(String, String, String, String) - Method in class org.nuiton.scmwebeditor.git.GitConnection
 
getGitRepo() - Method in class org.nuiton.scmwebeditor.git.GitConnection
 
getHeadRevisionNumber(String, String, String) - Method in class org.nuiton.scmwebeditor.git.GitConnection
 
getLocalDirectory() - Method in class org.nuiton.scmwebeditor.git.GitConnection
 
getPathToLocalRepos() - Method in class org.nuiton.scmwebeditor.git.GitConnection
 
getRepositoryId() - Method in class org.nuiton.scmwebeditor.git.GitConnection
 
getRevisions(String, String, String) - Method in class org.nuiton.scmwebeditor.git.GitConnection
 
GitConnection - Class in org.nuiton.scmwebeditor.git
Implementation of the Git's main features
GitConnection(String, String) - Constructor for class org.nuiton.scmwebeditor.git.GitConnection
Creates a new connection to a Git repository
GitFileManager - Class in org.nuiton.scmwebeditor.git
Implementation of the Git's features related to file management
GitFileManager(GitConnection) - Constructor for class org.nuiton.scmwebeditor.git.GitFileManager
Creates a new file manager for Git repositories
GitProvider - Class in org.nuiton.scmwebeditor.git
Implementation of the Git's specific features
GitProvider() - Constructor for class org.nuiton.scmwebeditor.git.GitProvider
 
gitRepo - Variable in class org.nuiton.scmwebeditor.git.GitConnection
git existing repository

H

handlePushException(GitAPIException) - Method in class org.nuiton.scmwebeditor.git.GitConnection
Handles the exception thrown by a push command
hash(String, String) - Method in class org.nuiton.scmwebeditor.git.GitConnection
Hashes a String with then given algorithms

L

listBranches(String, String, String) - Method in class org.nuiton.scmwebeditor.git.GitProvider
 
localDirectory - Variable in class org.nuiton.scmwebeditor.git.GitConnection
the local directory where the repository has been cloned to

M

moveFile(MoveFileDto) - Method in class org.nuiton.scmwebeditor.git.GitFileManager
 

O

org.nuiton.scmwebeditor.git - package org.nuiton.scmwebeditor.git
 

P

pathToLocalRepos - Variable in class org.nuiton.scmwebeditor.git.GitConnection
the path to the directory which contains all the repositories
PLACEHOLDER_MESSAGE_EN - Variable in class org.nuiton.scmwebeditor.git.GitFileManager
 
PLACEHOLDER_MESSAGE_FR - Variable in class org.nuiton.scmwebeditor.git.GitFileManager
 

R

removeDirectory(RemoveDirectoryDto) - Method in class org.nuiton.scmwebeditor.git.GitFileManager
 
removeFile(RemoveFileDto) - Method in class org.nuiton.scmwebeditor.git.GitFileManager
 
REPOSITORY_EXTENSION - Variable in class org.nuiton.scmwebeditor.git.GitConnection
 

S

setGitRepo(Repository) - Method in class org.nuiton.scmwebeditor.git.GitConnection
 
setLocalDirectory(File) - Method in class org.nuiton.scmwebeditor.git.GitConnection
 
setPathToLocalRepos(String) - Method in class org.nuiton.scmwebeditor.git.GitConnection
 
supportsBranches() - Method in class org.nuiton.scmwebeditor.git.GitProvider
 
supportsPush() - Method in class org.nuiton.scmwebeditor.git.GitProvider
 

U

updateRepository(String, String) - Method in class org.nuiton.scmwebeditor.git.GitConnection
Updates the repository to the last version by a clone or a pull command
updateRepository(String, String) - Method in class org.nuiton.scmwebeditor.git.GitFileManager
Updates the repository to the last version by a clone or a pull command
uploadFile(UploadFileDto) - Method in class org.nuiton.scmwebeditor.git.GitFileManager
 
A B C D F G H L M O P R S U 

Copyright © 2015 CodeLutin. All rights reserved.