Package com.adobe.xfa.service.storage
Class StorageService
java.lang.Object
com.adobe.xfa.service.Service
com.adobe.xfa.service.storage.StorageService
- Direct Known Subclasses:
XMLStorage
The base class for all storage services. Many of these methods take an optional parameter
called either loadOptions or saveOptions. These specify extra options, separated by blanks.
These appear as they would in an input file, e.g. name="value" name="value"... Single quotes
are valid too, e.g. name='value'. The actual names and values are particular to the derived
class. See
XMLStorage for an example.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StorageService
public StorageService()
-