FileDocCategorySizeDatePackage
RentABikeAssembler.javaAPI DocExample300Fri Apr 22 11:04:44 BST 2005com.springbook

RentABikeAssembler

public class RentABikeAssembler extends Object

Fields Summary
Constructors Summary
Methods Summary
public static final voidmain(java.lang.String[] args)

      CommandLineView clv = new CommandLineView();
      RentABike rentaBike = new ArrayListRentABike("Bruce's bikes");
      clv.setRentABike(rentaBike);
      clv.printAllBikes();