Package | Description |
---|---|
com.lf.vfslib.net |
Classes with common networking functionality for Apache Commons VFS 2.0 and VFSLib.
|
Modifier and Type | Method and Description |
---|---|
static VFSURI |
VFSURI.create(String str)
Creates a URI by parsing the given string.
|
static VFSURI |
VFSUtils.getParent(VFSURI child)
Provides the parent directory of the given URL.
|
VFSURI |
VFSURI.normalize()
Normalizes this URI's path.
|
VFSURI |
VFSURI.parseServerAuthority()
Attempts to parse this URI's authority component, if defined, into
user-information, host, and port components.
|
VFSURI |
VFSURI.relativize(VFSURI uri)
Relativizes the given URI against this URI.
|
VFSURI |
VFSURI.resolve(String str)
Constructs a new URI by parsing the given string and then resolving it
against this URI.
|
VFSURI |
VFSURI.resolve(VFSURI uri)
Resolves the given URI against this URI.
|
Modifier and Type | Method and Description |
---|---|
int |
VFSURI.compareTo(VFSURI that)
Compares this URI to another object, which must be a URI.
|
static String |
VFSUtils.getDisplayURIUsernameOnly(VFSURI entry,
VFSConnection vfsconn)
Provides a name without passwords to be displayed, logged etc.
|
static String |
VFSUtils.getDisplayURIWithoutCredentials(VFSURI vfsuri,
VFSConnection vfsconn)
Provides a name without passwords to be displayed, logged etc.
|
static VFSURI |
VFSUtils.getParent(VFSURI child)
Provides the parent directory of the given URL.
|
static boolean |
VFSUtils.isChildOf(VFSURI url,
VFSURI parent)
Determines whether the given URL is a child of the given parent.
|
static boolean |
VFSUtils.isDirectory(VFSURI vfsuri,
boolean fallback)
Safely gets the info if the URL is a folder/directory.
|
static boolean |
VFSUtils.isFile(VFSURI vfsuri,
boolean fallback)
Safely gets the info if the URL is a file.
|
VFSURI |
VFSURI.relativize(VFSURI uri)
Relativizes the given URI against this URI.
|
VFSURI |
VFSURI.resolve(VFSURI uri)
Resolves the given URI against this URI.
|
Copyright © 2005-2025 Leisenfels GmbH. All rights reserved.