public class URLParts extends Object
| Constructor and Description |
|---|
URLParts(String r) |
URLParts(URL r) |
URLParts(URLPart... values) |
| Modifier and Type | Method and Description |
|---|---|
URLParts |
append(String path) |
URLParts |
append(URLPart a) |
URLParts |
append(URLParts a) |
URLParts |
appendHead(URLPart a) |
URL[] |
getChildren(boolean includeFolders,
boolean deep,
URLFilter filter) |
InputStream |
getInputStream() |
URLPart |
getLastPart() |
String |
getName() |
URLParts |
getParent() |
public URLParts(URL r)
public URLParts(String r)
public URLParts(URLPart... values)
public String getName()
public URLPart getLastPart()
public URLParts getParent()
public URL[] getChildren(boolean includeFolders, boolean deep, URLFilter filter) throws IOException
IOExceptionpublic InputStream getInputStream() throws IOException
IOExceptionCopyright © 2022 vpc open source initiative. All rights reserved.