public class PropertiesProcessor extends APIEventListener
| Constructor and Description |
|---|
PropertiesProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(File file,
List<String> delete) |
Map<String,String> |
list(File file) |
Map<String,Map<String,String>> |
list(List<File> files) |
void |
update(File file,
Map<String,String> map) |
addListener, fireEvent, log, progress, removeListenerpublic Map<String,Map<String,String>> list(List<File> files) throws DocAsCodeException
DocAsCodeExceptionpublic Map<String,String> list(File file) throws DocAsCodeException
DocAsCodeExceptionpublic void update(File file, Map<String,String> map) throws DocAsCodeException
DocAsCodeExceptionpublic void delete(File file, List<String> delete) throws DocAsCodeException
DocAsCodeExceptionCopyright © 2019. All rights reserved.