hawtio-git 1.4.0.redhat-630329-09
A B C D E F G H I L N O R S T U W 

A

addFile(File) - Method in class io.hawt.git.WriteContext
Adds the given file to git
apply(WriteContext) - Method in interface io.hawt.git.WriteCallback
 

B

branches() - Method in class io.hawt.git.GitFacade
 
branches() - Method in interface io.hawt.git.GitFacadeMXBean
Returns all the branch names we can use in the local repo

C

changeType - Variable in class io.hawt.git.CommitTreeInfo
 
checkoutBranch(Git, String) - Method in class io.hawt.git.GitFacade
 
checkoutBranch(Git, String) - Method in class io.hawt.git.GitFacadeSupport
 
CommitInfo - Class in io.hawt.git
Represents information about a commit log or history
CommitInfo(String, String, String, Date, boolean, String, String) - Constructor for class io.hawt.git.CommitInfo
 
commitThenPush(Git, String, CommitCommand) - Method in class io.hawt.git.GitFacadeSupport
 
CommitTreeInfo - Class in io.hawt.git
Represent part of a commit
CommitTreeInfo() - Constructor for class io.hawt.git.CommitTreeInfo
 
CommitTreeInfo(String, String, long, int, String, String, DiffEntry.ChangeType) - Constructor for class io.hawt.git.CommitTreeInfo
 
completePath(String, String, boolean) - Method in class io.hawt.git.GitFacade
 
completePath(String, String, boolean) - Method in interface io.hawt.git.GitFacadeMXBean
Provides a file/path completion hook so we can start typing the name of a file or directory
configureBranch(String) - Method in class io.hawt.git.GitFacade
 
contextDestroyed(ServletContextEvent) - Method in class io.hawt.git.GitContextListener
 
contextInitialized(ServletContextEvent) - Method in class io.hawt.git.GitContextListener
 
createBranch(String, String) - Method in class io.hawt.git.GitFacade
 
createBranch(String, String) - Method in interface io.hawt.git.GitFacadeMXBean
Creates a new branch from the given branch
createCommitInfo(RevCommit) - Method in class io.hawt.git.GitFacadeSupport
 
createDirectory(String, String, String, String, String) - Method in class io.hawt.git.GitFacade
 
createDirectory(String, String, String, String, String) - Method in interface io.hawt.git.GitFacadeMXBean
Creates a new file if it doesn't already exist
createFileInfo(File, File, String) - Static method in class io.hawt.git.FileInfo
 
createServletException(Exception) - Method in class io.hawt.git.GitContextListener
 
currentBranch() - Method in class io.hawt.git.GitFacade
 

D

defaultObjectId(Git, String) - Method in class io.hawt.git.GitFacadeSupport
 
destroy() - Method in class io.hawt.git.GitFacade
 
diff(String, String, String) - Method in class io.hawt.git.GitFacade
 
diff(String, String, String) - Method in interface io.hawt.git.GitFacadeMXBean
Performs a diff of the latest or a specifc version of the given blobPath against either the previous or a given baseObjectId
doCompletePath(Git, File, String, String, boolean) - Method in class io.hawt.git.GitFacadeSupport
 
doCreateBranch(Git, String, String) - Method in class io.hawt.git.GitFacadeSupport
 
doCreateDirectory(Git, File, String, String, PersonIdent, String) - Method in class io.hawt.git.GitFacadeSupport
 
doDiff(Git, String, String, String) - Method in class io.hawt.git.GitFacadeSupport
 
doExists(Git, File, String, String) - Method in class io.hawt.git.GitFacadeSupport
 
doExists(Git, File, String, String, boolean) - Method in class io.hawt.git.GitFacadeSupport
 
doGetCommitInfo(Git, String) - Method in class io.hawt.git.GitFacadeSupport
 
doGetCommitTree(Git, String) - Method in class io.hawt.git.GitFacadeSupport
Returns the file changes in a commit
doGetContent(Git, String, String) - Method in class io.hawt.git.GitFacadeSupport
 
doGetHead(Git) - Method in class io.hawt.git.GitFacadeSupport
 
doHistory(Git, String, String, String, int) - Method in class io.hawt.git.GitFacadeSupport
 
doListBranches(Git) - Method in class io.hawt.git.GitFacadeSupport
 
doPull() - Method in class io.hawt.git.GitFacade
 
doPush(Git) - Method in class io.hawt.git.GitFacade
 
doPush(Git) - Method in class io.hawt.git.GitFacadeSupport
 
doRead(Git, File, String, String) - Method in class io.hawt.git.GitFacadeSupport
Reads the file contents from the currently checked out branch
doReadFile(Git, File, String, String, Function<File, T>) - Method in class io.hawt.git.GitFacadeSupport
Performs a read only operation on the file
doReadJsonChildContent(Git, File, String, String, String, String) - Method in class io.hawt.git.GitFacadeSupport
 
doRemove(Git, File, String, String, String, PersonIdent) - Method in class io.hawt.git.GitFacadeSupport
 
doRename(Git, File, String, String, String, String, PersonIdent) - Method in class io.hawt.git.GitFacadeSupport
 
doRevert(Git, File, String, String, String, String, PersonIdent) - Method in class io.hawt.git.GitFacadeSupport
 
doUploadFiles(WriteContext, File, boolean, List<File>) - Static method in class io.hawt.git.GitHelper
 
doWrite(Git, File, String, String, byte[], PersonIdent, String) - Method in class io.hawt.git.GitFacadeSupport
 
doWriteFile(Git, File, String, String, WriteCallback) - Method in class io.hawt.git.GitFacadeSupport
Performs a write operation on the file

E

exists(String, String) - Method in class io.hawt.git.GitFacade
 
exists(String, String) - Method in interface io.hawt.git.GitFacadeMXBean
Checks if the file exists and if so what its file metadata is.

F

FileContents - Class in io.hawt.git
Represents the text of a text file or a directory
FileContents(boolean, String, List<FileInfo>) - Constructor for class io.hawt.git.FileContents
 
FileInfo - Class in io.hawt.git
 
FileInfo(String, String, long, long, boolean, String) - Constructor for class io.hawt.git.FileInfo
 

G

getArtifactId() - Method in class io.hawt.git.FileInfo
 
getAuthor() - Method in class io.hawt.git.CommitInfo
 
getAuthor() - Method in class io.hawt.git.WriteContext
 
getBranchObjectId(Git, String) - Method in class io.hawt.git.GitFacadeSupport
 
getBundleFor(Class<T>) - Static method in class org.eclipse.jgit.nls.NLS
Returns an instance of the translation bundle of the required type.
getChangeType() - Method in class io.hawt.git.CommitTreeInfo
 
getChildren() - Method in class io.hawt.git.FileContents
 
getCommitDate(RevCommit) - Static method in class io.hawt.git.GitFacade
Retrieves a Java Date from a Git commit.
getCommitHashText() - Method in class io.hawt.git.CommitInfo
 
getCommitId() - Method in class io.hawt.git.CommitTreeInfo
 
getCommitInfo(String) - Method in class io.hawt.git.GitFacade
 
getCommitInfo(String) - Method in interface io.hawt.git.GitFacadeMXBean
Returns details about the commit, such as its message etc
getCommitTree(String) - Method in class io.hawt.git.GitFacade
 
getCommitTree(String) - Method in interface io.hawt.git.GitFacadeMXBean
Returns the commit tree for the given commit id
getConfigDirName() - Method in class io.hawt.git.GitFacade
 
getContent(String, String) - Method in class io.hawt.git.GitFacade
 
getContent(String, String) - Method in interface io.hawt.git.GitFacadeMXBean
Get the contents of a blobPath for a given commit objectId
getCredentials() - Method in class io.hawt.git.GitFacade
 
getDate() - Method in class io.hawt.git.CommitInfo
 
getDefaultBranch() - Method in class io.hawt.git.GitFacade
Defaults to the current branch on disk if not explicitly configured
getDefaultGitAttributes() - Method in class io.hawt.git.GitFacade
 
getDefaultObjectName() - Method in class io.hawt.git.GitFacadeSupport
 
getDefaultRemoteRepository() - Method in class io.hawt.git.GitFacade
 
getDisplayName() - Method in class io.hawt.git.FileInfo
 
getFile(File, String) - Method in class io.hawt.git.GitFacadeSupport
Returns the file for the given path relative to the git root directory
getFile() - Method in class io.hawt.git.WriteContext
 
getFilePattern(String) - Static method in class io.hawt.git.GitFacadeSupport
 
getGit() - Method in class io.hawt.git.WriteContext
 
getGroupId() - Method in class io.hawt.git.FileInfo
 
getHEAD() - Method in class io.hawt.git.GitFacade
 
getHEAD() - Method in interface io.hawt.git.GitFacadeMXBean
 
getIconUrl() - Method in class io.hawt.git.FileInfo
 
getId() - Method in class io.hawt.git.CommitTreeInfo
 
getInitialImportURLs() - Method in class io.hawt.git.GitFacade
 
getLastModified() - Method in class io.hawt.git.FileInfo
 
getLength() - Method in class io.hawt.git.FileInfo
 
getMessage() - Method in class io.hawt.git.WriteContext
 
getMimeType() - Method in class io.hawt.git.FileInfo
 
getMode() - Method in class io.hawt.git.CommitTreeInfo
 
getName() - Method in class io.hawt.git.CommitInfo
 
getName() - Method in class io.hawt.git.CommitTreeInfo
 
getName() - Method in class io.hawt.git.FileInfo
 
getPath() - Method in class io.hawt.git.CommitTreeInfo
 
getPath() - Method in class io.hawt.git.FileInfo
 
getPullTimePeriod() - Method in class io.hawt.git.GitFacade
 
getRelativePath(File, File) - Static method in class io.hawt.git.FileInfo
 
getRemote() - Method in class io.hawt.git.GitFacade
 
getRemoteRepository() - Method in class io.hawt.git.GitFacade
 
getRepositoryLabel() - Method in interface io.hawt.git.GitFacadeMXBean
 
getRepositoryLabel() - Method in class io.hawt.git.GitFacadeSupport
 
getRootDir() - Method in class io.hawt.git.WriteContext
 
getRootGitDirectory() - Method in class io.hawt.git.GitFacade
 
getShortCommitHash(String) - Method in class io.hawt.git.GitFacadeSupport
 
getShortMessage() - Method in class io.hawt.git.CommitInfo
 
getSingleton() - Static method in class io.hawt.git.GitFacade
 
getSize() - Method in class io.hawt.git.CommitTreeInfo
 
getStashPersonIdent() - Method in class io.hawt.git.GitFacade
 
getSummary() - Method in class io.hawt.git.FileInfo
 
getText() - Method in class io.hawt.git.FileContents
 
getTimer() - Method in class io.hawt.git.GitFacade
 
getTrimmedMessage() - Method in class io.hawt.git.CommitInfo
 
getVersion() - Method in class io.hawt.git.FileInfo
 
getXmlNamespaces() - Method in class io.hawt.git.FileInfo
 
GitContextListener - Class in io.hawt.git
A ServletContextListener which initialises the GitFacade in the web app
GitContextListener() - Constructor for class io.hawt.git.GitContextListener
 
GitFacade - Class in io.hawt.git
A git bean to create a local git repo for configuration data which if configured will push/pull from some central repo
GitFacade() - Constructor for class io.hawt.git.GitFacade
 
GitFacadeMXBean - Interface in io.hawt.git
The JMX MBean interface for working with git configuration files
GitFacadeSupport - Class in io.hawt.git
A based class for implementations of GitFacadeMXBean
GitFacadeSupport() - Constructor for class io.hawt.git.GitFacadeSupport
 
GitFileManager - Interface in io.hawt.git
 
GitHelper - Class in io.hawt.git
Helper functions for working with Git
GitHelper() - Constructor for class io.hawt.git.GitHelper
 
gitOperation(PersonIdent, Callable<T>) - Method in class io.hawt.git.GitFacade
Performs the given operations on a clean git repository

H

history(String, String, String, int) - Method in class io.hawt.git.GitFacade
 
history(String, String, String, int) - Method in interface io.hawt.git.GitFacadeMXBean
Return the history of the repository or a specific directory or file path

I

importInitialContent(Git, File, String) - Method in class io.hawt.git.GitFacade
When creating an empty initial git repository lets see if there are a list of URLs for zips of content to include
init() - Method in class io.hawt.git.GitFacade
 
initialiseGitRepo() - Method in class io.hawt.git.GitFacade
 
INSTANCE - Static variable in exception org.eclipse.jgit.errors.StopWalkException
Singleton instance for throwing within a filter.
io.hawt.git - package io.hawt.git
 
isCloneAllBranches() - Method in class io.hawt.git.GitFacade
 
isCloneRemoteRepoOnStartup() - Method in class io.hawt.git.GitFacade
 
isDirectory() - Method in class io.hawt.git.FileContents
 
isDirectory() - Method in class io.hawt.git.FileInfo
 
isIgnoreFile(File) - Method in class io.hawt.git.GitFacadeSupport
 
isMerge() - Method in class io.hawt.git.CommitInfo
 
isParentPath() - Method in class io.hawt.git.CommitTreeInfo
 
isPullBeforeOperation() - Method in class io.hawt.git.GitFacade
 
isPullOnStartup() - Method in class io.hawt.git.GitFacade
 
isPushOnCommit() - Method in class io.hawt.git.GitFacade
 
isPushOnCommit() - Method in class io.hawt.git.GitFacadeSupport
 
isRequiresCommit() - Method in class io.hawt.git.WriteContext
 
isSubmodule() - Method in class io.hawt.git.CommitTreeInfo
 
isSymlink() - Method in class io.hawt.git.CommitTreeInfo
 
isTree() - Method in class io.hawt.git.CommitTreeInfo
 

L

localBranchExists(String) - Method in class io.hawt.git.GitFacade
 
logPull(String) - Method in class io.hawt.git.GitFacade
 

N

NLS - Class in org.eclipse.jgit.nls
The purpose of this class is to provide NLS (National Language Support) configurable per thread.

O

org.eclipse.jgit.errors - package org.eclipse.jgit.errors
 
org.eclipse.jgit.nls - package org.eclipse.jgit.nls
 

R

read(String, String) - Method in class io.hawt.git.GitFacade
 
read(String, String) - Method in interface io.hawt.git.GitFacadeMXBean
Reads the contents of a file or a directory
readFile(String, String, Function<File, T>) - Method in class io.hawt.git.GitFacade
 
readFile(String, String, Function<File, T>) - Method in interface io.hawt.git.GitFileManager
 
readJsonChildContent(String, String, String, String) - Method in class io.hawt.git.GitFacade
 
readJsonChildContent(String, String, String, String) - Method in interface io.hawt.git.GitFacadeMXBean
Reads the child JSON file contents which match the given search string (if specified) and which match the given file name wildcard (using * to match any characters in the name).
remove(String, String, String, String, String) - Method in class io.hawt.git.GitFacade
 
remove(String, String, String, String, String) - Method in interface io.hawt.git.GitFacadeMXBean
 
removeLeadingSlash(String) - Method in class io.hawt.git.GitFacadeSupport
 
rename(String, String, String, String, String, String) - Method in class io.hawt.git.GitFacade
 
rename(String, String, String, String, String, String) - Method in interface io.hawt.git.GitFacadeMXBean
Renames the given oldPath to the newPath location for the given branch, commit message and user
revertTo(String, String, String, String, String, String) - Method in class io.hawt.git.GitFacade
 
revertTo(String, String, String, String, String, String) - Method in interface io.hawt.git.GitFacadeMXBean
Reverts the file to a previous value
ROOT_LOCALE - Static variable in class org.eclipse.jgit.nls.NLS
The root locale constant.
RuntimeIOException - Exception in io.hawt.git
Thrown if some IO exception occurs
RuntimeIOException(Exception) - Constructor for exception io.hawt.git.RuntimeIOException
 

S

setArtifactId(String) - Method in class io.hawt.git.FileInfo
 
setAuthor(PersonIdent) - Method in class io.hawt.git.WriteContext
 
setChangeType(DiffEntry.ChangeType) - Method in class io.hawt.git.CommitTreeInfo
 
setCloneAllBranches(boolean) - Method in class io.hawt.git.GitFacade
 
setCloneRemoteRepoOnStartup(boolean) - Method in class io.hawt.git.GitFacade
 
setCommitId(String) - Method in class io.hawt.git.CommitTreeInfo
 
setConfigDirectory(File) - Method in class io.hawt.git.GitFacade
 
setConfigDirName(String) - Method in class io.hawt.git.GitFacade
 
setCredentials(CredentialsProvider) - Method in class io.hawt.git.GitFacade
 
setDefaultBranch(String) - Method in class io.hawt.git.GitFacade
 
setDefaultGitAttributes(String) - Method in class io.hawt.git.GitFacade
 
setDefaultRemoteRepository(String) - Method in class io.hawt.git.GitFacade
 
setDisplayName(String) - Method in class io.hawt.git.FileInfo
 
setGroupId(String) - Method in class io.hawt.git.FileInfo
 
setIconUrl(String) - Method in class io.hawt.git.FileInfo
 
setId(String) - Method in class io.hawt.git.CommitTreeInfo
 
setInitialImportURLs(String) - Method in class io.hawt.git.GitFacade
Sets the URLs which are used to import content in a newly created git repository
setLocale(Locale) - Static method in class org.eclipse.jgit.nls.NLS
Sets the locale for the calling thread.
setMessage(String) - Method in class io.hawt.git.WriteContext
 
setMode(int) - Method in class io.hawt.git.CommitTreeInfo
 
setName(String) - Method in class io.hawt.git.CommitTreeInfo
 
setParentPath(boolean) - Method in class io.hawt.git.CommitTreeInfo
 
setPath(String) - Method in class io.hawt.git.CommitTreeInfo
 
setPullBeforeOperation(boolean) - Method in class io.hawt.git.GitFacade
 
setPullOnStartup(boolean) - Method in class io.hawt.git.GitFacade
 
setPullTimePeriod(long) - Method in class io.hawt.git.GitFacade
 
setPushOnCommit(boolean) - Method in class io.hawt.git.GitFacade
 
setRemote(String) - Method in class io.hawt.git.GitFacade
 
setRemoteRepository(String) - Method in class io.hawt.git.GitFacade
 
setRepositoryLabel(String) - Method in class io.hawt.git.GitFacadeSupport
 
setRequiresCommit(boolean) - Method in class io.hawt.git.WriteContext
 
setSize(long) - Method in class io.hawt.git.CommitTreeInfo
 
setStashPersonIdent(PersonIdent) - Method in class io.hawt.git.GitFacade
 
setSummary(String) - Method in class io.hawt.git.FileInfo
 
setTimer(Timer) - Method in class io.hawt.git.GitFacade
 
setVersion(String) - Method in class io.hawt.git.FileInfo
 
setXmlNamespaces(String[]) - Method in class io.hawt.git.FileInfo
 
status() - Method in class io.hawt.git.GitFacade
 
StopWalkException - Exception in org.eclipse.jgit.errors
Stops the driver loop of walker and finish with current results.

T

toString() - Method in class io.hawt.git.CommitInfo
 
toString() - Method in class io.hawt.git.CommitTreeInfo
 
toString() - Method in class io.hawt.git.FileInfo
 
toString(Collection<RemoteRefUpdate>) - Method in class io.hawt.git.GitFacadeSupport
 
trimLeadingSlash(String) - Static method in class io.hawt.git.GitFacade
 

U

uploadFile(String, String, boolean, String, String) - Method in class io.hawt.git.GitFacade
Uploads the given local file name to the given branch and path; unzipping any zips if the flag is true
uploadFile(String, String, boolean, String, String) - Method in interface io.hawt.git.GitFacadeMXBean
 
uploadFiles(String, String, boolean, Map<String, File>) - Method in class io.hawt.git.GitFacade
Uploads a list of files to the given branch and path
useJVMDefaultLocale() - Static method in class org.eclipse.jgit.nls.NLS
Sets the JVM default locale as the locale for the calling thread.

W

write(String, String, String, String, String, String) - Method in class io.hawt.git.GitFacade
 
write(String, String, String, String, String, String) - Method in interface io.hawt.git.GitFacadeMXBean
 
writeBase64(String, String, String, String, String, String) - Method in class io.hawt.git.GitFacade
 
writeBase64(String, String, String, String, String, String) - Method in interface io.hawt.git.GitFacadeMXBean
 
WriteCallback<T> - Interface in io.hawt.git
A callback to perform write operations on a git repository.
WriteContext - Class in io.hawt.git
The context when performing reads and writes within git
WriteContext(Git, File, File) - Constructor for class io.hawt.git.WriteContext
 
writeFile(String, String, WriteCallback<T>) - Method in class io.hawt.git.GitFacade
 
writeFile(String, String, WriteCallback<T>) - Method in interface io.hawt.git.GitFileManager
 
A B C D E F G H I L N O R S T U W 
hawtio-git 1.4.0.redhat-630329-09

Copyright © 2018 JBoss by Red Hat. All rights reserved.