Package com.adobe.acs.commons.version
Interface EvolutionEntry
public interface EvolutionEntry
-
Method Details
-
getDepth
int getDepth() -
getName
String getName() -
getStatus
String getStatus() -
getType
EvolutionEntry.EvolutionEntryType getType() -
getUniqueName
String getUniqueName() -
getValueString
String getValueString() -
getValueStringShort
String getValueStringShort() -
isAdded
boolean isAdded() -
isChanged
boolean isChanged() -
isCurrent
boolean isCurrent() -
isResource
boolean isResource() -
isWillBeRemoved
boolean isWillBeRemoved()
-