public class SubmoduleDeinitResult extends Object
Constructor and Description |
---|
SubmoduleDeinitResult(String path,
SubmoduleDeinitCommand.SubmoduleDeinitStatus status)
Constructor for SubmoduleDeinitResult
|
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Get the path of the submodule
|
SubmoduleDeinitCommand.SubmoduleDeinitStatus |
getStatus()
Get the status of the command
|
void |
setPath(String path)
Set the path of the submodule
|
void |
setStatus(SubmoduleDeinitCommand.SubmoduleDeinitStatus status)
Set the status of the command
|
public SubmoduleDeinitResult(String path, SubmoduleDeinitCommand.SubmoduleDeinitStatus status)
path
- path of the submodulestatus
- public String getPath()
public void setPath(String path)
path
- path of the submodulepublic SubmoduleDeinitCommand.SubmoduleDeinitStatus getStatus()
public void setStatus(SubmoduleDeinitCommand.SubmoduleDeinitStatus status)
status
- the status of the commandCopyright © 2021 Eclipse JGit Project. All rights reserved.