Uses of Class
org.harctoolbox.girr.RemoteSet
-
Uses of RemoteSet in org.harctoolbox.girr
Methods in org.harctoolbox.girr that return RemoteSetModifier and TypeMethodDescriptionstatic RemoteSetGive a file or directory, parses the contained file(s) into a RemoteSet.static RemoteSetGive a file or directory, parses the contained file(s) into a RemoteSet.static RemoteSetstatic RemoteSetGive a file or directory, parses the contained file(s) into a RemoteSet.static RemoteSetstatic RemoteSetRestores a RemoteSet from a serialized file.static RemoteSetRemoteSet.pmud(InputStream inputStream) Restores a RemoteSet from a serialized stream.static RemoteSetRestores 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 TypeMethodDescriptionvoidCopies 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)