| java.lang.Object org.apache.ivy.plugins.repository.vfs.VfsURI
VfsURI | public class VfsURI (Code) | | |
Constructor Summary | |
public | VfsURI(String scheme, String user, String passwd, String host, String path) Create a wellformed VFS resource identifier
Parameters: scheme - the name of the scheme used to acces the resource Parameters: user - a user name. |
SUPPORTED_SCHEMES | final public static String[] SUPPORTED_SCHEMES(Code) | | |
VfsURI | public VfsURI(String scheme, String user, String passwd, String host, String path)(Code) | | Create a wellformed VFS resource identifier
Parameters: scheme - the name of the scheme used to acces the resource Parameters: user - a user name. May be null Parameters: passwd - a passwd. May be null Parameters: host - a host identifier. May be null Parameters: path - a scheme spacific path to a resource |
getVfsURI | public String getVfsURI()(Code) | | Return a well-formed VFS Resource identifier
String representing a well formed VFS resource identifier |
vfsURIFactory | public static VfsURI vfsURIFactory(String scheme, String resource, Ivy ivy)(Code) | | Create a set of valid VFS URIs for the file access protocol
Parameters: resourcePath - relative path (from the base repo) to the resource to be accessed |
|
|