| |
|
| java.lang.Object org.griphyn.cPlanner.toolkit.Executable org.griphyn.cPlanner.toolkit.SCClient
SCClient | public class SCClient extends Executable (Code) | | This client generates a xml poolconfig file by querying the MDS or local
multiline poolconfig files.
author: Gaurang Mehta gmehta@isi.edu version: $Revision: 120 $ |
SCClient | public SCClient()(Code) | | |
executeCommand | public void executeCommand(String[] opts)(Code) | | Call the correct commands depending on options.
Parameters: opts - Command options |
generateValidOptions | public LongOpt[] generateValidOptions()(Code) | | |
loadProperties | public void loadProperties()(Code) | | Loads all the properties
that would be needed
by the Toolkit classes
|
printLongVersion | public void printLongVersion()(Code) | | |
printShortVersion | public void printShortVersion()(Code) | | |
toFile | public void toFile(String filename, String output) throws IOException(Code) | | Writes out to a file, a string.
Parameters: filename - the fully qualified path name to the file. Parameters: output - the text that needs to be written to the file. throws: IOException - |
toMultiLine | public String toMultiLine(PoolConfig cfg)(Code) | | Returns the String description of the contents of PoolConfig
object passed.
Parameters: cfg - the PoolConfig object whose description isdesired. the String description. |
toXML | public String toXML(PoolConfig cfg)(Code) | | Returns the XML description of the contents of PoolConfig
object passed, conforming to pool config schema found at
http://pegasus.isi.edu/schema/sc-2.0.xsd.
Parameters: cfg - the PoolConfig object whose xml description isdesired. the xml description. |
|
|
|