Uses of Class
org.harctoolbox.girr.RemoteSet
-
Uses of RemoteSet in org.harctoolbox.girr
Methods in org.harctoolbox.girr that return RemoteSetModifier 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.Methods in org.harctoolbox.girr that return types with arguments of type RemoteSetModifier 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.Methods in org.harctoolbox.girr with parameters of type RemoteSetModifier and TypeMethodDescriptionvoid
Copies the Remotes in the RemoteSet as argument, possibly replacing already existing.Constructor parameters in org.harctoolbox.girr with type arguments of type RemoteSetModifierConstructorDescriptionRemoteSet
(String creatingUser, String source, Collection<RemoteSet> remoteSets)