Skip navigation links
A B C D E F G H I L M N O P R S T U 

A

AbstractResultDto - Class in org.nuiton.scmwebeditor.api.dto.result
 
AbstractResultDto() - Constructor for class org.nuiton.scmwebeditor.api.dto.result.AbstractResultDto
 
address - Variable in class org.nuiton.scmwebeditor.api.dto.BrowseDto
the SCM's adddress
address - Variable in class org.nuiton.scmwebeditor.api.dto.CommitDto
the file to commit's address
address - Variable in class org.nuiton.scmwebeditor.api.dto.CreateBranchDto
the repository's address
addressSeemsCompatible(String) - Method in interface org.nuiton.scmwebeditor.api.ScmProvider
Tells whether the given address seems compatible with the SCM
AUTH_ERROR - Static variable in class org.nuiton.scmwebeditor.api.dto.result.AbstractResultDto
 

B

browse(BrowseDto) - Method in interface org.nuiton.scmwebeditor.api.ScmConnection
Searches the repository's files to make a list of them
BrowseDto - Class in org.nuiton.scmwebeditor.api.dto
 
BrowseDto() - Constructor for class org.nuiton.scmwebeditor.api.dto.BrowseDto
 
BrowseResultDto - Class in org.nuiton.scmwebeditor.api.dto.result
 
BrowseResultDto() - Constructor for class org.nuiton.scmwebeditor.api.dto.result.BrowseResultDto
 

C

changeBranch(String, String, String, String) - Method in interface org.nuiton.scmwebeditor.api.ScmProvider
Changes the working branch for the local repository
commit(CommitDto) - Method in interface org.nuiton.scmwebeditor.api.ScmConnection
Makes a commit of the changed made to the edited file
CommitDto - Class in org.nuiton.scmwebeditor.api.dto
 
CommitDto() - Constructor for class org.nuiton.scmwebeditor.api.dto.CommitDto
 
commitMessage - Variable in class org.nuiton.scmwebeditor.api.dto.CommitDto
the message to describe the commit
CommitResultDto - Class in org.nuiton.scmwebeditor.api.dto.result
 
CommitResultDto() - Constructor for class org.nuiton.scmwebeditor.api.dto.result.CommitResultDto
 
commitTime - Variable in class org.nuiton.scmwebeditor.api.ScmRevision
the commit time for this revision, in milliseconds
compareTo(Object) - Method in class org.nuiton.scmwebeditor.api.ScmRevision
 
CONNECTION_FAILED - Static variable in class org.nuiton.scmwebeditor.api.dto.result.CreateDirectoryResultDto
 
CONNECTION_FAILED - Static variable in class org.nuiton.scmwebeditor.api.dto.result.MoveFileResultDto
 
CONNECTION_FAILED - Static variable in class org.nuiton.scmwebeditor.api.dto.result.RemoveDirectoryResultDto
 
CONNECTION_FAILED - Static variable in class org.nuiton.scmwebeditor.api.dto.result.RemoveFileResultDto
 
CONNECTION_FAILED - Static variable in class org.nuiton.scmwebeditor.api.dto.result.UploadFileResultDto
 
createBranch(CreateBranchDto) - Method in interface org.nuiton.scmwebeditor.api.ScmProvider
Allows to create a new branch on the repository
CreateBranchDto - Class in org.nuiton.scmwebeditor.api.dto
 
CreateBranchDto() - Constructor for class org.nuiton.scmwebeditor.api.dto.CreateBranchDto
 
createDirectory(CreateDirectoryDto) - Method in interface org.nuiton.scmwebeditor.api.ScmFileManager
Creates a new directory on the repository
CreateDirectoryDto - Class in org.nuiton.scmwebeditor.api.dto
 
CreateDirectoryDto() - Constructor for class org.nuiton.scmwebeditor.api.dto.CreateDirectoryDto
 
CreateDirectoryResultDto - Class in org.nuiton.scmwebeditor.api.dto.result
 
CreateDirectoryResultDto() - Constructor for class org.nuiton.scmwebeditor.api.dto.result.CreateDirectoryResultDto
 

D

destinationDirectory - Variable in class org.nuiton.scmwebeditor.api.dto.MoveFileDto
path to the destination directory
diff - Variable in class org.nuiton.scmwebeditor.api.dto.result.CommitResultDto
the differences between the current version and the last one
directories - Variable in class org.nuiton.scmwebeditor.api.dto.result.BrowseResultDto
the list of directories found on the SCM
directoryName - Variable in class org.nuiton.scmwebeditor.api.dto.CreateDirectoryDto
the name of the directory to create
directoryToRemove - Variable in class org.nuiton.scmwebeditor.api.dto.RemoveDirectoryDto
the path to the directory to remove

E

ERROR - Static variable in class org.nuiton.scmwebeditor.api.dto.result.AbstractResultDto
 
error - Variable in class org.nuiton.scmwebeditor.api.dto.result.AbstractResultDto
gives a message about the error if one occured
ERROR_PATH - Static variable in class org.nuiton.scmwebeditor.api.dto.result.CommitResultDto
 

F

FILE_MODIFY - Static variable in class org.nuiton.scmwebeditor.api.dto.result.CommitResultDto
 
fileRoot - Variable in class org.nuiton.scmwebeditor.api.dto.result.CreateDirectoryResultDto
the directory which contains the file
fileRoot - Variable in class org.nuiton.scmwebeditor.api.dto.result.RemoveDirectoryResultDto
the directory which contains the file
fileRoot - Variable in class org.nuiton.scmwebeditor.api.dto.result.UploadFileResultDto
the directory which contains the file
files - Variable in class org.nuiton.scmwebeditor.api.dto.result.BrowseResultDto
the list of files found on the SCM
filesDirectlyAccessible() - Method in interface org.nuiton.scmwebeditor.api.ScmProvider
Tells whether the repositories' files are directly accessible by their address
fileToMove - Variable in class org.nuiton.scmwebeditor.api.dto.MoveFileDto
path to the file to move
force - Variable in class org.nuiton.scmwebeditor.api.dto.CommitDto
set to true for a commit even if there is no difference with the previous version

G

getAddress() - Method in class org.nuiton.scmwebeditor.api.dto.BrowseDto
 
getAddress() - Method in class org.nuiton.scmwebeditor.api.dto.CommitDto
 
getAddress() - Method in class org.nuiton.scmwebeditor.api.dto.CreateBranchDto
 
getCommitMessage() - Method in class org.nuiton.scmwebeditor.api.dto.CommitDto
 
getCommitTime() - Method in class org.nuiton.scmwebeditor.api.ScmRevision
 
getConnection(String, String) - Method in interface org.nuiton.scmwebeditor.api.ScmProvider
Gives the connection to the SCM
getDefaultBranchName() - Method in interface org.nuiton.scmwebeditor.api.ScmProvider
Gives the name of the default branch if the SCM supports branches
getDestinationDirectory() - Method in class org.nuiton.scmwebeditor.api.dto.MoveFileDto
 
getDiff() - Method in class org.nuiton.scmwebeditor.api.dto.result.CommitResultDto
 
getDiffs(String, String, String, String, String) - Method in interface org.nuiton.scmwebeditor.api.ScmConnection
Gives the content of a file at the specified revision
getDirectories() - Method in class org.nuiton.scmwebeditor.api.dto.result.BrowseResultDto
 
getDirectoryName() - Method in class org.nuiton.scmwebeditor.api.dto.CreateDirectoryDto
 
getDirectoryToRemove() - Method in class org.nuiton.scmwebeditor.api.dto.RemoveDirectoryDto
 
getError() - Method in class org.nuiton.scmwebeditor.api.dto.result.AbstractResultDto
 
getFileContent(String, String, String) - Method in interface org.nuiton.scmwebeditor.api.ScmConnection
Gives the content of a file
getFileContentAtRevision(String, String, String, String) - Method in interface org.nuiton.scmwebeditor.api.ScmConnection
Gives the content of a file at the specified revision
getFileManager(ScmConnection) - Method in interface org.nuiton.scmwebeditor.api.ScmProvider
Gives the file manager for the given connection
getFileName() - Method in interface org.nuiton.scmwebeditor.api.ScmConnection
Gives the name of the edited file
getFilePath(String, String, String, String) - Method in interface org.nuiton.scmwebeditor.api.ScmConnection
Gives the path to use to get a file from the repository
getFileRoot() - Method in class org.nuiton.scmwebeditor.api.dto.result.CreateDirectoryResultDto
 
getFileRoot() - Method in class org.nuiton.scmwebeditor.api.dto.result.MoveFileResultDto
 
getFileRoot() - Method in class org.nuiton.scmwebeditor.api.dto.result.RemoveDirectoryResultDto
 
getFileRoot() - Method in class org.nuiton.scmwebeditor.api.dto.result.RemoveFileResultDto
 
getFileRoot() - Method in class org.nuiton.scmwebeditor.api.dto.result.UploadFileResultDto
 
getFiles() - Method in class org.nuiton.scmwebeditor.api.dto.result.BrowseResultDto
 
getFileToMove() - Method in class org.nuiton.scmwebeditor.api.dto.MoveFileDto
 
getHeadBranchName() - Method in class org.nuiton.scmwebeditor.api.dto.result.BrowseResultDto
 
getHeadCommiter() - Method in class org.nuiton.scmwebeditor.api.dto.result.CommitResultDto
 
getHeadRevisionNumber(String, String, String) - Method in interface org.nuiton.scmwebeditor.api.ScmConnection
Gives the number of the head revision
getId() - Method in class org.nuiton.scmwebeditor.api.dto.BrowseDto
 
getLastText() - Method in class org.nuiton.scmwebeditor.api.dto.result.CommitResultDto
 
getNewBranchName() - Method in class org.nuiton.scmwebeditor.api.dto.CreateBranchDto
 
getNewText() - Method in class org.nuiton.scmwebeditor.api.dto.CommitDto
 
getNumRevision() - Method in class org.nuiton.scmwebeditor.api.dto.result.CommitResultDto
 
getOrigText() - Method in class org.nuiton.scmwebeditor.api.dto.result.CommitResultDto
 
getParentDirectory() - Method in class org.nuiton.scmwebeditor.api.dto.CreateDirectoryDto
 
getPassword() - Method in class org.nuiton.scmwebeditor.api.dto.BrowseDto
 
getPassword() - Method in class org.nuiton.scmwebeditor.api.dto.CommitDto
 
getPassword() - Method in class org.nuiton.scmwebeditor.api.dto.CreateBranchDto
 
getPassword() - Method in class org.nuiton.scmwebeditor.api.dto.CreateDirectoryDto
 
getPassword() - Method in class org.nuiton.scmwebeditor.api.dto.MoveFileDto
 
getPassword() - Method in class org.nuiton.scmwebeditor.api.dto.RemoveDirectoryDto
 
getPassword() - Method in class org.nuiton.scmwebeditor.api.dto.RemoveFileDto
 
getPassword() - Method in class org.nuiton.scmwebeditor.api.dto.UploadFileDto
 
getPathToLocalRepos() - Method in class org.nuiton.scmwebeditor.api.dto.CreateBranchDto
 
getRepositoryId() - Method in interface org.nuiton.scmwebeditor.api.ScmConnection
Gives the repository's unique identifier
getRevisionId() - Method in class org.nuiton.scmwebeditor.api.ScmRevision
 
getRevisions(String, String, String) - Method in interface org.nuiton.scmwebeditor.api.ScmConnection
Gives a list of the important revisions for the file at the given address
getScmPath() - Method in class org.nuiton.scmwebeditor.api.dto.MoveFileDto
 
getScmPath() - Method in class org.nuiton.scmwebeditor.api.dto.RemoveFileDto
 
getScmPath() - Method in class org.nuiton.scmwebeditor.api.dto.UploadFileDto
 
getScmRoot() - Method in class org.nuiton.scmwebeditor.api.dto.result.CreateDirectoryResultDto
 
getScmRoot() - Method in class org.nuiton.scmwebeditor.api.dto.result.MoveFileResultDto
 
getScmRoot() - Method in class org.nuiton.scmwebeditor.api.dto.result.RemoveDirectoryResultDto
 
getScmRoot() - Method in class org.nuiton.scmwebeditor.api.dto.result.RemoveFileResultDto
 
getScmRoot() - Method in class org.nuiton.scmwebeditor.api.dto.result.UploadFileResultDto
 
getSelectedBranch() - Method in class org.nuiton.scmwebeditor.api.dto.BrowseDto
 
getSelectedBranch() - Method in class org.nuiton.scmwebeditor.api.dto.CreateBranchDto
 
getSelectedBranch() - Method in class org.nuiton.scmwebeditor.api.dto.result.BrowseResultDto
 
getUpload() - Method in class org.nuiton.scmwebeditor.api.dto.UploadFileDto
 
getUploadContentType() - Method in class org.nuiton.scmwebeditor.api.dto.UploadFileDto
 
getUploadFileName() - Method in class org.nuiton.scmwebeditor.api.dto.UploadFileDto
 
getUsername() - Method in class org.nuiton.scmwebeditor.api.dto.BrowseDto
 
getUsername() - Method in class org.nuiton.scmwebeditor.api.dto.CommitDto
 
getUsername() - Method in class org.nuiton.scmwebeditor.api.dto.CreateBranchDto
 
getUsername() - Method in class org.nuiton.scmwebeditor.api.dto.CreateDirectoryDto
 
getUsername() - Method in class org.nuiton.scmwebeditor.api.dto.MoveFileDto
 
getUsername() - Method in class org.nuiton.scmwebeditor.api.dto.RemoveDirectoryDto
 
getUsername() - Method in class org.nuiton.scmwebeditor.api.dto.RemoveFileDto
 
getUsername() - Method in class org.nuiton.scmwebeditor.api.dto.UploadFileDto
 

H

headBranchName - Variable in class org.nuiton.scmwebeditor.api.dto.result.BrowseResultDto
the name of the head branch on the SCM
headCommiter - Variable in class org.nuiton.scmwebeditor.api.dto.result.CommitResultDto
the commiter of the head version

I

id - Variable in class org.nuiton.scmwebeditor.api.dto.BrowseDto
the SCM's identifier
isCommitOnly() - Method in class org.nuiton.scmwebeditor.api.dto.CommitDto
 
isForce() - Method in class org.nuiton.scmwebeditor.api.dto.CommitDto
 

L

lastText - Variable in class org.nuiton.scmwebeditor.api.dto.result.CommitResultDto
the last read text
listBranches(String, String, String) - Method in interface org.nuiton.scmwebeditor.api.ScmProvider
Makes a list of the repository's branches

M

moveFile(MoveFileDto) - Method in interface org.nuiton.scmwebeditor.api.ScmFileManager
Moves a file to a directory in the repository
MoveFileDto - Class in org.nuiton.scmwebeditor.api.dto
 
MoveFileDto() - Constructor for class org.nuiton.scmwebeditor.api.dto.MoveFileDto
 
MoveFileResultDto - Class in org.nuiton.scmwebeditor.api.dto.result
 
MoveFileResultDto() - Constructor for class org.nuiton.scmwebeditor.api.dto.result.MoveFileResultDto
 

N

newBranchName - Variable in class org.nuiton.scmwebeditor.api.dto.CreateBranchDto
the name of the branch to create
newText - Variable in class org.nuiton.scmwebeditor.api.dto.CommitDto
the new text to insert
numRevision - Variable in class org.nuiton.scmwebeditor.api.dto.result.CommitResultDto
the number of the revision

O

OperationNotSupportedException - Exception in org.nuiton.scmwebeditor.api
An exception called when the requested operation is not supported by the SCM
OperationNotSupportedException(String) - Constructor for exception org.nuiton.scmwebeditor.api.OperationNotSupportedException
 
org.nuiton.scmwebeditor.api - package org.nuiton.scmwebeditor.api
 
org.nuiton.scmwebeditor.api.dto - package org.nuiton.scmwebeditor.api.dto
 
org.nuiton.scmwebeditor.api.dto.result - package org.nuiton.scmwebeditor.api.dto.result
 
origText - Variable in class org.nuiton.scmwebeditor.api.dto.result.CommitResultDto
the original text

P

parentDirectory - Variable in class org.nuiton.scmwebeditor.api.dto.CreateDirectoryDto
path to the repository
password - Variable in class org.nuiton.scmwebeditor.api.dto.BrowseDto
the password used to connect to the SCM
password - Variable in class org.nuiton.scmwebeditor.api.dto.CommitDto
the password used to connect to the SCM
password - Variable in class org.nuiton.scmwebeditor.api.dto.CreateBranchDto
the password to use to connect to the repository
password - Variable in class org.nuiton.scmwebeditor.api.dto.CreateDirectoryDto
the password used to connect to the SCM
password - Variable in class org.nuiton.scmwebeditor.api.dto.MoveFileDto
the password used to connect to the SCM
password - Variable in class org.nuiton.scmwebeditor.api.dto.RemoveDirectoryDto
the password used to connect to the SCM
password - Variable in class org.nuiton.scmwebeditor.api.dto.RemoveFileDto
the password used to connect to the SCM
password - Variable in class org.nuiton.scmwebeditor.api.dto.UploadFileDto
the password used to connect to the SCM
pathToLocalRepos - Variable in class org.nuiton.scmwebeditor.api.dto.CreateBranchDto
the folder which is used to store the repositories

R

REDIRECT - Static variable in class org.nuiton.scmwebeditor.api.dto.result.CreateDirectoryResultDto
 
REDIRECT - Static variable in class org.nuiton.scmwebeditor.api.dto.result.MoveFileResultDto
 
REDIRECT - Static variable in class org.nuiton.scmwebeditor.api.dto.result.RemoveDirectoryResultDto
 
REDIRECT - Static variable in class org.nuiton.scmwebeditor.api.dto.result.RemoveFileResultDto
 
REDIRECT - Static variable in class org.nuiton.scmwebeditor.api.dto.result.UploadFileResultDto
 
removeDirectory(RemoveDirectoryDto) - Method in interface org.nuiton.scmwebeditor.api.ScmFileManager
Removes a directory from the repository
RemoveDirectoryDto - Class in org.nuiton.scmwebeditor.api.dto
 
RemoveDirectoryDto() - Constructor for class org.nuiton.scmwebeditor.api.dto.RemoveDirectoryDto
 
RemoveDirectoryResultDto - Class in org.nuiton.scmwebeditor.api.dto.result
 
RemoveDirectoryResultDto() - Constructor for class org.nuiton.scmwebeditor.api.dto.result.RemoveDirectoryResultDto
 
removeFile(RemoveFileDto) - Method in interface org.nuiton.scmwebeditor.api.ScmFileManager
Removes a file from the repository
RemoveFileDto - Class in org.nuiton.scmwebeditor.api.dto
 
RemoveFileDto() - Constructor for class org.nuiton.scmwebeditor.api.dto.RemoveFileDto
 
RemoveFileResultDto - Class in org.nuiton.scmwebeditor.api.dto.result
 
RemoveFileResultDto() - Constructor for class org.nuiton.scmwebeditor.api.dto.result.RemoveFileResultDto
 
RepositoryNotFoundException - Exception in org.nuiton.scmwebeditor.api
An exception called when the requested SCM doesn't exist
RepositoryNotFoundException(String) - Constructor for exception org.nuiton.scmwebeditor.api.RepositoryNotFoundException
 
RepositoryNotFoundException(String, Throwable) - Constructor for exception org.nuiton.scmwebeditor.api.RepositoryNotFoundException
 
revisionId - Variable in class org.nuiton.scmwebeditor.api.ScmRevision
the revision identifier (or revision number)
ROOT - Static variable in class org.nuiton.scmwebeditor.api.dto.result.BrowseResultDto
 

S

ScmConnection - Interface in org.nuiton.scmwebeditor.api
An interface which gives the SCMs main features
ScmFileManager - Interface in org.nuiton.scmwebeditor.api
An interface which gives the SCMs features relative to file management
scmPath - Variable in class org.nuiton.scmwebeditor.api.dto.MoveFileDto
path to the repository
scmPath - Variable in class org.nuiton.scmwebeditor.api.dto.RemoveFileDto
path to the repository
scmPath - Variable in class org.nuiton.scmwebeditor.api.dto.UploadFileDto
path to the repository
ScmProvider - Interface in org.nuiton.scmwebeditor.api
An interface which allows to know and to use the specific features of each SCM
ScmRevision - Class in org.nuiton.scmwebeditor.api
 
ScmRevision(String, long) - Constructor for class org.nuiton.scmwebeditor.api.ScmRevision
 
scmRoot - Variable in class org.nuiton.scmwebeditor.api.dto.result.CreateDirectoryResultDto
the root direcory of the repository
scmRoot - Variable in class org.nuiton.scmwebeditor.api.dto.result.MoveFileResultDto
the root directory of the repository
scmRoot - Variable in class org.nuiton.scmwebeditor.api.dto.result.RemoveDirectoryResultDto
the root direcory of the repository
scmRoot - Variable in class org.nuiton.scmwebeditor.api.dto.result.RemoveFileResultDto
the root directory of the repository
scmRoot - Variable in class org.nuiton.scmwebeditor.api.dto.result.UploadFileResultDto
the root direcory of the repository
selectedBranch - Variable in class org.nuiton.scmwebeditor.api.dto.BrowseDto
the selected branch on the SCM
selectedBranch - Variable in class org.nuiton.scmwebeditor.api.dto.CreateBranchDto
the name of the origin branch for the new one
selectedBranch - Variable in class org.nuiton.scmwebeditor.api.dto.result.BrowseResultDto
the name of the selected branch on the SCM
setAddress(String) - Method in class org.nuiton.scmwebeditor.api.dto.BrowseDto
 
setAddress(String) - Method in class org.nuiton.scmwebeditor.api.dto.CommitDto
 
setAddress(String) - Method in class org.nuiton.scmwebeditor.api.dto.CreateBranchDto
 
setCommitMessage(String) - Method in class org.nuiton.scmwebeditor.api.dto.CommitDto
 
setCommitOnly(boolean) - Method in class org.nuiton.scmwebeditor.api.dto.CommitDto
 
setCommitTime(long) - Method in class org.nuiton.scmwebeditor.api.ScmRevision
 
setDestinationDirectory(String) - Method in class org.nuiton.scmwebeditor.api.dto.MoveFileDto
 
setDiff(String) - Method in class org.nuiton.scmwebeditor.api.dto.result.CommitResultDto
 
setDirectories(Map<String, String>) - Method in class org.nuiton.scmwebeditor.api.dto.result.BrowseResultDto
 
setDirectoryName(String) - Method in class org.nuiton.scmwebeditor.api.dto.CreateDirectoryDto
 
setDirectoryToRemove(String) - Method in class org.nuiton.scmwebeditor.api.dto.RemoveDirectoryDto
 
setError(String) - Method in class org.nuiton.scmwebeditor.api.dto.result.AbstractResultDto
 
setFileRoot(String) - Method in class org.nuiton.scmwebeditor.api.dto.result.CreateDirectoryResultDto
 
setFileRoot(String) - Method in class org.nuiton.scmwebeditor.api.dto.result.MoveFileResultDto
 
setFileRoot(String) - Method in class org.nuiton.scmwebeditor.api.dto.result.RemoveDirectoryResultDto
 
setFileRoot(String) - Method in class org.nuiton.scmwebeditor.api.dto.result.RemoveFileResultDto
 
setFileRoot(String) - Method in class org.nuiton.scmwebeditor.api.dto.result.UploadFileResultDto
 
setFiles(List<String>) - Method in class org.nuiton.scmwebeditor.api.dto.result.BrowseResultDto
 
setFileToMove(String) - Method in class org.nuiton.scmwebeditor.api.dto.MoveFileDto
 
setForce(boolean) - Method in class org.nuiton.scmwebeditor.api.dto.CommitDto
 
setHeadBranchName(String) - Method in class org.nuiton.scmwebeditor.api.dto.result.BrowseResultDto
 
setHeadCommiter(String) - Method in class org.nuiton.scmwebeditor.api.dto.result.CommitResultDto
 
setId(String) - Method in class org.nuiton.scmwebeditor.api.dto.BrowseDto
 
setLastText(String) - Method in class org.nuiton.scmwebeditor.api.dto.result.CommitResultDto
 
setNewBranchName(String) - Method in class org.nuiton.scmwebeditor.api.dto.CreateBranchDto
 
setNewText(String) - Method in class org.nuiton.scmwebeditor.api.dto.CommitDto
 
setNumRevision(String) - Method in class org.nuiton.scmwebeditor.api.dto.result.CommitResultDto
 
setOrigText(String) - Method in class org.nuiton.scmwebeditor.api.dto.result.CommitResultDto
 
setParentDirectory(String) - Method in class org.nuiton.scmwebeditor.api.dto.CreateDirectoryDto
 
setPassword(String) - Method in class org.nuiton.scmwebeditor.api.dto.BrowseDto
 
setPassword(String) - Method in class org.nuiton.scmwebeditor.api.dto.CommitDto
 
setPassword(String) - Method in class org.nuiton.scmwebeditor.api.dto.CreateBranchDto
 
setPassword(String) - Method in class org.nuiton.scmwebeditor.api.dto.CreateDirectoryDto
 
setPassword(String) - Method in class org.nuiton.scmwebeditor.api.dto.MoveFileDto
 
setPassword(String) - Method in class org.nuiton.scmwebeditor.api.dto.RemoveDirectoryDto
 
setPassword(String) - Method in class org.nuiton.scmwebeditor.api.dto.RemoveFileDto
 
setPassword(String) - Method in class org.nuiton.scmwebeditor.api.dto.UploadFileDto
 
setPathToLocalRepos(String) - Method in class org.nuiton.scmwebeditor.api.dto.CreateBranchDto
 
setRevisionId(String) - Method in class org.nuiton.scmwebeditor.api.ScmRevision
 
setScmPath(String) - Method in class org.nuiton.scmwebeditor.api.dto.MoveFileDto
 
setScmPath(String) - Method in class org.nuiton.scmwebeditor.api.dto.RemoveFileDto
 
setScmPath(String) - Method in class org.nuiton.scmwebeditor.api.dto.UploadFileDto
 
setScmRoot(String) - Method in class org.nuiton.scmwebeditor.api.dto.result.CreateDirectoryResultDto
 
setScmRoot(String) - Method in class org.nuiton.scmwebeditor.api.dto.result.MoveFileResultDto
 
setScmRoot(String) - Method in class org.nuiton.scmwebeditor.api.dto.result.RemoveDirectoryResultDto
 
setScmRoot(String) - Method in class org.nuiton.scmwebeditor.api.dto.result.RemoveFileResultDto
 
setScmRoot(String) - Method in class org.nuiton.scmwebeditor.api.dto.result.UploadFileResultDto
 
setSelectedBranch(String) - Method in class org.nuiton.scmwebeditor.api.dto.BrowseDto
 
setSelectedBranch(String) - Method in class org.nuiton.scmwebeditor.api.dto.CreateBranchDto
 
setSelectedBranch(String) - Method in class org.nuiton.scmwebeditor.api.dto.result.BrowseResultDto
 
setUpload(File) - Method in class org.nuiton.scmwebeditor.api.dto.UploadFileDto
 
setUploadContentType(String) - Method in class org.nuiton.scmwebeditor.api.dto.UploadFileDto
 
setUploadFileName(String) - Method in class org.nuiton.scmwebeditor.api.dto.UploadFileDto
 
setUsername(String) - Method in class org.nuiton.scmwebeditor.api.dto.BrowseDto
 
setUsername(String) - Method in class org.nuiton.scmwebeditor.api.dto.CommitDto
 
setUsername(String) - Method in class org.nuiton.scmwebeditor.api.dto.CreateBranchDto
 
setUsername(String) - Method in class org.nuiton.scmwebeditor.api.dto.CreateDirectoryDto
 
setUsername(String) - Method in class org.nuiton.scmwebeditor.api.dto.MoveFileDto
 
setUsername(String) - Method in class org.nuiton.scmwebeditor.api.dto.RemoveDirectoryDto
 
setUsername(String) - Method in class org.nuiton.scmwebeditor.api.dto.RemoveFileDto
 
setUsername(String) - Method in class org.nuiton.scmwebeditor.api.dto.UploadFileDto
 
supportsBranches() - Method in interface org.nuiton.scmwebeditor.api.ScmProvider
Tells whether the SCM supports branches
supportsPush() - Method in interface org.nuiton.scmwebeditor.api.ScmProvider
Tells whether the SCM allows to choose when the commits are pushed to the server
SweInternalException - Exception in org.nuiton.scmwebeditor.api
Exception thrown when the program encounters a problem independent from the user's input
SweInternalException(String) - Constructor for exception org.nuiton.scmwebeditor.api.SweInternalException
 
SweInternalException(String, Throwable) - Constructor for exception org.nuiton.scmwebeditor.api.SweInternalException
 

T

toString() - Method in class org.nuiton.scmwebeditor.api.ScmRevision
 

U

upload - Variable in class org.nuiton.scmwebeditor.api.dto.UploadFileDto
the file to upload
uploadContentType - Variable in class org.nuiton.scmwebeditor.api.dto.UploadFileDto
the type of the file to upload's content
uploadFile(UploadFileDto) - Method in interface org.nuiton.scmwebeditor.api.ScmFileManager
Uploads a file to the repository as a new file
UploadFileDto - Class in org.nuiton.scmwebeditor.api.dto
 
UploadFileDto() - Constructor for class org.nuiton.scmwebeditor.api.dto.UploadFileDto
 
uploadFileName - Variable in class org.nuiton.scmwebeditor.api.dto.UploadFileDto
the name of the file to upload
UploadFileResultDto - Class in org.nuiton.scmwebeditor.api.dto.result
 
UploadFileResultDto() - Constructor for class org.nuiton.scmwebeditor.api.dto.result.UploadFileResultDto
 
username - Variable in class org.nuiton.scmwebeditor.api.dto.BrowseDto
the username used to connect to the SCM
username - Variable in class org.nuiton.scmwebeditor.api.dto.CommitDto
the username used to connect to the SCM
username - Variable in class org.nuiton.scmwebeditor.api.dto.CreateBranchDto
the username to use to connect to the repository
username - Variable in class org.nuiton.scmwebeditor.api.dto.CreateDirectoryDto
the username used to connect to the SCM
username - Variable in class org.nuiton.scmwebeditor.api.dto.MoveFileDto
the username used to connect to the SCM
username - Variable in class org.nuiton.scmwebeditor.api.dto.RemoveDirectoryDto
the username used to connect to the SCM
username - Variable in class org.nuiton.scmwebeditor.api.dto.RemoveFileDto
the username used to connect to the SCM
username - Variable in class org.nuiton.scmwebeditor.api.dto.UploadFileDto
the username used to connect to the SCM
A B C D E F G H I L M N O P R S T U 
Skip navigation links

Copyright © 2009–2017 CodeLutin. All rights reserved.