public class SVNCommandFactory extends AbstractCommandFactory
| Constructor and Description |
|---|
SVNCommandFactory() |
| Modifier and Type | Method and Description |
|---|---|
AbstractCheckoutCommand |
getCheckoutCommand(ProfileObject profile) |
AbstractCatCommand |
getContentCommand(ProfileObject profile) |
AbstractDiffCommand |
getDifferenceCommand(ProfileObject profile) |
AbstractInfoCommand |
getInfoCommand(ProfileObject profile) |
AbstractListCommand |
getListCommand(ProfileObject profile) |
AbstractLockCommand |
getLockCommand(ProfileObject profile) |
AbstractLogCommand |
getLogCommand(ProfileObject profile) |
public AbstractCatCommand getContentCommand(ProfileObject profile)
getContentCommand in class AbstractCommandFactorypublic AbstractDiffCommand getDifferenceCommand(ProfileObject profile)
getDifferenceCommand in class AbstractCommandFactorypublic AbstractListCommand getListCommand(ProfileObject profile)
getListCommand in class AbstractCommandFactorypublic AbstractLockCommand getLockCommand(ProfileObject profile)
getLockCommand in class AbstractCommandFactorypublic AbstractLogCommand getLogCommand(ProfileObject profile)
getLogCommand in class AbstractCommandFactorypublic AbstractCheckoutCommand getCheckoutCommand(ProfileObject profile)
getCheckoutCommand in class AbstractCommandFactorypublic AbstractInfoCommand getInfoCommand(ProfileObject profile)
getInfoCommand in class AbstractCommandFactoryCopyright © 2012. All Rights Reserved.