Standard implementation classes
The com.perforce.p4java.impl.generic
package is the root
for a fairly large set of standard implementation classes such as
Job
, Changelist
, and so on. These
implementation classes are used internally by P4Java, and
while usage is not mandatory, you are encouraged to use them as well.
This is especially useful if you wish to extend standard P4Java
functionality by, for example, adding audit or authentication methods to
standard classes.