|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICPCRevision
A ICPCRevision
is a simple wrapper object for remotely stored clone data packages.
It contains:
ICloneFile
instanceIClone
instances for the fileICPCRevision
instances are used in combination with ICPCRepositoryProvider
operations.
ICPCRepositoryProvider.createRevision()
ICPCRepositoryProvider
Method Summary | |
---|---|
ICloneFile |
getCloneFile()
Retrieves the ICloneFile instance for this cpc revision. |
java.util.List<IClone> |
getClones()
Retries a list of IClone instances which are part of this revision. |
java.lang.String |
getRevisionId()
Retrieves the revision identifier string for this cpc revision. |
boolean |
isValid()
Checks whether all required fields for this element have been set. |
void |
setCloneFile(ICloneFile cloneFile)
Sets the ICloneFile instance for this cpc revision. |
void |
setClones(java.util.List<IClone> clones)
Specifies a list of IClone instances which are part of this revision. |
void |
setRevisionId(java.lang.String revisionId)
Sets the revision identifier string for this cpc revision. |
java.lang.String |
toString()
All implementations should provide a meaningful toString() method for debugging purposes. |
Method Detail |
---|
java.lang.String getRevisionId()
void setRevisionId(java.lang.String revisionId)
revisionId
- revision identifier, never null.getRevisionId()
ICloneFile getCloneFile()
ICloneFile
instance for this cpc revision.
ICloneFile
instance, never null.void setCloneFile(ICloneFile cloneFile)
ICloneFile
instance for this cpc revision.
cloneFile
- an ICloneFile
instance, never null.getCloneFile()
java.util.List<IClone> getClones()
IClone
instances which are part of this revision.
getCloneFile()
file.
IClone
for this file, never null.void setClones(java.util.List<IClone> clones)
IClone
instances which are part of this revision.
clones
- a list of IClone
for this file, never null.getClones()
boolean isValid()
java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |