public class NPathParts extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NPathParts.Type |
| Constructor and Description |
|---|
NPathParts(NPathParts.Type type,
String protocol,
String authority,
String location,
String query,
String ref) |
NPathParts(String path) |
| Modifier and Type | Method and Description |
|---|---|
static String |
compressLocalPath(String path) |
static String |
compressLocalPath(String path,
int left,
int right) |
static NText |
compressPath(String path) |
static NText |
compressPath(String path,
int left,
int right) |
String |
getAuthority() |
String |
getFile() |
String |
getName() |
String |
getProtocol() |
String |
getQuery() |
String |
getRef() |
NPathParts.Type |
getType() |
static NText |
toNutsString(NText protocol,
NText authority,
NText path,
NText query,
NText ref) |
String |
toString() |
public NPathParts(NPathParts.Type type, String protocol, String authority, String location, String query, String ref)
public NPathParts(String path)
public NPathParts.Type getType()
public String getProtocol()
public String getAuthority()
public String getFile()
public String getName()
public String getQuery()
public String getRef()
public static NText toNutsString(NText protocol, NText authority, NText path, NText query, NText ref)
Copyright © 2026 vpc open source initiative. All rights reserved.