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