public class ProplistCallbackImpl extends java.lang.Object implements ProplistCallback
ProplistCallback interface.| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Map<java.lang.String,java.util.Map<java.lang.String,byte[]>> |
propMap |
| Constructor and Description |
|---|
ProplistCallbackImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getProperties(java.lang.String path) |
void |
singlePath(java.lang.String path,
java.util.Map<java.lang.String,byte[]> props)
the method will be called once for every file.
|
public void singlePath(java.lang.String path,
java.util.Map<java.lang.String,byte[]> props)
ProplistCallbacksinglePath in interface ProplistCallbackpath - the path.props - the properties on the path.public java.util.Map<java.lang.String,java.lang.String> getProperties(java.lang.String path)