Deprecated API

Deprecated Methods
condor.classad.Builtin.glob(Expr, Expr)
          Should be replaced by regexp pattern match. 
condor.classad.Builtin.gmtTimeString(Expr)
          Replaced by formatTime(). 
condor.classad.Builtin.iglob(Expr, Expr)
          Should be replaced by regexp pattern match. 
condor.classad.Builtin.localTimeString(Expr)
          Replaced by formatTime(). 
condor.cedar.CedarInputStream.readLine()
          Use CedarInputStream.readUTF() instead. 
condor.cedar.CedarOutputStream.writeBytes(String)
          Use CedarOutputStream.writeUTF(java.lang.String) instead. 
condor.cedar.CedarOutputStream.writeChars(String)
          Use CedarOutputStream.writeUTF(java.lang.String) instead.