A B C F H M S

A

AddOns - class com.acme.spextra.AddOns.
This class is the new class for add-ons to SuperProduct.
AddOns() - Constructor for class com.acme.spextra.AddOns
Default constructor.

B

buildLog(String, int, boolean, int) - Static method in class com.acme.sp.SPImpl
We've changed the signature in the 2.0 release.

C

com.acme.sp - package com.acme.sp
This is the main SP package for SuperProduct, also with extra add-ons in the AddOns class.
com.acme.spextra - package com.acme.spextra
This is the extra add-ons package for SuperProduct.
createSP() - Static method in class com.acme.sp.SPImpl
Method to create a new SP object, hidden for future flexibility.

F

flushTable(SP) - Method in class com.acme.sp.SPImpl
This is the new method for flushing tables.

H

hyperdrive(int) - Method in class com.acme.spextra.AddOns
Switch SuperProduct to hyperdrive.

M

Main - class com.acme.sp.Main.
This application does nothing, but should compile cleanly and demonstrate how to use JDiff to track changes in API between versions of products.
Main() - Constructor for class com.acme.sp.Main
 
main(String[]) - Static method in class com.acme.sp.Main
The main program for SuperProduct.

S

saveName(String, int) - Method in class com.acme.sp.SPImpl
Deprecated. Use some other method instead.
saveName(String, int) - Method in interface com.acme.sp.SP
This method must be implemented by all classes which implement this interface.
SP - interface com.acme.sp.SP.
This class is the implementation of the interface SP.
SPImpl - class com.acme.sp.SPImpl.
This class is the interface for accessing an SP object.

A B C F H M S