public interface PListStore extends Service
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getDirectory() |
PList |
getPList(java.lang.String name) |
boolean |
removePList(java.lang.String name) |
void |
setDirectory(java.io.File directory) |
long |
size() |
java.io.File getDirectory()
void setDirectory(java.io.File directory)
PList getPList(java.lang.String name) throws java.lang.Exception
java.lang.Exceptionboolean removePList(java.lang.String name)
throws java.lang.Exception
java.lang.Exceptionlong size()
Copyright © 2005-2016 Red Hat, Inc.. All Rights Reserved.