Java org.eclipse.jgit.submodule SubmoduleWalk fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.submodule SubmoduleWalk fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.submodule SubmoduleWalk.

The text is from its open source code.

Subclass

org.eclipse.jgit.submodule.SubmoduleWalk has subclasses.
Click this link to see all its subclasses.

Constructor

SubmoduleWalk(Repository repository)
Create submodule generator

Method

voidclose()

Release any resources used by this walker's reader.

booleancontainsGitModulesFile(Repository repository)
Checks whether the working tree contains a .gitmodules file.
SubmoduleWalkforIndex(Repository repository)
Create a generator to walk over the submodule entries currently in the index The .gitmodules file is read from the index.
SubmoduleWalkforPath(Repository repository, AnyObjectId treeId, String path)
Create a generator and advance it to the submodule entry at the given path
SubmoduleWalkforPath(Repository repository, AbstractTreeIterator iterator, String path)
Create a generator and advance it to the submodule entry at the given path
StringgetConfigUrl()
Get the configured remote URL for current entry.
ObjectIdgetObjectId()
Get object id of current submodule entry
StringgetPath()
Get path of current submodule entry
StringgetRemoteUrl()
Get the resolved remote URL for the current submodule.
RepositorygetRepository()
Get repository for current submodule entry
RepositorygetSubmoduleRepository(final Repository parent, final String path)
Get submodule repository
RepositorygetSubmoduleRepository(final File parent, final String path)
Get submodule repository at path
booleannext()
Advance to next submodule in the index tree.
SubmoduleWalksetModulesConfig(Config config)
Set the config used by this walk.
SubmoduleWalksetTree(AbstractTreeIterator iterator)
Set the tree iterator used for finding submodule entries
SubmoduleWalksetTree(AnyObjectId treeId)
Set the tree used for finding submodule entries