public static class CheckPersistence.GetEntriesTask
extends Object
implements SubVMTask
The subtask which obtains the list of persistence directory entries. The
arg list is cleaned up, the configuration in obtained, and a String array
of pairs of all entries named persistenceDirectory and
their associated value is returned.
Run the subtask. Return an object representing the
result of the task. If an unexpected exception is thrown
in the body of the method, it should be caught and used
as the returned object.