Deprecated API


Contents
Deprecated Fields
edu.sdsc.grid.io.srb.SRBFileSystem.PATH_SEPARATOR
          Use SRBFile separator and pathSeparator 
 

Deprecated Methods
edu.sdsc.grid.io.srb.SRBContainer.copyFromLocal(LocalFile)
          Superseded by copyFrom( GeneralFile ). This single new method replaces all the other older copyFrom...() methods. It functions in the same manner as those old methods, but can except any GeneralFile. It also fixes some bugs in those methods. 
edu.sdsc.grid.io.srb.SRBContainer.copyFromLocal(String)
          Superseded by copyFrom( GeneralFile ). This single new method replaces all the other older copyFrom...() methods. It functions in the same manner as those old methods, but can except any GeneralFile. It also fixes some bugs in those methods. 
edu.sdsc.grid.io.srb.SRBContainer.copyToLocal(LocalFile)
          Superseded by copyFrom( GeneralFile ). This single new method replaces all the other older copyFrom...() methods. It functions in the same manner as those old methods, but can except any GeneralFile. It also fixes some bugs in those methods. 
edu.sdsc.grid.io.srb.SRBContainer.copyToLocal(String)
          Superseded by copyFrom( GeneralFile ). This single new method replaces all the other older copyFrom...() methods. It functions in the same manner as those old methods, but can except any GeneralFile. It also fixes some bugs in those methods. 
edu.sdsc.grid.io.srb.SRBContainer.copyToRemote(RemoteFile)
          Superseded by copyFrom( GeneralFile ). This single new method replaces all the other older copyFrom...() methods. It functions in the same manner as those old methods, but can except any GeneralFile. It also fixes some bugs in those methods. 
edu.sdsc.grid.io.GeneralFile.createTempFile(String, String)
          Doesn't always work without existing GeneralFile. Instead use GeneralFile.createTempFile(String, String, GeneralFile) 
edu.sdsc.grid.io.srb.SRBFile.getPathSeparator()
          Use separator and pathSeparator 
edu.sdsc.grid.io.srb.SRBFile.getPathSeparatorChar()
          Use separatorChar and pathSeparatorChar 
edu.sdsc.grid.io.GeneralFile.listRoots()
          Doesn't work reliably without pre-existing fileSystem. use listRoots( GeneralFileSystem )