|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScmAction | |
|---|---|
| org.jboss.dna.connector.scm | The classes that define the SVN actions. |
| org.jboss.dna.connector.svn | The classes that make up the connector that accesses content from an SVN repository. |
| org.jboss.dna.connector.svn.mgnt | |
| Uses of ScmAction in org.jboss.dna.connector.scm |
|---|
| Methods in org.jboss.dna.connector.scm that return ScmAction | |
|---|---|
ScmAction |
ScmActionFactory.addDirectory(String root,
String path)
|
ScmAction |
ScmActionFactory.addFile(String path,
String file,
byte[] content)
|
ScmAction |
ScmActionFactory.deleteEntry(String path)
|
ScmAction |
ScmActionFactory.updateFile(String rootPath,
String fileName,
byte[] oldData,
byte[] newData)
|
| Methods in org.jboss.dna.connector.scm with parameters of type ScmAction | |
|---|---|
void |
ScmActionExecutor.execute(ScmAction action,
String message)
|
| Uses of ScmAction in org.jboss.dna.connector.svn |
|---|
| Methods in org.jboss.dna.connector.svn with parameters of type ScmAction | |
|---|---|
void |
SvnActionExecutor.execute(ScmAction action,
String message)
|
| Uses of ScmAction in org.jboss.dna.connector.svn.mgnt |
|---|
| Classes in org.jboss.dna.connector.svn.mgnt that implement ScmAction | |
|---|---|
class |
AddDirectory
root should be the last, previously created, parent folder. |
class |
AddFile
|
class |
DeleteEntry
|
class |
UpdateFile
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||