Class ChangeOperation

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    ChangeOperation.ManifestChangeOperation, ChangeOperation.ResourceChangeOperation

    public abstract class ChangeOperation
    extends java.lang.Object
    implements java.io.Serializable
    Modifications to projects are defined as a series of ChangeOperations. The following operations can be performed:
    • Create - a new resource is added.
    • Delete - a resource is deleted
    • Modify - a resource is modified.
    • Manifest - the project manifest has been modified. The manifest is a description of the project- its name, parent, etc.
    See Also:
    Serialized Form