Uses of Class
net.sf.sfac.file.InvalidPathException

Packages that use InvalidPathException
net.sf.sfac.file   
net.sf.sfac.setting   
 

Uses of InvalidPathException in net.sf.sfac.file
 

Methods in net.sf.sfac.file that throw InvalidPathException
 String FilePathUtils.canonicalize(String originalPath)
          Canonicalize the given path.
 String FilePathUtils.getAbsoluteFilePath(String filePath)
          Get an absolute file path for the given path.
 String FilePathUtils.getRelativeFilePath(String filePath)
          Get the given path expressed as relative to this class base directory (if possible).
 

Uses of InvalidPathException in net.sf.sfac.setting
 

Methods in net.sf.sfac.setting that throw InvalidPathException
 void Settings.setFileProperty(String key, String value)
          Set a new value for a File or Directory property.
 void SettingsImpl.setFileProperty(String key, String value)
           
 void SubSettingsProxy.setFileProperty(String key, String value)
           
 



Copyright © 2012. All Rights Reserved.