public interface PListStore extends Service
Modifier and Type | Method and Description |
---|---|
File |
getDirectory() |
PList |
getPList(String name) |
boolean |
removePList(String name) |
void |
setDirectory(File directory) |
long |
size() |
File getDirectory()
void setDirectory(File directory)
boolean removePList(String name) throws Exception
Exception
long size()
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.