Class ScriptVariable

java.lang.Object
com.enterprisedt.net.ftp.script.ScriptVariable

public class ScriptVariable extends Object
String variable for scripting/shell
Version:
$Revision$
Author:
Bruce Blackshaw
  • Constructor Details

    • ScriptVariable

      public ScriptVariable(String name, String value)
      Constructor
      Parameters:
      name - name of variable
      value - value of variable
  • Method Details

    • getName

      public String getName()
    • getValue

      public String getValue()