public class GitAddTask
extends org.apache.tools.ant.Task
Constructor and Description |
---|
GitAddTask() |
Modifier and Type | Method and Description |
---|---|
void |
addDirset(org.apache.tools.ant.types.DirSet set)
Add a set of files to add.
|
void |
addFileset(org.apache.tools.ant.types.FileSet set)
Add a set of files to add.
|
void |
execute() |
void |
setSrc(File src)
Set the field
src . |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void setSrc(File src)
Set the field src
.
src
- the src to setpublic void addFileset(org.apache.tools.ant.types.FileSet set)
set
- a set of files to add.public void addDirset(org.apache.tools.ant.types.DirSet set)
set
- a set of files to add.public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
Copyright © 2017 Eclipse JGit Project. All rights reserved.