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, removeListener
public Map<String,Map<String,String>> list(List<File> files) throws DocAsCodeException
DocAsCodeException
public Map<String,String> list(File file) throws DocAsCodeException
DocAsCodeException
public void update(File file, Map<String,String> map) throws DocAsCodeException
DocAsCodeException
public void delete(File file, List<String> delete) throws DocAsCodeException
DocAsCodeException
Copyright © 2019. All rights reserved.