Class Piston::Command
In: lib/piston/command.rb
Parent: Object

The base class which all commands subclass to obtain services from.

Methods

find_targets   logging_stream   new   skip   svn  

Attributes

args  [R] 
dry_run  [RW] 
force  [RW] 
lock  [RW] 
logging_stream  [W] 
quiet  [RW] 
recursive  [RW] 
revision  [RW] 
show_updates  [RW] 
verbose  [RW] 

Public Class methods

Public Instance methods

Returns an IO-like object to which all information should be logged.

Run a Subversion command using the shell. If the Subversion command returns an existstatus different from zero, a RuntimeError is raised.

[Validate]