- Check - Class in igpp.mimic
-
Check the consistency of a Mimic managed collection."
- Check() - Constructor for class igpp.mimic.Check
-
- check(String, ArrayList<String>, boolean, boolean) - Method in class igpp.mimic.Check
-
- checkDirection(String) - Static method in class igpp.mimic.Config
-
Check if a direction is an allowed value.
- checkSSH(String, String, String) - Static method in class igpp.mimic.Test
-
Attempt to connect to a remote host using a given user name.
- ChecksumRecord - Class in igpp.mimic
-
- Clone - Class in igpp.mimic
-
Clone another Mimic managed collection.
- Clone() - Constructor for class igpp.mimic.Clone
-
- cloneFiles(String, String, String, String, boolean, String) - Method in class igpp.mimic.Clone
-
Clone (copy) files contained in another Mimic collection.
- concatPath(String, String) - Static method in class igpp.mimic.Util
-
Concatenate a path with a name.
- Config - Class in igpp.mimic
-
Constants for managing collections and defining settings for synchronization with remote hosts and
- Config() - Constructor for class igpp.mimic.Config
-
- Config(String) - Constructor for class igpp.mimic.Config
-
- Connection - Class in igpp.mimic
-
Creates a connection to a file system, FTP server or SSH server based on the protocol or a URL.
- Connection(String, String, boolean, String) - Constructor for class igpp.mimic.Connection
-
Establish a connection to a remote system.
- Copy - Class in igpp.mimic
-
Copy files from one file system area to another.
- Copy() - Constructor for class igpp.mimic.Copy
-
- copy(String, String, boolean, String) - Static method in class igpp.mimic.Resource
-
Copy a file from one location to another.
- copy(Connection, String, String) - Static method in class igpp.mimic.Resource
-
Copy a file using an opened connection to a remote host.
- copy(String, File) - Static method in class igpp.mimic.Resource
-
Copies a file from a URI path to an opened local file.
- copy(Connection, String, File) - Static method in class igpp.mimic.Resource
-
Copies a file from a URI path to an opened local file.
- copy(InputStream, OutputStream) - Static method in class igpp.mimic.Resource
-
Copy one stream to another.
- copyFiles(String, String) - Method in class igpp.mimic.Copy
-
Pull files from a remote location based on the Mimic configuration which applies to a given path.
- copyFrom(File, String) - Method in class igpp.mimic.Scp
-
Copy a file from a remote source to a local destination.
- copyFrom(String, File) - Method in class igpp.mimic.Scp
-
Copy a file from a remote source to a local destination.
- copyFrom(File, File) - Method in class igpp.mimic.Scp
-
Copy a file from a remote source to a local destination.
- copyFrom(String, String) - Method in class igpp.mimic.Scp
-
Copy a file from a remote source to a local destination.
- copyTo(File, String) - Method in class igpp.mimic.Scp
-
Copy a file from a local source to a remote destination.
- copyTo(String, File) - Method in class igpp.mimic.Scp
-
Copy a file from a local source to a remote destination.
- copyTo(File, File) - Method in class igpp.mimic.Scp
-
Copy a file from a local source to a remote destination.
- copyTo(String, String) - Method in class igpp.mimic.Scp
-
Copy a file from a local source to a remote destination.
- countList(String) - Method in class igpp.mimic.Info
-
Count the number of files and bytes covered in a checksum list.
- createPath(Connection, String) - Static method in class igpp.mimic.Resource
-
Safely create path
- createPath(File) - Static method in class igpp.mimic.Resource
-
Safely create path
- getExclude() - Method in class igpp.mimic.Add
-
- getExclude() - Method in class igpp.mimic.Bundle
-
- getExclude() - Method in class igpp.mimic.Scan
-
- getFolders(String) - Method in class igpp.mimic.Bundle
-
- getHost(String) - Static method in class igpp.mimic.Resource
-
Returns the host information portion of a URI.
- getHost(String) - Static method in class igpp.mimic.Scp
-
Retrieve the host information from a SSH style connection string.
- getHTTPSStream(String, String) - Static method in class igpp.mimic.Resource
-
Create an input stream to a file given a URI with the HTTP protocol.
- getHTTPStream(String, String) - Static method in class igpp.mimic.Resource
-
Create an input stream to a file given a URI with the HTTP protocol.
- getInputStream(String) - Static method in class igpp.mimic.Resource
-
Create an input stream to a file given a URI path.
- getKeySet() - Method in class igpp.mimic.Section
-
Retrieve the name of all properties of a section.
- getLastMessage() - Method in class igpp.mimic.Connection
-
- getLastMessage() - Method in class igpp.mimic.Scp
-
Get the error message from the last error encountered.
- getLocation(String) - Static method in class igpp.mimic.Resource
-
Returns the location portion of a URI.
- getName() - Method in class igpp.mimic.Section
-
Retrieve the name of the section.
- getOutputStream(String) - Static method in class igpp.mimic.Resource
-
Create an output stream to a file given a URI path.
- getPath(String) - Static method in class igpp.mimic.Resource
-
Returns the path information portion of a URI.
- getPath(String) - Static method in class igpp.mimic.Scp
-
Retrieve the path information from a SSH style connection string.
- getProgress() - Method in class igpp.mimic.Add
-
- getProgress() - Method in class igpp.mimic.Bundle
-
- getProperty(String) - Method in class igpp.mimic.Section
-
Retrieve the value of a property.
- getProtocol(String) - Static method in class igpp.mimic.Resource
-
Returns the protocol portion of a URI.
- getRecursive() - Method in class igpp.mimic.Add
-
- getRecursive() - Method in class igpp.mimic.Scan
-
- getSection(String) - Method in class igpp.mimic.Config
-
Search the in-memory list of sections and return a list of sections with the given name.
- getSection(String, String) - Method in class igpp.mimic.Config
-
Search the in-memory list of sections with the given name and assigned tag and return a list of matching sections.
- getSectionFirst(String) - Method in class igpp.mimic.Config
-
Search the in-memory list of sections and return the first section with the given name.
- getSectionFirst(String, String) - Method in class igpp.mimic.Config
-
Search the in-memory list of sections and return the first section with the given name and tag name.
- getUpdate() - Method in class igpp.mimic.Add
-
- getURLStream(String, String) - Static method in class igpp.mimic.Resource
-
Create an input stream to a file given a URI path.
- getUser(String) - Static method in class igpp.mimic.Scp
-
Retrieve the user information from a SSH style connection string.
- getUserInfo(String) - Static method in class igpp.mimic.Resource
-
Returns the user information portion of a URI.
- getVerbose() - Method in class igpp.mimic.Add
-
- getVerbose() - Method in class igpp.mimic.Bundle
-
- getVerbose() - Method in class igpp.mimic.Scan
-
- getVerbose() - Method in class igpp.mimic.Scp
-
Get the current verbose setting.
- sameAs(BundleRecord) - Method in class igpp.mimic.BundleRecord
-
- sameAs(ChecksumRecord) - Method in class igpp.mimic.ChecksumRecord
-
- scan(PrintStream, ArrayList<String>, String) - Method in class igpp.mimic.Add
-
Scan a path and write checksums for new items.
- scan(PrintStream, String, String, HashMap<String, ChecksumRecord>, ExecutorService) - Method in class igpp.mimic.Add
-
Scan a path and write checksums for new items.
- Scan - Class in igpp.mimic
-
Tool to count the number files in a branch of a file system.
- Scan() - Constructor for class igpp.mimic.Scan
-
- scan(String) - Method in class igpp.mimic.Scan
-
Scan a path and count the number of files and total bytes occupied.
- scanChecksum(String) - Method in class igpp.mimic.Scan
-
Scan a Mimic checksum file and count the number of files and total bytes occupied.
- scanNew(String) - Method in class igpp.mimic.Scan
-
Scan a Mimic checksum file and count the number of files and total bytes occupied.
- scanNew(String, String, HashMap<String, ChecksumRecord>) - Method in class igpp.mimic.Scan
-
Scan a Mimic checksum file and count the number of files and total bytes occupied.
- Scp - Class in igpp.mimic
-
Support class for copying files between server using the SSH protocol.
- Scp() - Constructor for class igpp.mimic.Scp
-
- Scp(String, String, boolean, String) - Constructor for class igpp.mimic.Scp
-
Establish a connection to a host with a given user name.
- Section - Class in igpp.mimic
-
Class to manage named sets of properties.
- Section(String) - Constructor for class igpp.mimic.Section
-
Create an instance with a given name.
- setExclude(ArrayList<String>) - Method in class igpp.mimic.Add
-
- setExclude(ArrayList<String>) - Method in class igpp.mimic.Bundle
-
- setExclude(ArrayList<String>) - Method in class igpp.mimic.Scan
-
- setMessage(String) - Static method in class igpp.mimic.Config
-
Set what messages to output based on character codes.
- setProgress(boolean) - Method in class igpp.mimic.Add
-
- setProgress(boolean) - Method in class igpp.mimic.Bundle
-
- setProperty(String, String) - Method in class igpp.mimic.Config
-
Set the value of a property for the active section.
- setProperty(Section, String, String) - Method in class igpp.mimic.Config
-
Set the value of a property for a section.
- setProperty(String, String) - Method in class igpp.mimic.Section
-
Set a property and value.
- setRecursive(boolean) - Method in class igpp.mimic.Add
-
- setRecursive(boolean) - Method in class igpp.mimic.Scan
-
- setUpdate(boolean) - Method in class igpp.mimic.Add
-
- setVerbose(boolean) - Method in class igpp.mimic.Add
-
- setVerbose(boolean) - Method in class igpp.mimic.Bundle
-
- setVerbose(boolean) - Method in class igpp.mimic.Clone
-
- setVerbose(boolean) - Method in class igpp.mimic.Scan
-
- setVerbose(boolean) - Method in class igpp.mimic.Scp
-
Set the verbose setting.
- showHelp() - Method in class igpp.mimic.Add
-
Show the help for the tool.
- showHelp() - Method in class igpp.mimic.Bundle
-
Show the help for the tool.
- showHelp() - Method in class igpp.mimic.Check
-
Show the help for the tool.
- showHelp() - Method in class igpp.mimic.Clone
-
Show the help for the tool.
- showHelp() - Method in class igpp.mimic.Config
-
Show the help for the tool.
- showHelp() - Method in class igpp.mimic.Copy
-
Show the help for the tool.
- showHelp() - Method in class igpp.mimic.Fix
-
Show the help for the tool.
- showHelp() - Method in class igpp.mimic.Info
-
Show the help for the tool.
- showHelp() - Method in class igpp.mimic.Init
-
Show the help for the tool.
- showHelp() - Method in class igpp.mimic.Pull
-
Show the help for the tool.
- showHelp() - Method in class igpp.mimic.Push
-
Show the help for the tool.
- showHelp() - Method in class igpp.mimic.Refresh
-
Show the help for the tool.
- showHelp() - Method in class igpp.mimic.Scan
-
Show the help for the tool.
- showHelp() - Method in class igpp.mimic.Scp
-
Show the help for the tool.
- showHelp() - Method in class igpp.mimic.Test
-
Show the help for the tool.
- showSupportedProtocols() - Static method in class igpp.mimic.Test
-
Show support protocols
- store(String, HashMap<String, BundleRecord>) - Static method in class igpp.mimic.Bundle
-
Store a bundle definition.
- store(File, HashMap<String, BundleRecord>) - Static method in class igpp.mimic.Bundle
-
Store a bundle definition.
- store() - Method in class igpp.mimic.Config
-
Store in-memory configuration sections in the configuration file.