public class DefaultNutsTmp extends Object implements net.thevpc.nuts.NutsTmp
| Constructor and Description |
|---|
DefaultNutsTmp(net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsPath |
createTempFile() |
net.thevpc.nuts.NutsPath |
createTempFile(String name) |
net.thevpc.nuts.NutsPath |
createTempFile(String name,
boolean folder) |
net.thevpc.nuts.NutsPath |
createTempFolder() |
net.thevpc.nuts.NutsPath |
createTempFolder(String name) |
String |
getRepositoryId() |
net.thevpc.nuts.NutsSession |
getSession() |
int |
getSupportLevel(net.thevpc.nuts.spi.NutsSupportLevelContext context) |
net.thevpc.nuts.NutsTmp |
setRepositoryId(String repositoryId) |
net.thevpc.nuts.NutsTmp |
setSession(net.thevpc.nuts.NutsSession session) |
public int getSupportLevel(net.thevpc.nuts.spi.NutsSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NutsComponentpublic String getRepositoryId()
getRepositoryId in interface net.thevpc.nuts.NutsTmppublic net.thevpc.nuts.NutsTmp setRepositoryId(String repositoryId)
setRepositoryId in interface net.thevpc.nuts.NutsTmppublic net.thevpc.nuts.NutsSession getSession()
getSession in interface net.thevpc.nuts.NutsTmppublic net.thevpc.nuts.NutsTmp setSession(net.thevpc.nuts.NutsSession session)
setSession in interface net.thevpc.nuts.NutsTmppublic net.thevpc.nuts.NutsPath createTempFile(String name)
createTempFile in interface net.thevpc.nuts.NutsTmppublic net.thevpc.nuts.NutsPath createTempFolder(String name)
createTempFolder in interface net.thevpc.nuts.NutsTmppublic net.thevpc.nuts.NutsPath createTempFile()
createTempFile in interface net.thevpc.nuts.NutsTmppublic net.thevpc.nuts.NutsPath createTempFolder()
createTempFolder in interface net.thevpc.nuts.NutsTmppublic net.thevpc.nuts.NutsPath createTempFile(String name, boolean folder)
Copyright © 2022 vpc open source initiative. All rights reserved.