Package hec.io

Class FilePath

java.lang.Object
hec.io.FilePath
All Implemented Interfaces:
Serializable

public class FilePath extends Object implements Serializable
See Also:
  • Constructor Details

    • FilePath

      public FilePath(String path)
      Constructor for FilePath Remote files must come with the following remote path structure. //servername:port/resource/dir1/dir2/dir3/filename.ext Others are treated as being local. When a file is cached locally, _remotePathWhenCached is the non-cached path
    • FilePath

      public FilePath(String path, String remoteCached)
    • FilePath

      public FilePath()
  • Method Details

    • getPath

      public String getPath()
    • getLocal

      public boolean getLocal()
    • getRMIUrl

      public String getRMIUrl()
    • getRemoteNonCachedPath

      public String getRemoteNonCachedPath()
    • getPathAndFileAndExtension

      public String getPathAndFileAndExtension()