public interface ISVNPropertyComparator
Modifier and Type | Method and Description |
---|---|
void |
propertyAdded(String name,
InputStream value,
int length) |
void |
propertyChanged(String name,
InputStream newValue,
int length) |
void |
propertyDeleted(String name) |
void propertyAdded(String name, InputStream value, int length)
void propertyDeleted(String name)
void propertyChanged(String name, InputStream newValue, int length)
Copyright © 2019. All rights reserved.