| com.caucho.vfs.ConfigPath
ConfigPath | public class ConfigPath extends Path (Code) | | ConfigPath implements remote configuration scheme.
|
Inner Class :static class RemotePwd | |
ConfigPath | ConfigPath()(Code) | | Creates the path (for the scheme)
|
getScheme | public String getScheme()(Code) | | Returns the scheme.
|
schemeWalk | protected Path schemeWalk(String userPath, Map<String, Object> newAttributes, String newPath, int offset)(Code) | | Path-specific lookup. Path implementations will override this.
Parameters: userPath - the user's lookup() path. Parameters: newAttributes - the attributes for the new path. Parameters: newPath - the lookup() path Parameters: offset - offset into newPath to start lookup. the found path |
setRemote | public static void setRemote(Path remotePath)(Code) | | Sets the remote.
|
|
|