Uses of Class
org.harctoolbox.girr.RemoteSet
-
Uses of RemoteSet in org.harctoolbox.girr
Modifier and TypeMethodDescriptionstatic RemoteSet
Give a file or directory, parses the contained file(s) into a RemoteSet.static RemoteSet
Give a file or directory, parses the contained file(s) into a RemoteSet.static RemoteSet
static RemoteSet
Give a file or directory, parses the contained file(s) into a RemoteSet.static RemoteSet
static RemoteSet
Restores a RemoteSet from a serialized file.static RemoteSet
RemoteSet.pmud
(InputStream inputStream) Restores a RemoteSet from a serialized stream.static RemoteSet
Restores a RemoteSet from a serialized String.Modifier and TypeMethodDescriptionstatic Collection<RemoteSet>
RemoteSet.parseAsCollection
(File file) static Collection<RemoteSet>
RemoteSet.parseAsCollection
(File file, Schema schema) Give a file or directory, parses the contained file(s) into a Collection of RemoteSets.Modifier and TypeMethodDescriptionvoid
Copies the Remotes in the RemoteSet as argument, possibly replacing already existing.ModifierConstructorDescriptionRemoteSet
(String creatingUser, String source, Collection<RemoteSet> remoteSets)