public interface IAddConfig
IAddCommand configuration.| Modifier and Type | Method and Description |
|---|---|
void |
addElements(java.util.Collection<MObject> toAdd)
Add the given elements to the collection of elements to add.
|
void |
addFiles(java.util.Collection<java.io.File> f)
Add files to add to version.
|
void |
addFiles(java.util.Collection<java.io.File> f,
java.util.Map<java.lang.String,java.lang.String> cmsProps)
Add files to be added to version with SVN properties.
|
java.util.Collection<MObject> |
getElements()
Get the elements to add.
|
boolean |
isBatchMode() |
java.util.Collection<MObject> getElements()
The returned collection reflects the command configuration and may be freely modified .
void addElements(java.util.Collection<MObject> toAdd)
toAdd - the elements to add.void addFiles(java.util.Collection<java.io.File> f)
Add files to add to version.
f - the file to addboolean isBatchMode()
void addFiles(java.util.Collection<java.io.File> f,
java.util.Map<java.lang.String,java.lang.String> cmsProps)
f - the files to addcmsProps - SVN properties to put on the files. null to apply default properties.