public class NutsPathFromSPI extends NutsPathBase
| Constructor and Description |
|---|
NutsPathFromSPI(net.thevpc.nuts.spi.NutsPathSPI base) |
| Modifier and Type | Method and Description |
|---|---|
String |
asString() |
void |
delete(boolean recurse) |
boolean |
equals(Object o) |
boolean |
exists() |
net.thevpc.nuts.NutsFormat |
formatter() |
String |
getContentEncoding() |
long |
getContentLength() |
String |
getContentType() |
Instant |
getLastModifiedInstant() |
String |
getLocation() |
String |
getName() |
int |
hashCode() |
net.thevpc.nuts.NutsInput |
input() |
void |
mkdir(boolean parents) |
net.thevpc.nuts.NutsOutput |
output() |
net.thevpc.nuts.NutsPath |
toCompressedForm() |
Path |
toFilePath() |
String |
toString() |
URL |
toURL() |
asFilePath, asURL, getBaseName, getFormattedName, getFullExtension, getLastExtension, getSession, isFilePath, isURL, toNutsStringpublic String getName()
public String getContentEncoding()
public String getContentType()
public String asString()
public String getLocation()
public net.thevpc.nuts.NutsPath toCompressedForm()
public URL toURL()
public Path toFilePath()
public net.thevpc.nuts.NutsInput input()
public net.thevpc.nuts.NutsOutput output()
public void delete(boolean recurse)
public void mkdir(boolean parents)
public boolean exists()
public long getContentLength()
public Instant getLastModifiedInstant()
public net.thevpc.nuts.NutsFormat formatter()
formatter in interface net.thevpc.nuts.NutsFormattableformatter in class NutsPathBaseCopyright © 2021 vpc open source initiative. All rights reserved.